Here are the implemented Synaptic package manager ideas with no milestone set.
Save my programs list!
Written by cajhne the 13 Sep 10 at 21:35.
Implemented
Having to remember/reinstall all my programs from scratch is pain! I get experimental with Linux, I mess something up, I blow something away, and I have to start all over. sudo apt-get install ad-nauseum! I want my programs back, I always install the same set every time. I don't want to install it all by hand again! I also don't want to go through the bother of making duplicates of my active file-system to restore. I just want clean installs of everything, without trying to remember everything, and tracking down the correct apt package.
Note: This is NOT a duplicate of "system backup/restore" ideas. We're not saving anything here but the /bare minimum/ to reinstall. Think along the lines of something you could toss on a thumbdrive, not something that takes a pile of backup DVDs, and/or large capacity external drives. :)
216
votes
222
8
6
148
votes
155
7
7
Selected solution (#3):
Add "Remember my program choices" to Ubuntu Software Center
Written by
cajhne the 14 Sep 10 at 21:58.
A button that lets you save your choices to a script file or list, (or maybe directly to ubuntu one), that you can then "reinstall my programs" later through a simmilar button or menu option in ubuntu software center.
A button that lets you save your choices to a script file or list, (or maybe directly to ubuntu one), that you can then "reinstall my programs" later through a simmilar button or menu option in ubuntu software center.
50
votes
59
10
9
Selected solution (#4):
Ubuntu One software title sync + solution 2
Written by
Oxwivi the 24 Sep 10 at 18:00.
Having Ubuntu One save the list of softwares used by the users can do the trick. It will just download the softwares from the repository and keep a back up of the non-repository softwares at their server, occupying the space designated to the user.
Setting up the Ubuntu One account during installation of Ubuntu at a computer can allow only the softwares the user wants to be installed. Thus saving time to remove the unnecessary programs to save space and resources (in an old system for example).
Having Ubuntu One save the list of softwares used by the users can do the trick. It will just download the softwares from the repository and keep a back up of the non-repository softwares at their server, occupying the space designated to the user.
Setting up the Ubuntu One account during installation of Ubuntu at a computer can allow only the softwares the user wants to be installed. Thus saving time to remove the unnecessary programs to save space and resources (in an old system for example).
-33
votes
6
1
39
Selected solution (#5):
Add A Prompt On Shutdown To Save installed programs
Add a prompt so that when the user tells Ubuntu to shutdown it asks if you want to save all the programs and .DEB files to the hard drive or to an external media device and add a program in Ubuntu to allow fast re-installation of the DEB files.
Add a prompt so that when the user tells Ubuntu to shutdown it asks if you want to save all the programs and .DEB files to the hard drive or to an external media device and add a program in Ubuntu to allow fast re-installation of the DEB files.
2
votes
5
1
3
Selected solution (#6):
Autosave manually installed packages list in all sudoers home folders
As all sudoers may access the software center and the others ways of installing packages, they should all be able to reinstall them at once.
So, as in
idea #1 , a simple bash script should be generated everytime a package is added / stuck to a version / removed, to repeat all the actions to set up the computer.
It should be copied in a file like ~/.apt/[computer_name].sh, allowing the sudoers user to share the folder using Ubuntu One and to install the packages that are installed on one of the user's computers.
Also, it should only list the packages that are manually installed, and not the dependencies, allowing installations on newer or older versions of the distribution, possibly with verifications and notifications for packages that are no more / not already present in the list.
As all sudoers may access the software center and the others ways of installing packages, they should all be able to reinstall them at once.
So, as in idea #1, a simple bash script should be generated everytime a package is added / stuck to a version / removed, to repeat all the actions to set up the computer.
It should be copied in a file like ~/.apt/[computer_name].sh, allowing the sudoers user to share the folder using Ubuntu One and to install the packages that are installed on one of the user's computers.
Also, it should only list the packages that are manually installed, and not the dependencies, allowing installations on newer or older versions of the distribution, possibly with verifications and notifications for packages that are no more / not already present in the list.
Updates from Nvida drives
Written by adn the 3 Oct 09 at 06:35.
Implemented
The drives that nVidia are now ahy 180.xy 170.x old nVidia's website the bag and drives 185.x
Faster APT downloads
Written by nico9julio the 5 Apr 09 at 04:27.
Implemented
Every APT interface, like synaptic or aptitude, use wget to download files. This is slow on may internet broadband connections because is not using concurrent downloads.