Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

apt-get -d

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Guest

apt-get -d

#1 Post by Guest »

Hello,

Im running Debian sarge, and i have set a cron job which automatically downloads updates with apt-get upgrade -d. The question is simply, how do I go about installing these downloaded packages, (my guess is apt-get install <package name>) and what do I do if the upgrade 'breaks' the installation of the app? Is there a way to 'undo' the install?

thanks in advance,

Johan

ajdlinux
Posts: 2452
Joined: 2006-04-23 09:37
Location: Port Macquarie, NSW, Australia

#2 Post by ajdlinux »

There isnt any way to undo it AFAIK.

jjx
Posts: 97
Joined: 2006-05-09 09:48

#3 Post by jjx »

There is no simple way to undo ;)
You may downgrade again but isnt so simple...

You may install the downloaded packages running teh same command without the "-d" parameter ;)

Post Reply