Tagged Questions
0
votes
1answer
38 views
How to remove metapackage entirely in Debian
Is there any way to remove meta package and all its packages? Subset of metapackage is packages which don't depend on metapackage by all means. That's why if remove one metapackage only the package's ...
2
votes
1answer
133 views
apt-get won't install: dpkg: files list for package 'gnome-themes-standard-data' is not a regular file
I'm trying to install packages to get a webcam stream running on my raspberry pi. All of a sudden, apt-get is totally busted -- every time I try to install, reinstall or purge something that might fix ...
2
votes
2answers
120 views
How do I update my Debian kernel?
Essentially I have an Ubuntu laptop and a board running Debian. I have installed the same kernel module and a utility for managing it on each, using aptitude.
Unfortunately, the versions of the ...
2
votes
2answers
41 views
Upgrade a single package from a target release
In Debian Squeeze I have installed a packageX from debian-backports.
Q1: When I apt-get dist-upgrade or aptitude full-upgrade, what release is checked for updates for packageX? debian-backports or ...
2
votes
2answers
81 views
How to run a command after apt-get upgrade
Recently I came across the nice checkrestart tool, that checks if running processes use an outdated version of a recently updated library and would need a restart to load them with the updated lib. At ...
1
vote
2answers
155 views
aptitude remove pkg_name* not working like apt-get
I have uninstalled (aptitude purge) the qt-sdk package but there is still a lot of qt4* and libqt* packages on my system.
Is there a way to remove all these packages with aptitude remove/purge ...
3
votes
1answer
137 views
How do I fix these broken dependencies?
aptitude tells me I have some packages with broken dependencies:
kmiller@debian-dev-box:~$ sudo aptitude search '.*' | grep ^.B
iB console-setup-linux - Linux specific part of ...
1
vote
1answer
53 views
Understanding aptitude's behavior on a machine with multiple archives enabled
I'm having to deal with a Debian server, which initially was Squeeze, I believe, but where administrator enabled several distributions:
deb http://mirror.yandex.ru/debian/ stable main contrib ...
2
votes
1answer
111 views
Aptitude Search reports package installed, while Aptitude Show reports it not installed - how is that possible?
me@friedly_server:~$ aptitude search samba-tools
i samba-tools - Samba testing utilities
me@friendly_server:~$ aptitude show samba-tools
...
3
votes
1answer
352 views
Trying to use multiple Debian repositories
General situation:
I need to port a Qt project from MS Visual Studio 2010 to Linux (Debian).
In VS 2010 I have Qt v.4.8.1, but in Debian it is Qt v.4.6.1. This difference prevents me from porting, as ...
2
votes
2answers
104 views
Automatic package is installed, but aptitude doesn't find any rdependencies. What am I doing wrong?
I have a package lm-sensors automatically installed on my Ubuntu 10.04, but can't find packages, that depend on it:
$ aptitude show lm-sensors
Package: lm-sensors
New: yes
State: installed
...
2
votes
1answer
273 views
Which installed software packages use the most disk space on Debian?
Disk space on my root partition is running low, so I want to delete some applications from the system. How can I see which software packages use the most disk space? Is it possible to view that from ...
1
vote
1answer
184 views
How to purge package in debian without affecting other packages?
I had mysql-server-5.1 installed, then upgraded to mysql-server-5.5 and now upgraded to percona server (package percona-server-server-5.5).
So now I have 2 mysql-server packages removed, but not ...
4
votes
4answers
145 views
Is it possible to determine what is inside Debian package without installing it?
I need a markdown library for development - based on package names I could not understand which one I should install...
den@playground:~$ sudo aptitude search markdown
p html2markdown ...
2
votes
1answer
2k views
How to remove gnome-games package without removing other packages?
So I want to remove (more exactly purge) some packages like gnome-games from Debian 6. As already expected and know by research Aptitude also wants to remove in example the meta-package gnome, as ...
7
votes
1answer
364 views
Debian: How to delay configuration when installing/upgrading?
One of my Debian systems is rarely upgraded. So when it is time to upgrade, there are loads of packages. Right now I basically have to monitor the upgrade, because every 50 packages or so there is a ...
5
votes
2answers
445 views
How do I find installed packages that have no install candidate?
I'd like to retrieve a list of installed packages that have no install candidate (e.g., because I removed an apt source file entry). How would I do that on Debian-based systems?
4
votes
3answers
113 views
Using apt or aptitude to get version information about an uninstalled package?
I'm looking to install a package, but I'd like to make sure that I can't get a more recent version than, e.g., a PPA.
Is there an aptitude or apt-get command that will enable me to input a package ...
7
votes
4answers
506 views
How can I reliably “hold” a package in Debian?
I have a package in Debian that has been manually patched (not ideal, I know) that I must hold at its current version so upgrades don't overwrite the patched changes (I will manually inspect and apply ...
3
votes
2answers
1k views
How to make apt-get accept new config files in an unattended install of debian from Repo
I am writing a script for a unattended install of a package that is in our repo, it is a software package with one of Debian's marked config files.
Is there any option that I can pass to ...
2
votes
4answers
3k views
debian: Remove or reinstall package in a very bad inconsistent state
I'm having a package management problem:
At some point, I must have interrupted an update or something, because the bluez package has broken. I've tried removing and/or reinstalling, but I get ...
8
votes
2answers
234 views
How to list files and folders that are not maintained by any DEB package
I am in the process of moving my files from one Debian machine to another so that I can use the old machine for a different purpose. I do not want to miss any file because I will be formatting the ...
6
votes
1answer
3k views
How to install some packages from “unstable” Debian on a computer running “stable” Debian?
On a computer running "stable" Debian, when trying to install a package which is in the unstable list on the Debian web site using the "aptitude install /unstable" command, I get output similar to ...
4
votes
2answers
10k views
Removing broken packages
Recently in a bout of frustration with getting phpmyadmin setup, I decided to start from scratch.
Unfortunately, during the uninstall phase, I was prompted with the root password for mysql which I ...
70
votes
8answers
19k views
What is the real difference between “apt-get” and “aptitude”? (How about “wajig”?)
I know that both apt-get and aptitude are command line package management interfaces on Debian derived Linux, with different options, but I'm still somewhat confused. Under the hood, aren't they ...