Diff for /doc/build/ubuntu20LTS_install.frag between versions 1.4 and 1.5

version 1.4, 2021/03/17 13:37:40 version 1.5, 2022/03/26 19:00:51
Line 137  sudo apt-key add APT-GPG-KEY-loncapa.asc Line 137  sudo apt-key add APT-GPG-KEY-loncapa.asc
 <p> Execute: </p>  <p> Execute: </p>
 <pre>  <pre>
 sudo apt-get install software-properties-common  sudo apt-get install software-properties-common
 sudo apt-add-repository 'deb http://install.loncapa.org/ubuntu focal main'  sudo add-apt-repository 'deb http://install.loncapa.org/ubuntu focal main'
 </pre>  </pre>
 <p>  <p>
 You can display which repositories are currently enabled by using:  You can display which repositories are currently enabled by using:
 </p>  </p>
 <pre>  <pre>
 sudo apt-cache policy  grep '^deb ' /etc/apt/sources.list |grep ' focal '
   </pre>
   <p>The output should contain:</p>
   <pre>
   deb http://us.archive.ubuntu.com/ubuntu focal main
   deb http://us.archive.ubuntu.com/ubuntu focal universe
   deb http://install.loncapa.org/ubuntu focal main
   </pre>
   <p>If the Ubuntu universe repository is absent it can be added using:</p>
   <pre>
   sudo add-apt-repository universe
   </pre>
   <p>If other Ubuntu repositories, e.g., restricted and multiverse are enabled, 
   you can disable them, as they are not needed for LON-CAPA, by using:</p>
   <pre>
   sudo add-apt-repository --remove restricted
   sudo add-apt-repository --remove multiverse
 </pre>  </pre>
 <h3>Install prerequisites</h3>  <h3>Install prerequisites</h3>
 <p> Execute: </p>  <p> Execute: </p>

Removed from v.1.4  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>