dpkg is a tool to install, build, remove and manage Debian packages.

learn more… | top users | synonyms

-1
votes
1answer
14 views

dpkg error when installing JDK7 on Ubuntu12.04 [closed]

Error message from terminal: Download done. sha256sum mismatch jdk-7u3-linux-i586.tar.gz Oracle JDK 7 is NOT installed. dpkg: error processing oracle-java7-installer (--configure): ...
0
votes
1answer
30 views

Debian aptitude install: 'find' not found in PATH or not executable

When I try to install any package such as php5, it gives me this error. I did update and upgrade all libraries. root@host:~# apt-get install apache2-mpm-prefork libapache2-mod-php5 Reading package ...
-2
votes
1answer
14 views

How to add param to dpkg command [closed]

I want install evoluspencil but when I run sudo dpkg -i *.deb I have this error: (Odczytywanie bazy danych ... 152983 pliki i katalogi obecnie zainstalowane.) Przygotowywanie do zastąpienia ...
0
votes
0answers
12 views

dpkg : dependency problems - leaving unconfigured [migrated]

I have a problem with Emacs on my Linux Mint. When I make an apt-get upgrade or apt-get -f install, I have this error message : Paramétrage de emacsen-common (2.0.3) ... ...
0
votes
0answers
7 views

What is the difference between libapt-pkg-dev and libdpkg-dev?

From a C/C++ application, I'm looking to do things similar to the following commands: apt-cache show apt-cache search apt-get install apt-get remove But I'd like to make C/C++ library calls rather ...
0
votes
1answer
88 views

how to control a shell script loop with: 'dpkg -s pv | grep Status'

coding virgin needs help please - once package pv is installed this code doing always does else rather than then. Why? # First check if pv package is installed, if not, install it first ...
-2
votes
1answer
68 views

manual g++ install: endless dependencies [closed]

I am trying to install g++ as necessary to compile and install a Broadcom wireless and wired network drivers. Which means, no way to use apt-get or aptitude commands. So, I downloaded from another ...
0
votes
2answers
87 views

MacPorts Install dpkg Errors

Update: sudo port selfupdate did not return any errors. This was the output: ---> Updating MacPorts base sources using rsync MacPorts base version 2.1.3 installed, MacPorts base version 2.1.3 ...
0
votes
1answer
74 views

Installing python module to python-version neutral location

I've built a debian package containing a python module. The problem is that dpkg-deb -c python-mymodule_1.0_i386.deb show that all the files will be installed under ...
1
vote
1answer
56 views

dpkg: How to use trigger?

I have written a little cdn server that shall rebuild his pool registry if new stuff (pool-content-packages) is installed into the pool. Instead that every pool-content-package call the init.d of the ...
0
votes
2answers
44 views

What to do if dpkg nor apt-get will remove the program on Ubuntu?

The problem is that I installed a .deb file, and when I tried getting rid of it with dpkg -r ..., dpkg claimed to have removed it. Nevertheless, I can type in the "removed" command, and it still ...
0
votes
1answer
87 views

Building a .deb of a Python project fails - dpkg-buildpackage is trying to delete files as directories?

This is my second attempt to create a deb file - the first was a C project which I used FPM for - this worked perfectly, albeit an unacceptable package - it works. This one, however, is a Python ...
2
votes
1answer
111 views

Change install script from Redhat to Ubuntu

