![]() |
2012-10-06
, 10:38
|
Posts: 259 |
Thanked: 161 times |
Joined on Aug 2012
@ Athens, GR
|
#21
|
![]() |
2012-10-06
, 10:42
|
Posts: 299 |
Thanked: 557 times |
Joined on Aug 2012
|
#22
|
I cannot find Real Golf anywhere, should i need to install again.. any ideas where to find?
apt-cache showpkg realgolf2011
apt-get install realgolf2011
The Following User Says Thank You to brkn For This Useful Post: | ||
![]() |
2012-10-06
, 12:23
|
Posts: 259 |
Thanked: 161 times |
Joined on Aug 2012
@ Athens, GR
|
#23
|
![]() |
2012-10-06
, 12:24
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#24
|
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?
apt-get install -d PKG_NAME
apt-get install -d PKG_NAME --reinstall
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
![]() |
2012-10-06
, 13:23
|
Posts: 259 |
Thanked: 161 times |
Joined on Aug 2012
@ Athens, GR
|
#25
|
I you don't have the package installed already then its:
Code:apt-get install -d PKG_NAME
If its installed:
The .deb file downloaded is saved in /var/cache/apt/archives/Code:apt-get install -d PKG_NAME --reinstall