Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created February 23, 2017 07:12
Show Gist options
  • Save v-thomp4/9b65c18117384cb75a5a07b9863870eb to your computer and use it in GitHub Desktop.
Save v-thomp4/9b65c18117384cb75a5a07b9863870eb to your computer and use it in GitHub Desktop.
Can't locate object method "new" via package "Gnome2::Vte::Terminal" Pac ssh manager
1/ Install dependency
apt-get install libvte-dev libextutils-depends-perl libextutils-pkgconfig-perl
2/ Install dh-make-perl
apt-get install dh-make-perl apt-file
apt-file update
3/ Build Vte
dh-make-perl --cpan Gnome2::Vte --build
4/ Install the package
dpkg -i libgnome2-vte-perl_0.11-1_amd64.deb
5/ Remove embeded vte library from the pac directory
find /opt/pac/ -name "Vte.so*" -exec rm {} \;
https://sourceforge.net/p/pacmanager/bugs/286/
@ipaqmaster
Copy link

Cheers, this got PAC running on a fresh install of Linux Mint 19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment