I'm trying to install a GUI for my Ubuntu Server 10.04 LTS however I have no Internet connection to the server machine (I do have physical access). Is there a way to download the GNOME packages, put them on a DVD/USB, and then pop that into the server physically?
-
One way to save some time may be to just install ubuntu and put ubuntu server packages on it.
-
You might want to look here for several strategies to install offline:
https://help.ubuntu.com/community/InstallingSoftware -
You can go on a machine that has internet connection and a ubuntu GUI.
Open synaptic package manager select the gnome/ubuntu-desktop package from the list(if it's already selected hit complete reinstall)
Then go to File->Generate Download script (save it where you like)
This will creat a shell script with wgets to the packages you will need
run this on an external harddrive and bring that over to the server and run
sudo dpkg -i [debfile].deb
It's possible that you have to install the dependencies in order...
Ubuntu Server 10.04 LTS GUI
Discussion in 'Linux Compatibility and Software' started by fred2028, May 18, 2010.