Archive
Articles Tagués ‘Debian’
(Re)Installing without Immediate-Configure using Debian APT (via Awayand’s Blog)
19 septembre 2011
Poster un commentaire
This can also be done directly on the command line without changing the global APT config file with the following option (in my case to install imagemagick on testing):
# apt-get install imagemagick -o APT::Immediate-Configure=False
via Awayand's Blog