--- doc/build/ubuntu20LTS_install.frag 2020/05/02 01:19:57 1.1 +++ doc/build/ubuntu20LTS_install.frag 2021/03/09 13:05:59 1.3 @@ -55,7 +55,7 @@ DHCP is not supported.
-Installing Ubuntu Linux is easy. +Installing Ubuntu Linux is straightforward. Documentation is available from https://help.ubuntu.com/community/Installation/ Most of the installation screens are self explanatory. @@ -125,20 +125,24 @@ sudo apt-get upgrade
If kernel packages were updated, reboot your system before continuing with the installation.
--Add LON-CAPA ubuntu repository to your /etc/apt/sources.list file. -
--sudo apt-get install software-properties-common -sudo apt-add-repository 'deb http://install.loncapa.org/ubuntu focal main' -
wget http://install.loncapa.org/versions/ubuntu/APT-GPG-KEY-loncapa.asc sudo apt-get install add-apt-key gpg sudo apt-key add APT-GPG-KEY-loncapa.asc -sudo apt-get update ++
Execute:
++sudo apt-get install software-properties-common +sudo apt-add-repository 'deb http://install.loncapa.org/ubuntu focal main' ++
+You can display which repositories are currently enabled by using: +
++sudo apt-cache policy
Execute:
@@ -277,7 +281,7 @@ The LON-CAPA network services take a mom will be apparent at this step. Lastly, exit from root status to resume use of your regular account.-sudo systemctl start loncontrol +sudo /home/httpd/perl/loncontrol start sudo systemctl start apache2 exit