I frequently find myself missing a program, man page, or other file when working on my Ubuntu 8.04 system. Is there any simple way to look up what package contains a given file (whether it is installed already or not)? Maybe some obscure option for…
This command can only list contents of installed packages,
dpkg -L PACKAGENAME
but how to list contents of a non-installed package, to preview/examine the package?
I want to set up a script that automatically changes the timezone on a machine (running ubuntu 11.10) and also sets the right values to the debconf database. I've tried the following, but it does not work (at the end, the current timezone remains…
I am manually installing a .deb file (which I don't maintain) onto my Ubuntu system.
The package has a post-installation script which erroneously fails, and therefore the package is considered broken.
dpkg: error processing astah-community…
I am on Debian (testing). How can I list all installed packages that depend on another installed package?
I would prefer to do this using either dpkg or apt, but if another tool (or combination of tools) is required I am willing to install that…
Is there an easy way to install packages with a large dependency tree, provided that you don't have superuser access? For instance, say I wanted to install firefox. Firefox has a ton of dependencies, each of which have their own dependencies, etc.…
What has gone wrong if this error message appears AFTER apt-get has finished downloading and installing packages?
...
Processing triggers for menu ...
Error: Timeout was reached
This was on a Debian Wheezy/Sid.
I'd like to use the command dpkg in my PHP script (using exec).
I'm running CentOS. Is there a way I can install the command dpkg on there?
Step by step guide would be fantastic.
I have a netbook with a tiny hard drive, and an external drive to go with it. It's running Ubuntu. I want to be able to install some packages to that external hard drive, so that when the hard drive is not plugged in the netbook still functions,…
I'm trying to make a minimalistic Debian install for a low-mem VPS box. I'll be uninstalling the locales package, as there is no need for any kind of locale support for my purposes (only a few server programs, English only is perfectly enough).
My…
I am running Debian wheezy/sid x86_64 and I am trying to install the official Skype package. However I seem to be having a few dependency issues that I can't resolve. I have enabled multiarch, the issue seems to be that there is a huge amount of…
I have a dpkg file that i want to install.
But I get error messages that it is depending on other packages.
I used:
dpkg -i file.dpkg
Is there a way to install dependencies automatically without having to use apt-get/aptitude (the latest version of…
In the Docker docs in Install Docker Engine on Ubuntu there's an option of installing from the repository (along with the options to download the deb file and install it, and using the convenience script which also uses the repository). But I see…