Apt On Cd is handy utility that I had used during the Dapper and Feisty days.
As you update your computer, the packages you download are stored in the /var/cache/apt/archives
folder. They stay there as a sort of backup and if you reinstall a package.
This helps keep the strain off the repository server.
Apt On Cd takes advantage of the stored packages and creates an Iso file with configuration files that you can burn to a Cd or DVD then place it in another Ubuntu computer that needs updating.
Think of it as a portable repository.
This utility is perfect for multi computer users that have a slow internet connection or no connection at all on the other computers. It also makes updating the other computers faster as you no longer have to re-download the updates then install them.
Apt On Cd is available through the repositories. Open Synaptic Package Manager and do a search for aptoncd
Or you can get it from their website found here;
AptOnCD
http://aptoncd.sourceforge.net/
Windows Users Read This;
If you have a Windows system, I won't let you out of the loop.
There's a software app that grabs all the updates from the Microsoft server and creates an exe file that allows you to run it on other Windows computers of the same distro. It also lets you choose during the update process which updates you want to install.
And it has add-on products like Flash and Shockwave plus many tweaks.
You can get more info about it here;
AutoPatcher
http://www.autopatcher.com/
Enjoy!
TaZMAn
Showing posts with label Apt-Get. Show all posts
Showing posts with label Apt-Get. Show all posts
Sunday, November 23, 2008
Sunday, July 6, 2008
Clean Up Files
Sometimes we try a piece of software but later decide to uninstall it.
Most times when you uninstall a piece of software, all the dependencies that were installed with the package are also removed.
I say most times. But not always.
So here is a quick command that you can run in the Terminal window to clean up those stray packages.
sudo apt-get autoremove
The Autoremove command scans the dependency tree and if it finds any orphan packages it will remove them.
This is a quick and simple way to check and keep your system clean.
TaZMAn
Most times when you uninstall a piece of software, all the dependencies that were installed with the package are also removed.
I say most times. But not always.
So here is a quick command that you can run in the Terminal window to clean up those stray packages.
sudo apt-get autoremove
The Autoremove command scans the dependency tree and if it finds any orphan packages it will remove them.
This is a quick and simple way to check and keep your system clean.
TaZMAn
Subscribe to:
Posts (Atom)
