Assignment 2
Assignment 2
Aim:
Project workstation selection, installation along with setup and installation report
preparation.
Workstation:
Operating System : Linux Ubuntu
Installation Procedure:
A. NETBEANS IDE:
To test and ensure that your system is running the correct version of Java you can execute the
following command:
java -version
Netbeans is simple to install on Linux as it has a handy graphical wizard to lead you through the
installation steps. We used the following commands to download and install it (7.4 is the latest
version):
cd ~
wget download.netbeans.org/netbeans/7.3/final/bundles/netbeans-7.3-linux.sh
chmod +x netbeans-7.3-linux.sh
./netbeans-7.3-linux.sh
This should mean that it will install Netbeans to a directory at /home/<user>/netbeans-7.3.
3. Use the following command to see if your kernel supports all features. if the first command’s
output is “looks good”, most features will work.
sudo criu check
sudo criu check --all