Skip to main content

Questions tagged [dpkg]

The base software for Debian/Ubuntu/Mint package management. Use this tag for questions about dpkg and its companion utilities and the .deb file format.

0 votes
0 answers
28 views

If I want to recompile a package available somewhere in the apt repositories, an apt-get build-dep <packagename> will do what I want. However, very often, not that is case. Very often, the ...
peterh's user avatar
  • 10.5k
0 votes
0 answers
48 views

I have packages that I need to remove including postgresql-client-16, postgresql-client-18, postgresql-client-common and postgreql-common. Whenever I try to remove/purge any of them I get a message ...
CJG's user avatar
  • 1
0 votes
0 answers
52 views

when I try to install qemu-kvm I get an error message that my own driver can not be added again to the DMKS tree. $ sudo apt -y install qemu-kvm Reading package lists... Done Building dependency tree.....
feeling_lonely's user avatar
7 votes
2 answers
338 views

I'm maintaining a Debian package for which we don't currently support upgrades. This means that upgrading this package will result in a broken installation due to configuration files not being ...
mattdibi's user avatar
  • 209
2 votes
1 answer
115 views

I want to change the language of my computer. I tried doing this with sudo dpkg-reconfigure locales. this changed the LANG environment variable in /etc/default/locale but none of the LC environment ...
Att Righ's user avatar
  • 1,422
0 votes
0 answers
93 views

I have a package for a driver that I'm trying to build and deploy on 6.14.3. However the build breaks with the error: Building for 6.14.3-061403-generic Building for architecture amd64 Module build ...
user avatar
1 vote
1 answer
204 views

I upgraded my system to Debian bookworm and the process seemed to proceed normally but ended with some errors. When I try to use apt to address the problem, I end up with a screen full of the ...
Cary's user avatar
  • 13
0 votes
0 answers
36 views

General overview I try to make a debian .deb package from a python project with multiple modules, like this: ├── main.py ├── setup.py └── triumphum     ├── autocomplection.py     ├── symbols.py     ├──...
fauve's user avatar
  • 1,529

15 30 50 per page
1
2 3 4 5
55