i already did but im getting the following errors:
root@mig8gb1-desktop:~# sudo apt-get install libglut3-dev
Reading package lists… Done
Building dependency tree
Reading state information… Done
libglut3-dev is already the newest version.
You might want to run `apt-get -f install’ to correct these:
The following packages have unmet dependencies:
freeglut3-dev: Depends: freeglut3 (= 2.4.0-6.1) but it is not going to be installed
Depends: xlibmesa-glu-dev or
libglu-dev
Depends: libxt-dev but it is not going to be installed
Depends: libxext-dev but it is not going to be installed
libx11-dev: Depends: libx11-6 (= 2:1.1.5-2) but 2:1.1.99.2-1ubuntu2 is to be installed
Depends: libxau-dev (>= 1:1.0.0-1) but it is not going to be installed
Depends: libxdmcp-dev (>= 1:1.0.0-1) but it is not going to be installed
Depends: x11proto-core-dev (>= 6.8.99.8-1) but it is not going to be installed
Depends: x11proto-input-dev but it is not going to be installed
Depends: x11proto-kb-dev but it is not going to be installed
Depends: xtrans-dev but it is not going to be installed
Depends: libxcb-xlib0-dev but it is not installable
E: Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a solution).
then i did
root@mig8gb1-desktop:~# apt-get -f install
and im getting this
root@mig8gb1-desktop:~# apt-get -f install
Reading package lists… Done
Building dependency tree
Reading state information… Done
Correcting dependencies… Done
The following extra packages will be installed:
freeglut3 freeglut3-dev libglu1-mesa-dev libice-dev libpthread-stubs0 libpthread-stubs0-dev libsm-dev libx11-dev libxau-dev libxcb1-dev
libxdmcp-dev libxext-dev libxt-dev x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev xtrans-dev
The following NEW packages will be installed:
freeglut3 libglu1-mesa-dev libice-dev libpthread-stubs0 libpthread-stubs0-dev libsm-dev libxau-dev libxcb1-dev libxdmcp-dev libxext-dev
libxt-dev x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev xtrans-dev
The following packages will be upgraded:
freeglut3-dev libx11-dev
2 upgraded, 16 newly installed, 0 to remove and 3 not upgraded.
5 not fully installed or removed.
Need to get 3299kB of archives.
After this operation, 6250kB of additional disk space will be used.
Do you want to continue [Y/n]? y
0% [Connecting to archive.ubuntu.com (91.189.88.40)]
it seems that my system is not able to contact the ubuntu server as im using a proxy…
what do i do now???
thanking you for your valuable help.