Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 43: Line 43:  
Where 'M.n' is replaced with the specific version numbers.
 
Where 'M.n' is replaced with the specific version numbers.
   −
Installing Debian packages generally requires root access, however, you <b>can install as a non-root user</b> using the following instructions (bash commands shown here):
+
<b>Install Debian packages as root</b>
 +
<code>
 +
  sudo dpkg -i [path_to_deb_file]/gotcloud-bin_*_amd64.deb
 +
  sudo dpkg -i [path_to_deb_file]/gotcloud-test_*_amd64.deb
 +
</code>
 +
 
 +
<b>Install Debian packages without root access</b>
 +
Installing Debian packages generally requires root access, however, you can install as a non-root user using the following instructions (bash commands shown here):
 
<code>
 
<code>
 
  tempdir=/tmp/$$.gotcloud.removeme    # Temp directory
 
  tempdir=/tmp/$$.gotcloud.removeme    # Temp directory
283

edits

Navigation menu