542 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
109
views
dpkg: error processing package mysql-server8.0 (--configure) [closed]
mysqld is running as pid 7393
dpkg: error processing package mysql-server-8.0 (--configure):
installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1
...
0
votes
1
answer
87
views
How to create a deb package with Process .NET?
I would like to create a deb package programmatically inside a c# method.
I did a method to create a zip package using 7z.
You just have to install 7z and setup a ENV variable.
private string ...
-1
votes
1
answer
41
views
When I try to install mandos server I get a dpkg error [closed]
I've got two Raspberry Pis, both runnign diet-pi, and I install mandos server on one of them the other day but trying to install it on the second one and I just keep getting this:
Setting up mandos (1....
1
vote
0
answers
124
views
Open Build Service: How to include vendored dependencies as an extra source when building for debian
I'm currently trying to setup Open Build Service for my program. I've successfully setup the RPM version of the package using a .spec file.
My project is a rust project, for the RPM version, I have an ...
-1
votes
1
answer
186
views
How to automate prompts during apt upgrades in bash? [closed]
I am running several Raspberry Pi 4 on Bookworm. On these, I have a bash file as follows:
sudo apt -y update
read -t 600 -p "Pausing 10 minutes between Update and Upgrade"
sudo apt -y ...
Chiwda's user avatar
- 1,397
0
votes
1
answer
86
views
STM32MP157F-DK2. Package debconf is not installed
I have built an image for the stm32mp157f-dk2 using bitbake. When trying to install Wazuh, I encountered the following message:
root@stm32mp1:~# dpkg -i wazuh-agent_4.8.0-1_armhf.deb
Selecting ...
0
votes
1
answer
998
views
debsig-verify fails with `gpg: [don't know]: invalid packet (ctb=2d)` [closed]
Problem:
debsig-verify verification fails with no (or unhelpful) information about what is wrong. The specific output that isn't really telling me what's wrong is:
gpg: [don't know]: invalid packet (...
0
votes
0
answers
180
views
How to add a symbolic link in to a patch using quilt?
I use the quilt utility to manage changes to the project's source code and to maintain the version of the deb package into which it is built. I encountered a problem - some source code files were ...
0
votes
1
answer
3k
views
How do you sign and verify a .deb file using debsigs and debsig-verify?
I found it extremely difficult to set up deb file signing and signature verification using debsigs and debsig-verify. There is an old HOWTO out there that is much-referenced, but does not work at ...
2
votes
1
answer
8k
views
dpkg: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by dpkg) [closed]
I get this error when I try to make an installation command in the terminal and I can't resolve it...
/usr/bin/dpkg: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (
required by /usr/...
0
votes
0
answers
321
views
dpkg: error processing package python3-yaml, llvm-10-tools, llvm-10-dev, python3-pygments, gconf2
im using ubuntu on wsl2 and
the problem began when i tried to install these packages with apt:
apt install clang cmake ninja-build pkg-config
then i faced with this error:
Setting up python3-yaml (5....
2
votes
2
answers
430
views
Obtaining the user's home directory for a daemon application running as root in linux
help me find the optimal solution.
I have a compiled application (written in Go if it matters). The application should run as a daemon in Linux and write logs to the user's home directory. The problem ...
0
votes
1
answer
193
views
Why is libc6-dev not a dependency of most debian development packages?
According to the Debian policy manual:
Installing the development package must result in installation of all the
development files necessary for compiling programs against that shared library.
...
8
votes
6
answers
11k
views
Dependency problems while updating kernel 6.1.0-18 [closed]
I'm only one week Debian 12 user and, to be honest, it's already my 3rd try installing to properly. Today I was trying to configure my wifi adapter TP-Link Archer T4U Plus AC1300 installing drivers on ...
-2
votes
2
answers
20k
views
Why isn't sudo apt upgrade working on Ubuntu? [closed]
I am trying to install upgrades on my server and I get this "error".
I'am quite new to Ubuntu so if you need any info to help me feel free to ask!
user@server~$ sudo apt upgrade
Reading ...