Comments on: PAC Manager: A Remote SSH/FTP/Telnet Session Management Tool https://www.tecmint.com/pac-manager-a-remote-ssh-session-management-tool/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 23 Oct 2015 21:02:47 +0000 hourly 1 By: The Stuborn man https://www.tecmint.com/pac-manager-a-remote-ssh-session-management-tool/comment-page-1/#comment-693267 Fri, 23 Oct 2015 21:02:47 +0000 http://www.tecmint.com/?p=4620#comment-693267 You can manage to install using CPAN –> but this is harder since involves compiling stuff – one of the things you can do is using the fc18 rpm packages – since they are ” same version” as RHEL7 – or CENTOS equivalent ones — But You must know that this is not allowed by redhat.

]]>
By: Temitope Oteyowo https://www.tecmint.com/pac-manager-a-remote-ssh-session-management-tool/comment-page-1/#comment-675610 Mon, 28 Sep 2015 12:59:36 +0000 http://www.tecmint.com/?p=4620#comment-675610 Hello,

I need help to get Pac Manager up and running on Centos 7. I managed to get perl dependencies installed but i cannot start pac manager and i get this error on the log: localhost gnome-session: /usr/bin/perl: symbol lookup error: /usr/lib64/perl5/vendor_perl/auto/Gnome2/GConf/GConf.so: undefined symbol: Perl_Gthr_key_ptr. i know this has to do with perl-Gnome2-GConf. Maybe the version i installed not compatible also.

Somone help pls!

Thanks

]]>
By: Hayden James https://www.tecmint.com/pac-manager-a-remote-ssh-session-management-tool/comment-page-1/#comment-671931 Wed, 23 Sep 2015 04:04:24 +0000 http://www.tecmint.com/?p=4620#comment-671931 What’s the easiest way to install this on Arch Linux?

thanks

]]>
By: Sergio Francisco https://www.tecmint.com/pac-manager-a-remote-ssh-session-management-tool/comment-page-1/#comment-497324 Tue, 03 Mar 2015 02:56:17 +0000 http://www.tecmint.com/?p=4620#comment-497324 In reply to Dan.

I’ve installed all dependencies on my machine (Fedora 21 Workstation) using these following steps:

1 – Install all dependencies needed by PAC
$ sudo yum install uuid-perl perl-Gnome2-GConf perl-Gtk2-Ex-Simple-List perl-Gtk2-GladeXML perl-Gtk2-Ex-Simple-List perl-Crypt-CBC perl-Crypt-Rijndael perl-Gtk2-Unique perl-Net-ARP perl-Socket6 perl-YAML perl-Crypt-Blowfish perl-IO-Stty

2 – Download and install PAC
$ sudo wget -c http://downloads.sourceforge.net/project/pacmanager/pac-4.0/pac-4.5.3.2-2.x86_64.rpm
$ sudo rpm -ivh pac-4.5.3.2-2.x86_64.rpm

Finally, I currently have these repositories list:
$ yum repolist
Loaded plugins: langpacks
repo id repo name status
fedora/21/x86_64 Fedora 21 – x86_64 42,816
rpmforge RHEL 21 – RPMforge.net – dag 4,718
rpmfusion-free/21/x86_64 RPM Fusion for Fedora 21 – Free 470
rpmfusion-free-updates/21/x86_64 RPM Fusion for Fedora 21 – Free – Updates 206
rpmfusion-nonfree/21/x86_64 RPM Fusion for Fedora 21 – Nonfree 178
rpmfusion-nonfree-updates/21/x86_64 RPM Fusion for Fedora 21 – Nonfree – Updates 150
updates/21/x86_64 Fedora 21 – x86_64 – Updates 9,106
virtualbox/21/x86_64 Fedora 21 – x86_64 – VirtualBox 11
repolist: 57,655

]]>
By: Pungki Arianto https://www.tecmint.com/pac-manager-a-remote-ssh-session-management-tool/comment-page-1/#comment-340357 Mon, 20 Oct 2014 06:54:59 +0000 http://www.tecmint.com/?p=4620#comment-340357 In reply to `darman.

Hi `darman,

Try this : sudo apt-get -f install

The -f parameter tell apt-get to fix-broken dependencies.
On my Linux Mint, it works.

]]>