Linux下SSH工具 PAC Manager的安装

PAC Manager, Linux下类似SecureCRT Xshell的SSH工具,该工具功能上相当的不错,完全可以代替SecureCRT Xshell的功能。

PAC (Perl Auto Connector) Manager is a open source tool in Linux like operating system, which provides GUI (graphical user interface) to manage ssh,telnet, sftp, rdesktop, vnc,remote-tty & ftp sessions. 

安装环境:ubuntu 16.04

1 下载

wget http://sourceforge.net/projects/pacmanager/files/pac-4.0/pac-4.5.5.7-all.deb

2 安装依赖

sudo apt-get -f install  gtk2-engines-pixbuf libvte9 libgnome2-gconf-perl libexpect-perl libnet-proxy-perl libyaml-perl libcrypt-cbc-perl libcrypt-blowfish-perl libgtk2-gladexml-perl libgtk2-ex-simple-list-perl libnet-arp-perl libossp-uuid-perl libcrypt-rijndael-perl libgtk2-unique-perl xtightvncviewer rdesktop libgtk2-appindicator-perl  libio-stty-perl libossp-uuid16 libunique-1.0-0 libvte-common libgssglue1

3. 安装PAC Manager

sudo dpkg -i pac-4.5.5.7-all.deb

4. enjoy it

原文地址:https://www.cnblogs.com/zongfa/p/7954940.html