Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
48 questions with no upvoted or accepted answers
3 votes
1 answer
2k views

What to do when launchpad is down?

As I am writing this (Friday, November 8, 2013 at 9:59:18 PM EST) launchpad is down. Apparently there is a power failure (https://twitter.com/launchpadstatus/status/398980619880775680). I tried ...
joncarl's user avatar
  • 166
2 votes
1 answer
5k views

Couldn't to execute apt-get update on debian 10

I'm starting with Debian Linux 10 and I installed only a web server with Apache a few days ago. Today wanting to update packages, I use apt-get update but I get the following errors, which rebooting ...
Alexis Gatuingt's user avatar
2 votes
3 answers
429 views

Speeding up apt-get install for many packages

I've noticed that much of the time taken by apt-get install when installing many packages / dependencies is due to many individual requests for packages / dependencies, even when the total download ...
user1330734's user avatar
2 votes
0 answers
796 views

Can't install Firefox Developer Edition with apt-get

I already downloaded Firefox Developer Edition (38) and unpacked it from its tar.bzip2, but i don't like to have this application in my home directory. Also I'm running out of space in that partition, ...
Mr_LinDowsMac's user avatar
2 votes
2 answers
470 views

How can I review updates before actually upgrading with apt-get in Debian

Before acutally doing #apt-get upgrade on a Debian server, I'd like to get an overview of the package names about to be updated and what the changes are in those packages. Recently my root account ...
bucovaina78's user avatar
2 votes
1 answer
987 views

"Broken packages" installation error in Ubuntu

When I'm trying to install subversion on a Ubuntu machine using command sudo apt-get install subversion, it's throwing the follwoing error. ~$ sudo apt-get install subversion [sudo] password for ...
user1168992's user avatar
1 vote
0 answers
761 views

Linux apt-get upgrade hangs at update-initramfs

Running apt-get upgrade hangs at update-initramfs: Generating /boot/initrd.img-4.9.0-7-amd64. It's been hung for at least five hours now. If I kill the process and try apt-get upgrade again, I get ...
Floyd Resler's user avatar
1 vote
0 answers
80 views

Grouping apt packages in Debian

I was wondering (and searching all over the place, sorry if I missed an obvious one) if, in Debian, there is any equivalent flag or option to the --virtual of Alpine Linux when installing apt packages....
Alberto Roura's user avatar
1 vote
1 answer
57 views

Unable to remove programs

I need to remove some programs in my Deepin distro but I get this error: amr@amr-PC:~$ sudo apt-get autoremove Virtual Network Editor [sudo] Mot de passe de amr :  E: Impossible d'obtenir le verrou /...
Amr Ch's user avatar
  • 11
1 vote
0 answers
3k views

Unable to correct problems, you have held broken packages

I've got an Ubuntu 16.04 server in production on which I wanted to install node and npm. So I ran this: sudo apt install nodejs nodejs-legacy npm The nodejs-legacy package is solely meant to have a ...
kramer65's user avatar
  • 1,424
1 vote
0 answers
801 views

How to install different versions of same library in Debian?

I'm trying to build an application (Visual Studio Code) from source on Debian. While trying to follow building instructions, Node-JS refused to install. # apt-get install nodejs-dev Reading package ...
DeFazer's user avatar
  • 141
1 vote
0 answers
325 views

dpkg install with apt-get autoremove

OS: Debian 8 I wanted to install PepperFlash, which is non-free. I don't anticipate installing many non-free packages, so instead of modifying /etc/apt/sources.list and downloading from the non-free ...
Agrim Pathak's user avatar
1 vote
0 answers
2k views

The following packages have unmet dependencies

Every time I try to use apt-get install or remove or purge I have this error pop up: The following packages have unmet dependencies: libimage-magick-q16-perl : Depends: libmagickcore-6.q16-2 (>= ...
Nicholas's user avatar
  • 139
1 vote
0 answers
309 views

Unresolvable broken dependencies, none of 'apt-get' commands works

Before I explain the problem, I should say that I have tried all other answers to similar questions and troubleshootings around the Internet, and none of them works. To be more specific all apt-get ...
FatDog47's user avatar
  • 111
1 vote
0 answers
81 views

Why would updating postgresql-client uninstall postgresql?

On a Debian 7 server, apt-get was offering me to upgrate the following 2 packages: postgresql-9.1 and postgresql-client-9.1. Since I didn't want to restart the database server, I decided only to ...
Herka's user avatar
  • 11

15 30 50 per page