0

I am trying to install the code here https://github.com/FORTH-ModelBasedTracker/MonocularRGB_3D_Handpose_WACV18 but do not have sudo permissions on the server that I am using in my school. I have been given an account on that server but do not have sudo permissions. The installation requires me to run the following command

sudo apt install libgoogle-glog-dev libtbb-dev libcholmod3.0.6 libatlas-base-dev libopenni0 libbulletdynamics2.83.6

How can I run that command or install the code without sudo ?

EDIT: Thanks all. I thought there would be a way to locally install these things like how we can install things (like numpy) in a conda environment. I can run conda btw.

Kong
  • 1,241
  • 1
    There is this, but you should just check with the admin/IT department. If you don't have sudo access, they may well not want you installing stuff. It's probably a good idea to get permission before violating what might be their intent. – KGIII Oct 25 '20 at 00:55
  • 2
    If you don't have sudp rights on the server, it is because you are not supposed to do sys.adm. stuff like installing software. Ask your teacher what the procedure is to get software you need for your study, installed on the server. – Soren A Oct 25 '20 at 00:56
  • 1
    We really shouldn't help you violate your school's security policy. Talk to the system administrator if you need sudo. – Nmath Oct 25 '20 at 00:57
  • 1
    No sudo = No install. Installing unauthorized software on a computer that isn't yours is a criminal act in many jurisdictions. Even if your school doesn't call the police, you risk suspension, expulsion or a hefty bill for a professional cleanup of the mess you cause. And forget about any letters of recommendation. DON'T do it. – user535733 Oct 25 '20 at 01:23
  • Thanks. I thought there would be a way to locally install these things that is specific only for me like installing stuffs (numpy etc) in a conda environment. I can run conda btw. – Kong Oct 25 '20 at 01:36
  • python3-pip can install Python packages locally in Ubuntu, but there remains the problem of requiring sudo to install python3-pip. python3-virtualenv can create a Python virtual environment that doesn't require sudo to install Python packages in the Python virtual environment . – karel Oct 25 '20 at 01:50

0 Answers0