Difference between revisions of "SUNScholar/Prepare Ubuntu/S02"

From Libopedia
Jump to navigation Jump to search
Line 1: Line 1:
==Become the "root" user==
+
==Step 2. Become the "root" user==
 
To install all the Dspace dependencies become the "root" user by typing the following in terminal.
 
To install all the Dspace dependencies become the "root" user by typing the following in terminal.
  
  '''sudo -i'''
+
  sudo -i
  
 
   '''[[SUNScholar/Prepare Ubuntu/S03|Proceed to the next step]]'''
 
   '''[[SUNScholar/Prepare Ubuntu/S03|Proceed to the next step]]'''

Revision as of 10:47, 3 August 2012

Step 2. Become the "root" user

To install all the Dspace dependencies become the "root" user by typing the following in terminal.

sudo -i
 Proceed to the next step