--- doc/build/ubuntu20LTS_install.frag 2020/05/02 01:19:57 1.1 +++ doc/build/ubuntu20LTS_install.frag 2021/01/09 03:26:20 1.2 @@ -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: