PDA

View Full Version : [ubuntu] where does downloaded software from synaptic get saved



ranjithnair
August 12th, 2008, 04:15 PM
Where does downloaded software from synaptic get saved so that I can have a backup and give it to my friends..

christianxxx
August 12th, 2008, 04:18 PM
I'm not really sure here, but I always believed they where just installed. Sure, there will be temporary files, but I think part of the installation process is to clean this up.
Anyways, they can always install it from their own synaptic as it is available to all ubuntu-users.

For other distributions there will be other repositories, and for other OS, there will be other sources.

zchenyu
August 12th, 2008, 04:18 PM
I believe programs are stored in /usr, but you should confirm that.

And you can't just "give" programs like that. There are loads of stuff like dependencies, settings, etc that need to be transferred as well. Its really not worth it IMO. Just ask them to redownload the programs.

bedbug
August 12th, 2008, 04:37 PM
/var/cache/apt/archives/

myle
August 12th, 2008, 04:42 PM
And to clean them up, use

sudo apt-get clean

ranjithnair
August 13th, 2008, 12:18 AM
thank you bedbug you are awesome