Tagged Questions

3
votes
6answers
4k views

How do I preserve installed applications when migrating Ubuntu to another platform?

I'm looking at maybe moving from an older AMD64 to a new Intel dual-core which is 32 bit. Installation isn't a problem but can I transfer all the installed apps? I haven't been able to find anything ...
2
votes
2answers
61 views

Is there a way to automatically determine dependencies when setting up a dpkg control file?

Most of the fields in a dpkg (Debian) control file are straightforward. The tricky one is determining the list of dependencies (Depends:). I was hoping that dpkg-gencontrol could do this for me by ...
2
votes
2answers
95 views

How can I uninstall the last installed application (recently installed) with dpkg?

I need to use a command and or script that uninstalls the last recently installed application deb . I can't use apt-get in this case but rather dpkg --purge or similar, something like dpkg --remove ...
1
vote
1answer
181 views

CentOS equivalent of dpkg -s [closed]

I'm adapting a prepare script for CentOS that was previously written for Ubuntu. In the Ubuntu script, the command dpkg -s {some program} is called frequently. For example, one such command is dpkg ...
0
votes
1answer
13 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 ...
0
votes
1answer
28 views

Run time installation directory of debian package contents

I have a debian package that I built that contains a tar ball of the files, a control file, and a postinst file. Its built using dpkg-deb and it installs properly using dpkg. The modification I ...
0
votes
1answer
23 views

dpkg- unknown control file error

Under what conditions will lintian throw error unknown-control-file? the package is being created with no warnings but lintian is giving that warning and the error empty-binary-package My directory ...
0
votes
2answers
166 views

Language-selector-common in Ubuntu 10.10

When I am trying to install various packages, for example gitk and ruby1.8-dev, I recieve the following output: Setting up language-selector-common (0.6.7) ... dpkg: error processing ...
0
votes
2answers
2k views

dpkg error exit status 2

Trying to build php from source on Ubuntu 9.10 to enable GD2, but when i run dpkg-buildpackage, it just quits giving me this error: QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R ...
0
votes
1answer
1k views

Variables in debian/rules makefile

I have to port one RPM (made for Fedora) to Ubuntu as a deb package. In the RPM .spec file I'm using several variables ($RPM_BUILD_ROOT, %{_libdir}, %{name}, %{version}) to create a symlink: ...