Skip to main content

Questions tagged [aptitude]

aptitude is a front-end to the Advanced Packaging Tool (APT). It displays a list of software packages and allows the user to interactively pick packages to install or remove. In addition to a curses based interface, it also has a command line interface.

0 votes
1 answer
13k views

Installing build-essentials with linux-headers package

I'm trying to update the network card drivers on my Debian based server. I'm following this guide: Driver installation guide I reached the step aptitude install build-essential linux-headers-`uname -...
1 vote
1 answer
287 views

What's the difference between security.debian.org/debian-security and deb.debian.org/debian-security for Debian 12?

Continuing http://unix.stackexchange.com/questions/541569 (which refers to the outdated Debian 10 and is unspecific/unclear in other ways, and the only answer to which is around 4 years old and at ...
5 votes
2 answers
2k views

Easily view a list of changes of upgraded packages

So, let's say I run sudo apt-get upgrade on my Lucid Lynx and it upgrades a couple of packages I'm interested in. Is there a command to run that will open some kind of info or manual that tells me ...
13 votes
5 answers
34k views

How to install a single package from Debian sid?

Take ibus-sunpinyin for example, which isn't existed in the squeeze release. I'm not going to switch the whole system to the sid branch, so, I want to download the single package from sid repository ...
2 votes
2 answers
2k views

Debian 10 apt update suddenly stopped working without config change: Unknown error executing apt-key

I am having a problem with apt update on Debian Buster which suddenly stopped working a few days ago. I have compared the /etc/apt directory with the backup and there seem to be no changes whatsoever. ...
1 vote
3 answers
226 views

Could not read status of path (which was just about to install): Input/output error

I am using Debian bullseye without systemd (devuan) and today I wanted to upgrade my packages. So I typed sudo apt upgrade It didn't work because I got the following error (note that this error was ...
198 votes
4 answers
409k views

How to install local .deb packages with apt-get

Is there a way to install packages store on your HD with apt-get, like apt-get install ./package.deb? If not, how to handle the dependencies in a very very easy way?
0 votes
0 answers
1k views

Why am I still getting package authentication warnings even after disabling validity check on Debian 8?

I'm still running Debian 8 "Jessy" on my outdated Banana Pi BPI-R1 hardware. But now, when I try to install a package, I get WARNING: The following packages cannot be authenticated! After ...
2 votes
1 answer
748 views

How to create an alias for unresolved apt dependencies?

Some time ago I installed a wormsarmageddon.deb that depended on a package named wine. Since no distribution package or PPA I could find provided a package named wine -- but only wine-stable, wine-...
3 votes
2 answers
12k views

Already uninstalled apache2 in Debian but it's still there?

I performed the following command apt-get remove apache2 but when I type service --status-all apache2 is still up in the list. How can you completely uninstall apache2?
11 votes
2 answers
16k views

“The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 23F3D4EA75716059”

I try to update Debian but I get the following error message: % sudo aptitude update Hit http://deb.debian.org/debian bullseye InRelease Hit http://deb.debian.org/debian-security bullseye-security ...
1 vote
4 answers
3k views

Why is apt-get trying to install linux-image? And how can I stop it?

The other day, I tried to update Abiword by running the command: sudo apt-get update abiword Obviously, it didn't work, but I had no idea how badly it would fail. apt-get began installing several ...
0 votes
0 answers
36 views

What's going on with aptitude and 49 installed versions ofdocker?

It appears I have 49 version of docker CE installed. # aptitude show -v docker-ce | grep -e Version | wc -l 49 I'm investigating a docker issue (which I'll post in another question) and I found this. ...
1 vote
1 answer
2k views

"The following packages have been kept back", a new twist on an old puzzle

Very much what the title says. The new twist is that I am aware of this and of this and of this discussions, and relative replies. But... me@me:~$ sudo apt-get update Hit:1 http://fr....
3 votes
4 answers
2k views

How to know the recommended/suggested packages using terminal?

In synaptic if you right-click a package you will see a sub-menu called recommended and another sub-menu called suggested. How can I see the recommended and suggested packages for a specific package ...

15 30 50 per page
1
2 3 4 5
16