--- doc/build/ubuntu14LTS_install.frag 2021/03/17 03:22:07 1.5 +++ doc/build/ubuntu14LTS_install.frag 2024/08/08 21:22:21 1.7 @@ -138,13 +138,29 @@ sudo apt-get update

Execute:

 sudo apt-get install python-software-properties
-sudo apt-add-repository 'deb http://install.loncapa.org/ubuntu trusty main'
+sudo add-apt-repository 'deb http://install.loncapa.org/ubuntu trusty main'
 

You can display which repositories are currently enabled by using:

-sudo apt-cache policy
+grep '^deb ' /etc/apt/sources.list |grep ' trusty '
+
+

The output should contain:

+
+deb http://us.archive.ubuntu.com/ubuntu trusty main
+deb http://us.archive.ubuntu.com/ubuntu trusty universe
+deb http://install.loncapa.org/ubuntu trusty main
+
+

If the Ubuntu universe repository is absent it can be added using:

+
+sudo add-apt-repository universe
+
+

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:

+
+sudo add-apt-repository --remove restricted
+sudo add-apt-repository --remove multiverse
 

Install prerequisites

Execute:

@@ -198,7 +214,7 @@ used to check the configuration of a sys

The script will analyze your system to determine which actions are recommended. The script will then prompt you to choose the actions you would like taken. -Once a choice has been entered for all nine possible actions, required changes will be made. +Once a choice has been entered for all ten possible actions, required changes will be made.

The possible actions are: