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
29 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
1 answer
41 views

I've built a Debian package from source with dpkg-buildpackage according to helpful instructions found here to fix an issue that bugged me. I used dch -n to increase the version by a non-maintainer ...
MrSnrub's user avatar
  • 157
0 votes
0 answers
51 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
11 votes
2 answers
581 views

I have a Debian package that I've created that provides a certain file that I no longer want to include in the next version of this Debian package. However, I don't want to actually delete the file ...
Jason C's user avatar
  • 1,947
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
0 votes
1 answer
67 views

For a long time I receieved some software as a patched set of files and it includes DSC file which was a text file and I run dpkg-source -x *.dsc command to extract sources. But this DSC file now is a ...
Almaz's user avatar
  • 163
7 votes
2 answers
353 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
1 vote
2 answers
255 views

I want to create a single bootable Debian ISO by merging DVD1, DVD2, and DVD3 of Debian 10.13.0. My goal is to install Debian offline, using one ISO, and have access to all packages from all three ...
student's user avatar
  • 11
2 votes
1 answer
119 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
1 vote
0 answers
62 views

What is the difference between "await" and "noawait" dpkg triggers? How do they behave differently? I've read all of the following resources in their entirety and I still can't ...
Jason C's user avatar
  • 1,947
0 votes
0 answers
96 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
0 votes
1 answer
53 views

Apologies, this is a very unusual case and I don't see what to do about it. I have a package where I ship a "template" configuration file that has to get filled in by the user and have its ...
Joshua's user avatar
  • 1,977
1 vote
1 answer
209 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
50 views

I'm trying to follow the advice here: Install a Python package on Debian/Devuan when apt has no package for it and create a Debian/Devuan package for the ffsubsync Python package. All the dependencies ...
einpoklum's user avatar
  • 11.1k
0 votes
0 answers
39 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