Can I have root rights?: Difference between revisions

From LWP-Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:misc-faq]]
[[Category:misc-faq]]
We strive to make the LWP such that you do not need sudo rights. In fact
We strive to make the LWP such that you do not need sudo and can only provide limited support for users with full permissions, since we do not know anymore how your system has changed.
you can already install all packages from all the repositories that we
Permissions can be given for certain commands, in fact you can already install all packages from all the repositories that we
have pre-configured. Example:
have pre-configured. Example:


  $ HOME=/tmp sudo apt-get install <somepackage>
  $ sudo apt-get install <somepackage>


For details, refer to [[install packages]].
For details, refer to [[install packages]].
Line 20: Line 20:
   $ pip install --user <some package> # use conda instead of pip
   $ pip install --user <some package> # use conda instead of pip
   $ make && make install PREFIX=$HOME/local
   $ make && make install PREFIX=$HOME/local
Of course you ''can'' get sudo rights. However since in that case we do
not know anymore how your system has changed we cannot provide much more
support then just reinstalling the system.


If you tell us what it is that you want to achieve with sudo rights then
If you tell us what it is that you want to achieve with sudo rights then
we can explain how todo that without sudo rights (or why you should not
we can try to find a way do it without sudo rights (or why you should not
do that).
do that).


If you wish to get sudo rights on your system, send [mailto:lwp@rug.nl us] a request mentioning your PC's hostname and/or WKS-number. Please note that you cannot get root rights to shared PC's.
However, if you're still convinced you need sudo rights on your system, send [mailto:lwp@rug.nl us] a request mentioning your PC's hostname and/or WKS-number. Please note that you cannot get root rights to shared PC's.

Latest revision as of 13:14, 3 August 2023

We strive to make the LWP such that you do not need sudo and can only provide limited support for users with full permissions, since we do not know anymore how your system has changed. Permissions can be given for certain commands, in fact you can already install all packages from all the repositories that we have pre-configured. Example:

$ sudo apt-get install <somepackage>

For details, refer to install packages.

If you need some software that is not in these repositories we have rather that you ask us to provide it. That way we can keep track on what is important for users and what is not.

That said you can of course install whatever you like in your home directory or on the local /mnt/D partition.

Examples:

 $ conda create -n foo python=3.7 numpy keras
 $ npm install <something>
 $ pip install --user <some package> # use conda instead of pip
 $ make && make install PREFIX=$HOME/local

If you tell us what it is that you want to achieve with sudo rights then we can try to find a way do it without sudo rights (or why you should not do that).

However, if you're still convinced you need sudo rights on your system, send us a request mentioning your PC's hostname and/or WKS-number. Please note that you cannot get root rights to shared PC's.