Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

How to install "htop" without root previllege

Writer Mia Lopez

I have searched online with no luck. Question is in title. So, is it possible? If it is possible, would you provide step-by-step procedure to install it? Thanks. I am on Ubuntu 16.0.4

1

1 Answer

You can install miniconda (no sudo needed) via

$ wget
$ bash Miniconda3-latest-Linux-x86_64.sh

and then install htop

$ conda install -c conda-forge htop

Another option is to try this gist.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy