红联Linux门户
Linux帮助

PAC Manager Linux下类似SecureCRT Xshell的SSH工具

发布时间:2016-07-09 11:07:53来源:linux网站作者:WBZH
终于找到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. 
作者的主页:https://sites.google.com/site/davidtv/
这个是项目主页:https://sourceforge.net/projects/pacmanager/
这个是安装步骤:http://www.linuxtechi.com/install-pac-manager-on-linuxmint-ubuntu-opensuse/
 
我也来写一个安装步骤吧:
1.在Ubuntu 16.04
 
2.下载安装,这么简单吗?
linuxtechi@linuxmint ~ $ wget http://sourceforge.net/projects/pacmanager/files/pac-4.0/pac-4.5.5.7-all.deb
linuxtechi@linuxmint ~ $ sudo dpkg -i pac-4.5.5.7-all.deb
Too yong, too simple.
 
3.会提示需要很多的依赖包没有安装,好的那我们根据技术就做吧。
linuxtechi@linuxmint ~ $ sudo apt-get -f install  gtk2-engines-pixbuf libvte9 libgnome2-gconf-perl libexpect-perl libnet-proxy-perl libyaml-perl
唉,怎么还有提示,没有办法都很依赖啊。
 
4.我来给下终极的安装命令吧,大家就不要去再找了。
linuxtechi@linuxmint ~ $ 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
 
5.安装完上述这个依赖包后就可以安装PAC Manager了。
linuxtechi@linuxmint ~ $ sudo dpkg -i pac-4.5.5.7-all.deb
 
6.enjoy it.
PAC Manager Linux下类似SecureCRT Xshell的SSH工具
 
7.再推荐一下类似的工具吧。
推荐SecureCRT盗版的用户,转向Xshell,因为Xshell针对家庭、学校、个人、社区用户免费,对商业用户收费,也有官方中文版本。
 
本文永久更新地址:http://www.linuxdiyf.com/linux/22203.html