View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#24
Originally Posted by gsalone View Post
Brilliant tip brkn!

Yes i can see a couple of packages, so is there a way to locally download the .deb file or it has to be done with apt-get install realgolf2011?
I you don't have the package installed already then its:

Code:
apt-get install -d PKG_NAME

If its installed:

Code:
apt-get install -d PKG_NAME --reinstall
The .deb file downloaded is saved in /var/cache/apt/archives/
 

The Following User Says Thank You to thedead1440 For This Useful Post: