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.