An install script (for Microsoft® SQL Server® ODBC Driver 1.0 for Linux) has been written for Redhat with RPM It uses this code to check if certain packages are installed req_libs=( glibc e2fsprogs ...
0
votes
0answers
84 views

Error when install Mediafire express

When I install Mediafire Express: sudo dpkg -i Downloads/MediaFireExpress_0.15.3.4554-linux_i386.deb (Reading database ... 233396 files and directories currently installed.) Preparing to replace ...
1
vote
0answers
192 views

let puppet install packages from a specific repository

is there a way to tell puppet to install a package from a specific repository? I'd like to do something like 'aptitude -t testing install vim' in puppet. The reason why I want to do this is that I ...
0
votes
1answer
94 views

deb package fails while postinst bash script executing

Im making a bash script for nagios custom plugins & configuration i use equivs for its simplicity here'is my control file. in Files: section , i tell files to copy themselves to their right ...
8
votes
1answer
120 views

Any ways to define grouped conditional dependencies in debian/control?

I'm debianizing a Python package, which has a bit weird dependencies. It either: Depends on python2.7 Depends on python2.6 and python-ordereddict (my self-built package for ordereddict on PyPI) ...
0
votes
2answers
52 views

App won't work in background when using dpkg to build my own package

I write a jailbroken app using iOSOpenDev which can play audio in background when a timer fires. When I use iOSOpenDev to build a .deb package, scp it to my iphone and install it using iFile, it ...
0
votes
0answers
57 views

debuild fails on library requiring Python2.6

I am trying to debianize a python package that requires Python 2.6 using stdeb. The build fails because it forces setup.py to be run with python2.5, which can't parse the python 2.6 "except Exception ...
1
vote
1answer
117 views

My deb file removes /opt

My deb file installs to /opt/myCompany/myProgram, when I purge the package with dpkg -P myProgram everything is removed - even /opt (if mine is the only package with files in /opt) - How can I avoid ...
2
votes
1answer
141 views

How to create Play framework 2.0 debian package?

I would need to create a dpkg out of Play 2.0 Java project. It would run stand-alone with MongoDB (or some RDBS). It should be able to shutdown older version and ensure new version starts up cleanly. ...
0
votes
1answer
93 views

How can I force a udeb to build with gzip?

The latest dh_builddeb, from Debian wheezy, builds udebs using xz compression, rather than the old gzip compression. This is fine and dandy for wheezy systems, but I'm building udebs that are used to ...
0
votes
1answer
75 views

How do i suppress the editor in dpkg-source --commit calls?

On Ubuntu precise I am calling "dpkg -q --commit ./ patchsetname" When I do this it decides to open an editor using the select editor binary. I want to suppress that. Any thoughts? I'd rather not ...
-3
votes
1answer
182 views

Error while removing php package

How can I escape from this error? root@excel2012:~# sudo apt-get remove php5-imagick Reading package lists... Done Building dependency tree... Done The following packages will be REMOVED: ...
0
votes
0answers
1k views

Unable to install mysql under ubuntu. (Package mysql-server-5.5 is not configured yet. dpkg: error processing mysql-server (--configure)) [closed]

I'm getting the following error when trying to install MySQL Server under Ubuntu: Setting up mysql-server-5.5 (5.5.22-0ubuntu1) ... start: Job failed to start invoke-rc.d: initscript mysql, action ...
1
vote
1answer
97 views

passing a parameter into dpkg -i?

Is there any way to pass a parameter into dpkg -i that can then be used by preinst and postinst? I've looked into this and was wondering if I could refer to these parameters with $1 or $2 Thanks in ...
0
votes
1answer
163 views

writing a shell script if statement to check for directory

I need to write a script that will recreate my opt folder if it gets deleted when I remove a package from it. Here's a link to my previous post: dpkg remove to stop processes Now, the issue I'm ...
2
votes
1answer
304 views

dpkg remove to stop processes

I am currently running Ubuntu 12.04. I've created a debian package that currently installs successfully and starts three new processes. I have also made these three processes start at runtime by ...
0
votes
0answers
80 views

Is there any option in dpkg-divert to add lines to the existing file instead of replacing it entirely?

I'm creating a debian that will replace a file from another package. I read dpkg-divert is the proper way to handle this situation, however the only option I see is --add which replaces the existing ...
0
votes
2answers
180 views

dpkg commands in C

How do I use dpkg commands in C? What headers/commands are available? I tried a web search, but it mostly displays manpages for dpkg, and I don't see the said manpage mention anything C-related.
0
votes
1answer
75 views

dpkg -i running in background after install

My own dpkg not installing correctly. I run: :~# dpkg -i foo-2.1-2.deb when my package is done installing. :~# ps aux | grep foo | grep -v grep root 1718 2.2 1.4 10080 7308 ttyS0 S ...
2
votes
3answers
443 views

Dpkg Python module?

I'm trying to do some package manipulation (a la dpkg) and while I can just popen or subprocess.call I'd rather do things the python way if possible. Unfortunately I've been unable to find a python ...
2
votes
1answer
187 views

Debian package uninstall process

I have a custom built Debian package which right now installs and uninstalls fine but have a couple of issues: I would like to know how I can make the uninstall process check for a file on the disk. ...
0
votes
1answer
127 views

Difficulties after installing rvm

I have installed rvm properly. However, I keep getting this error every time I install something: Errors were encountered while processing: ruby-rvm Error in function: Setting up ruby-rvm ...
1
vote
4answers
257 views

Why does awk print the full line when using eval?

I'm currently in the process of modifying a large BASH script which installs/checks a series of packages in a few different distros (mainly Redhat and Debian based). To handle some of the differences ...
2
votes
1answer
2k views

Why is my debian postinst script not being run?

I have made a .deb of my app using fpm: fpm -s dir -t deb -n myapp -v 9 -a all -x "*.git" -x "*.bak" -x "*.orig" \ --after-remove debian/postrm --after-install debian/postinst \ --description ...
0
votes
1answer
190 views

how to tell “dpkg” to NOT to download / install a broken source?

Whenever I try to use apt-get/dpkg, it tries a to install a broken source. How can I tell it to NOT do so ? here is its error: dpkg: error processing oracle-java7-installer (--configure): ...
3
votes
1answer
812 views

How to override dpkg-buildflags CFLAGS?

I got a package with: $ apt-get source <pkg-name> and now I am trying to build it with: $ dpkg-buildpackage -uc -us -j8 At the beginning of the output, there is stated: dpkg-buildpackage: ...
1
vote
1answer
86 views

Creating and Installing Upstream Debian Packages without Breaking Distro Integrity

My use case: I am running Debian Squeeze Backport 3.2.0-0.bpo.2-amd64 over an Asus p-67 Sabertooth mobo | i72600K proc ... I plan on doing a little speed-stepping so I wanted to use lm-sensors to ...
2
votes
1answer
174 views

Set debuild/dpkg to always ignore .git directories

To distribute my Ubuntu packages, I use debuild -S to create the source package and then upload it to launchpad, which creates the binary packages. This is very convenient. However, I noticed that my ...
0
votes
2answers
326 views

why is dpkg configuration running out of space on ubuntu 10.04 when there is space available?

There is 7Gb available but... ~ # dpkg --configure -a Setting up linux-image-2.6.32-31-generic-pae (2.6.32-31.61) ... Running depmod. update-initramfs: Generating ...
0
votes
0answers
100 views

Dpkg-deb: don't show output

I would like to know if it is possible to run dpkg-deb without showing any output (eg: the "x was successfully packaged." message, and any warnings about the control file.
0
votes
1answer
101 views

How to abort the installation of a deb package if the disk space is not enough

I'm developing a jailbroken program for iPhone. When the disk space is not enough, the installation will still continue, thus part of files were copied, while the other files were not, this makes the ...
0
votes
1answer
66 views

Java: Maven and Mercurial: install debian package with mercurial hash as name (version) fails

I have a Java Maven project where I successfully integrated the Mercurial Hash into the name of my debian package created. However, if I try to install my package with dpkg -i packagename it always ...
2
votes
1answer
1k views

Having trouble building python deb package , complain about modified binary

I have built my packages before using debhelper, but I'm running into a very frustrating problem. This is my file tree: usr/ `-- share |-- applications | `-- create-launcher.desktop ...
2
votes
1answer
219 views

What does the colon (:) and dash (-) in a dpkg version number mean?

I'm trying to get the version number of an already installed package, in order to build a dependencies list for a dpkg. If I type "dpkg -l | grep libqtcore4" into my terminal I get the following ...
2
votes
1answer
2k views

dpkg : how to ignore error in post/pre scripts

I've develop debian packages and have syntax mistake in my post/pre script (postrm in my case). I install package successfully, but now i can't remove this package : ...
2
votes
1answer
370 views

apt preferences pin: origin local?

I have dropped fglrx from my notebook and return to the free drivers but xfce4-power-manager fails to start. it was a known bug I got apt-get source, apply the patch, build and install it. now all ...
0
votes
2answers
232 views

What does “Desired=Unknown/Install/Remove/Purge/Hold” mean when I enter “dpkg -l” in the command prompt?

It appears to be an error. I'm not sure if I should worry about it or not. FYI: I'm just picking up Ubuntu (10.04) and want to develop a core understanding of how it all works, which is why I'd like ...
2
votes
1answer
216 views

Rebuild an ubuntu/debian package without some of the patches

I'd like to rebuild a source package that's in the ubuntu repo, changing nothing, except that I would like to build it without a subset of the patches it comes with. I have no experience doing such ...

1 2