我在终端上得到这个:
The directory '/home/elswerky/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/elswerky/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
我应该怎么办?
答案1
好吧,既然你想通过命令行安装它。下面是
首先下载
wget -c "http://downloads.sourceforge.net/project/xdman/xdman.deb?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fxdman%2F&ts=1478419832&use_mirror=heanet" -O xdman.deb
使用 dpkg 安装
sudo dpkg -i xdman.deb
修复所有依赖错误(如果有)
sudo apt-get -f install
答案2
要在 Ubuntu 或其他 Linux 发行版上安装最新稳定版本的 Xtreme Download Manager,请下载XDM Linux 安装程序tar 文件,提取它并运行安装程序脚本来安装它。
wget https://github.com/subhra74/xdm/releases/download/7.2.11/xdm-setup-7.2.11.tar.xz
tar -xvf xdm-setup-7.2.11.tar.xz
sudo sh install.sh