I am trying to do this http://www.open3d.org/docs/latest/tutorial/Advanced/headless_rendering.html It needs me to install this sudo apt-get install libosmesa6-dev
but I am on a shared workstation with no access to sudo
. Is there a way to install the package without sudo? And to install to my home directory?
Asked
Active
Viewed 2,628 times
0

Kong
- 1,241
apt-get
withoutsudo
or being theroot
user. See this question for more. – user68186 Mar 30 '21 at 22:41root
you need to usesudo
to install them. You are correct your system administrator can have the program installed for you but chances are he (or she) makes big bucks to tell you "no" and tell his boss how he saved the company by doing so. Sorry to say that in most companies the way things are done are not always the right way. Not that I'm agreeing that the program you want is right for your company. Not sure how you've been a member for 5 years and made 881 points and don't knowsudo
ins and outs yet... But there ya go. – WinEunuuchs2Unix Mar 31 '21 at 02:32