dpkg is the package format used by Debian, Ubuntu and other popular GNU/Linux distributions as well as the tools used to work with dpkg packages.
Questions tagged [dpkg]
175 questions
2
votes
1 answer
command line alternative to dpkg-reconfigure slapd
Is there a way to reconfigure slapd, providing all configuration options as command-line parameters/arguments?
My goal is to be find an alternative to the interactive UI.
Thank you

Moshe Shmukler
- 207
- 1
- 8
2
votes
1 answer
virtuoso-opensource 7.1: how do I build an ubuntu deb package, from github source, that includes isql?
Does anyone know how to create a virtuoso-opensource 7.1 ubuntu deb package, from source, that includes isql?
If I do a make install from the source, virtuoso-t and isql are installed to the /usr/local/virtuoso-opensource/bin folder, however, if I…

Peter M
- 973
- 2
- 15
- 27
2
votes
0 answers
RabbitMQ start failure
I am trying to start RabbitMQ Server. And any way I do this, I get this error:
Starting rabbitmq-server: FAILED - check /var/log/rabbitmq/startup_{log, _err}
rabbitmq-server.
invoke-rc.d: initscript rabbitmq-server, action "start" failed.
dpkg:…

John Green
- 21
- 1
2
votes
1 answer
update nginx 1.4.4 to 1.4.5 trying to overwrite X which is also in package Y
I get this error while trying to upgrade:
Preparing to replace nginx 1.4.4-4~raring (using .../nginx_1.4.5-1~raring_amd64.deb) ...
Unpacking replacement nginx ...
dpkg: error processing /var/cache/apt/archives/nginx_1.4.5-1~raring_amd64.deb…

pythonimus
- 397
- 1
- 3
- 12
2
votes
2 answers
libapache2-mod-php5 uninstalled after update impossible to put back
I use Webmin to administrate my Ubuntu 12.04 x86_64 machine. Yesterday, as often, I got notified of updates and installed them. During the installation process, libapache2-mod-php5 has been uninstalled, and since then I can't restart Apache.
When I…

Nabab
- 189
- 1
- 3
- 12
2
votes
2 answers
dpkg: error processing linux-image-amd64
After running
apt-get update
apt-get upgrade
apt-get dist-upgrade
apt-get install -f
dpkg --configure -a
I get the following Error:
dpkg --configure -a
Setting up initramfs-tools (0.112) ...
update-initramfs: deferring update (trigger…

h00j
- 388
- 7
- 21
2
votes
2 answers
Search for installed unavailable packages (backports and 3rd party)
I would like to remove any packages that I installed from third party repositories. I recently installed some backports from PPA repositories, and I suspect one of them broke my Ubuntu 12.04 server system.
Is there any way I can list all currently…

Jeroen Ooms
- 2,239
- 8
- 34
- 51
2
votes
2 answers
Translating rpm commands to dpkg
I've been using RPM for a long time - built my own packages and installed Linux with nothing but the RPMs to do it with.
However, now that I'm using Ubuntu and Linux Mint regularly, I want to learn more about dpkg but don't know where to…

Mei
- 4,590
- 8
- 45
- 53
2
votes
2 answers
generate an automated reinstallation file
Running Debian Lenny distros :
I'm still wondering how to iso a complete distro setup "easily", but for the time being, I'd like to able to run easily and quickly a reinstall, so I added such a line in my rsync backup shells :
# Store the list of…

hornetbzz
- 170
- 9
2
votes
1 answer
persist debian package on Ubuntu
I have an Ubuntu server that I recompiled libcurl for sftp support. The problem is when the server is rebooted or updated I have to reinstall the curl package. I am not clear how to persist this package, like set an ignore with apt? or something?
To…

jmm
- 23
- 2
2
votes
2 answers
How to config the parameter in puppet sudo module in order to replace the client sudoer?
I'm configuring sudo module in puppet according to this code
class sudo {
package { sudo:
ensure => present,
}
if $operatingsystem == "Ubuntu" {
package { "sudo-ldap":
ensure => present,
require => Package["sudo"],
}
}
file…

bayou
- 33
- 3
2
votes
1 answer
Installing MySql 5.5 on Debian with the deb package
I'm setting up a debian server as a development server. apt-get gave me everything I need to install, except for mysql 5.5 as this version is still in the experimental branch.
So what I tried to do is download the .deb package from the mysql…

Shtong
- 145
- 2
- 6
2
votes
1 answer
How to determine the date a package was installed or updated?
Is there a way to determine the date a package was installed or updated? What's the proper syntax for both rpm and dpkg?

user784637
- 1,542
- 7
- 35
- 52
2
votes
1 answer
Ubuntu compare original package and installed parameters
I'd like to compare the actual config files for, let's say, Apache and the ones provided in the original package.
The purpose is to have a list of modifications since initial installation because I didn't document them originally.
I've cruised along…

Olivier
- 21
- 1
2
votes
2 answers
dpkg-checkbuilddeps?
I'm trying to build an application from source on a Debian machine; the source code includes a 'debian' directory with all the files required to build the package (control/rules etc.).
When I run dpkg-buildpackage, it fails because I don't have the…

mikewaters
- 1,175
- 1
- 14
- 27