如何在没有root权限的情况下安装“htop”

don*_*nto 4 ubuntu installation htop

我在网上搜索过但没有运气。问题如标题所示。那么,有可能吗?如果可以的话,您能提供安装步骤吗?谢谢。我使用的是 Ubuntu 16.0.4

小智 9

您可以通过以下方式安装miniconda(无需 sudo)

$ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
$ bash Miniconda3-latest-Linux-x86_64.sh
Run Code Online (Sandbox Code Playgroud)

然后安装htop

$ conda install -c conda-forge htop
Run Code Online (Sandbox Code Playgroud)

另一种选择是尝试这个要点