How to install "htop" without root previllege
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
11 Answer
You can install miniconda (no sudo needed) via
$ wget
$ bash Miniconda3-latest-Linux-x86_64.shand then install htop
$ conda install -c conda-forge htopAnother option is to try this gist.
1