Created
February 23, 2017 07:12
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cheers, this got PAC running on a fresh install of Linux Mint 19