I am doing a online course. Many softwares are prerequisite for the course and need to be installed on Ubuntu. I have installed all of them on my laptop at hostel. Now I have also installed Ubuntu (same version 14.04) on my lab machine on VirtualBox. There are two parts of my questions:
- I know that, it is possible to transfer all the setting from laptop to Virtual Ubuntu, but I don't know how to do this and what would be the most effective way of doing this?
- Is it possible to install many softwares in one shot? It takes hell lot of time to install them one-by-one.
Just for information: I have internet access on both Ubuntus.
sudo apt-get install app1 app2 ... appN
– Sylvain Pineau Mar 26 '15 at 17:11