Apt-get blocked

Last update on November 8, 2008 07:59 AM by deri58
Published by deri58

Apt-get blocked




Unblock apt-get


If for one reason or another, you encounter an apt-get blocking, below is a simple way to solve this problem:

Kill the process apt-get: killall -9 apt-get
Reconfigure dpkg: dpkg --configure –a
Update apt-get: apt-get update
Update the packages, included improper installed: apt-get upgrade

Unblock the message to validate


The freeze may occur due to a message to validate console. The process might not have been killed due to incomplete update or installation process. You should now process under the root and console:


View the details to get the console mode if you use the graphical mode

To select the message to validate, move with the <Tabulation> button and validate with the space bar button.
Best answers for « Apt get blocked » in :
[Debian] Apt-get : NO_PUBKEY / GPG error Show [Debian] Apt-get : NO_PUBKEY / GPG error When updating the Debian based system, it may happens that the apt-get displays an error message like: W: GPG error: ftp://ftp.debian.org/ testing Release: The following signatures couldn't be...
APT-GET OR APTITUDE ? Show APT-GET OR APTITUDE ? What is aptitude? Why aptitude? What is aptitude? aptitude is a package manager with a text mode interface. But just as apt-get, it can also work from the command line. In fact, you can directly substitute...
Installing Opera 10 under Ubuntu 9.04 (Jaunty) Show Installing Opera 10 under Ubuntu 9.04 (Jaunty) If you already have an older version of Opera, first remove it: sudo apt-get remove opera (This operation will not results in the lost of your configuration or your bookmarks.) Then do:...
Unblocking apt-get ShowUnblocking apt-get If you ever encounter a failure with apt-get, perform the operations on a console under root: Kill the process named apt-get: killall -9 apt-get Reconfigure dpkg: dpkg --configure -a Update apt-get: apt-get...
How to install flash under firefox? ShowHow to install flash under firefox? Introduction Automatic installation Manual installation Introduction Flash is a software created in vector animation which allows image , vector graphic image, animation and videos on certain...
Phpize: command not found Showphpize: command not found Though you have installed the PHP programming language on your computer, you will be required to install the extension pecl to be able to run its commands. Else, you will be face with the error message...
Download Code::Blocks Studio ShowCode:: Blocks is a multi-platform IDE (Linux, Mac and Windows) completely coded in C ++. Code:: Blocks is based on a system of plugins which allows to develop it very easily without recompiling it. Since it supports a great number of compilers, the...