Softwares ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Main /
Gos-green-os-on-ubuntu
GOS - Green OS First open up your /etc/apt/sources.list file which lists all the repositories and append the following two lines to it. $ sudo vi /etc/apt/sources.list # FILE: /etc/apt/sources.list # Adding gOS repositories deb http://packages.thinkgos.com/gos/ painful main deb-src http://packages.thinkgos.com/gos/ painful main In the terminal enter the command to import the public key of the repository so that the signatures could be verified as follows : # wget http://www.thinkgos.com/files/gos_repo_key.asc # sudo apt-key add gos_repo_key.asc Next update your apt cache database using the command : $ sudo apt-get update To install the necessary files which will allow you to run gOS on Ubuntu, run the following apt-get command : $ sudo apt-get install greenos-desktop
|