mercoledì 20 luglio 2022

Install PAC Manager on new Linux distributions

Tested to ubuntu 20, after that is again madman(you)

Go to https://github.com/asbru-cm/packages ,
follow instruction to install: 
https://github.com/asbru-cm/packages/tree/master/libgnome2-gconf-perl
go to tmp directory and install new deb file
https://github.com/asbru-cm/packages/tree/master/libgnome2-vte-perl
go to tmp directory and install new deb file
https://github.com/asbru-cm/packages/tree/master/libgtk2-ex-simple-list-perl
sudo apt install libunique-dev xvfb
go to tmp directory and install new deb file
https://github.com/asbru-cm/packages/tree/master/libgtk2-unique-perl
go to tmp directory and install new deb file

wget https://downloads.sourceforge.net/project/pacmanager/pac-4.0/pac-4.5.5.7-all.deb
sudo apt install libexpect-perl 
sudo apt install libnet-proxy-perl
sudo apt install libyaml-perl
sudo apt install libcrypt-cbc-perl
sudo apt install libcrypt-blowfish-perl
sudo apt install libnet-arp-perl
sudo dpkg -i pac-4.5.5.7-all.deb
sudo apt --fix-broken install


PAC Manager is hanging on connect SSH 
https://sourceforge.net/p/pacmanager/bugs/299/ 
sudo apt install libglib2.0-dev libpango1.0-dev libvte-dev libvte-2.91-dev dh-make-perl libgtk2.0-dev cpan -i ExtUtils::Depends
cpan -i ExtUtils::PkgConfig
dh-make-perl --cpan Gnome2::Vte --build
sudo dpkg -i libgnome2-vte*.deb
sudo find /opt/pac/ -name "Vte.so*" -exec rm {} +

NOTE: with default ubuntu 20 desktop manager the ssh connections were kicked off with authentication failures, then i did install lxde desktop and run the Vte.so* above line and now its all working.

1 commento:

marcione ha detto...

PAC Manager core dumped on start
find /opt/pac/ -name "Vte.so*" -exec rm {} +