Install all programs on a newly installed ubuntu system

If you’re running Ubuntu there is a neat way of installing all of your programs on a newly installed Ubuntu system.
Run the following command on the ‘old’ Ubuntu installation.
“dpkg –get-selections > installed-software”

You’ll end up with a file called installed-software. Copy the file to a usb key and copy it to a location on your backtrack machine.
Run: “dpkg –set-selections < installed-software” in the directory where you copied the file installed-software.
Finally the “sudo apt-get dselect-upgrade” commands completes all of this. Be aware that is might take while until the installtion finishes.

If the above doesn’t work, you probably do not have dselect installed.
In that case, run “apt-get install deselect”
The above instructions also work on BackTrack 5

Howto install PlayOnLinux in Karmic-Jaunty-Intrepid-Hardy

What are PlayOnLinux’s features?

Here is a non-exhaustive list of the interesting points to know:

* You don’t have to own a Windows® license to use PlayOnLinux.
* PlayOnLinux is based on Wine, and so profits from all its possibilities yet it keeps the user away from its complexity while exploiting some of its advanced functions.
* PlayOnLinux is a free software.
* PlayOnLinux uses Bash and Python

Nevertheless, PlayOnLinux has some defects, as every piece of software:

* Occasional performances decrease (image may be less fluid and graphics less detailed).
* Not all games are supported. Nevertheless, you can use our manual installation module.

Install PlayOnLinux in Jaunty/Intrepid/Hardy

Method 1 (Using repository)

For Karmic Users

First you need to add the PlayOnLinux repository using the following command

sudo wget http://deb.playonlinux.com/playonlinux_karmic.list -O /etc/apt/sources.list.d/playonlinux.list

Update source list

sudo apt-get update

Install PlayOnLinux using the following command

sudo apt-get install playonlinux

For Jaunty Users

First you need to add the PlayOnLinux repository using the following command

sudo wget http://deb.playonlinux.com/playonlinux_jaunty.list -O /etc/apt/sources.list.d/playonlinux.list

Update source list

sudo apt-get update

Install PlayOnLinux using the following command

sudo apt-get install playonlinux

For Intrepid Users

First you need to add the PlayOnLinux repository using the following command

sudo wget http://deb.playonlinux.com/playonlinux_intrepid.list -O /etc/apt/sources.list.d/playonlinux.list

Update source list

sudo apt-get update

Install PlayOnLinux using the following command

sudo apt-get install playonlinux

For Hardy Users

First you need to add the PlayOnLinux repository using the following command

sudo wget http://deb.playonlinux.com/playonlinux_hardy.list -O /etc/apt/sources.list.d/playonlinux.list

Update source list

sudo apt-get update

Install PlayOnLinux using the following command

sudo apt-get install playonlinux

Method 2 (Using .deb File)

Download .deb file from here

Install .deb package using the following command

sudo dpkg -i PlayOnLinux_3.7.deb

If you want to know more about how to use check the official documentation