2012-01-26, 09:59 PM
And if you don't want to break your running system when trying/testing things out. You can install virtual machines. A well know virtual software packages is virtualbox
You can install the deb packages with the right architecture(x86 or amd64) and install via
Code:
sudo dpkg -i virtualbox.deb
or you in ubuntu you can also install straight from the command line cuz I think it's in the repositories via
Code:
sudo apt-get install virtuabox