If you want to install new version of ubuntu !

New version of Ubuntu comes on every 6 month with most recent version of software and with, up to some extend, new look. If we don't want to continue with the old version of software and if bored with same look we want install the new version. If you want to upgrade your system then it is ok. But if you want a clean installation then you have to install all your required software and you have to do all setting ones again. This is very tedious job. Here are some tricks to simplify the job.

First you can generate the list of installed software by using this command,
dpkg --get-selections > installed-software
This command will create a text file name installed-software. You can edit this file and if you want remove some software by simply deleting the line containing the name of the software.

Now when you are installing Ubuntu do not format the home folder. This folder actually contain all the settings of the software. And when you re install the software, in most cases, you will get back the setting. Like in the case of Firefox or Chromium.

Now after installation is complete first install dselect by using the command
sudo apt-get install dselect

Now run the command
sudo dpkg --set-selections < installed-software
And then
sudo dselect
This will install all software listed in the file one by one. And you will get back all software.

** Since there are some problem in installing flash-plugin-installer and ttf-mscorefont-installer, I recommend to remove this name from the file and use other method to install them. You try this and this process.

cheer
APaul

Comments

Popular posts from this blog

Changing caption width in latex

Subtitle in latex

Send in Email in Background in Thunderbird