在Windows下是使用X-Shell非常方便,PAC Manager其实就是一个在Linux系统类似X-Shell的工具。
下面是pac manager的安装方法:
Pac Manager Website: http://sites.google.com/site/davidtv/
Installation
Download .deb package of pac from sourceforge.net
download pac-*-all.deb一支文件就可以了。
Then use this command to install pac in terminal:
cd ~/Downloads
sudo dpkg -i pac-*.deb
Run the command to fix dependencies error if any and finish installation.
sudo apt-get -f install
如果使用上面的命令在fix dependencies error还是不成功
可以再试试下面的命令:
sudo apt-get -f install --fix-missing