How would I specify Konsole to download a program but not automatically install it? Just save it somewhere as a .deb file. Also, what command would I use to tell Konsole to update a particular program? Thanks.
Announcement
Collapse
No announcement yet.
Some command line questions
Collapse
This topic is closed.
X
X
-
Re: Some command line questions
To download but not install a .deb file (you don't need to be root):
Code:aptitude download whatever
Code:sudo aptitude update; sudo aptitude install program-name
Code:aptitude --help
Code:man aptitude
Asus G1S-X3:
Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )
- Top
- Bottom
-
Re: Some command line questions
It downloads the .deb to whichever directory you're in at the time; it's probably in your /home/[username]/ directory.Asus G1S-X3:
Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )
- Top
- Bottom
Comment
Comment