Can I have root rights?

From LWP-Wiki
Jump to navigation Jump to search

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.