First install a fresh copy of ubuntu 16.04 LTS (Note : It also works on other version of ubuntu 16.x) on your system then run the following commands on terminal.
- Update the repository
- Install the new packages
- Install the Development tools with build-essentials packages
- Install Restricted-Extras packages(audio-video codecs, flash players etc.)
- Install vim editor
- Install gparted
- Install clementine music player (my favorite one)
- Also install vlc player
- Install Zim Desktop Wiki
- Installing Wine
sudo dpkg --add-architecture i386
after that type following command
sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install --install-recommends winehq-devel
when the installation process is done, then type 'winecfg' command in terminal and hit enter, it will automatically configure wine. During configuration process it will ask you to install 'MONO package', then click on install button.
- Installing VirtualBox
sudo apt-get install virtualbox-ext-pack
Thats it.
Thanks...