-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install on Ubuntu 16.04 due to dependencies unavailable #21
Comments
Not sure if this is related to your issue but here is my personal experience: So far I was using "pac-4.5.5.7-all.deb" on Ubuntu 14.04 and all was working like a charm ... I upgraded today to Ubuntu 16.04 (from 14.04) and, after rebooting the computer, PAC was not starting anymore:
As suggested but David (see this), I had to uninstall / reinstall PAC: $ sudo apt-get remove pac And now PAC is working on Ubuntu 16.04 as it so far (greatly) did on 14.04 ! (note: all settings are kept under ~/.config/pac and are not removed when re-installing the .deb package) |
Hello, However after deinstalling and reinstalling (a fresh .deb downloaded from sourceforge) the PAC was starting but the saved connections weren't working anymore This is what I've found after reinstalling (Vte.so was showing a broken-link) -rw-r--r-- 1 root root 195771 nov 4 2015 Vte.so_32_5.020 I've resolved putting an so (Vte.so_32_5.022 ) found on Internet (not very smart but a collegue of mine used this workaround and I had about 200 connections to be able to fast connect on). This is the md5sum |
This is unnecessarily complicated. PAC is awesome. Can we make installation simple? Can you please just put a package on a PPA like everyone else, @perseo22? @gfrenoy:
Had to run |
sudo apt-get install pac
fails due to unmet dependencies.It depends on
libgnome2-vte-perl
which depends itself onperlapi-5.20.1
which should be provided byperl-base
(see http://packages.ubuntu.com/fr/wily/perlapi-5.20.1)But, even if
perl-base
is installed and up-to-date, it cannot be find byapt-get install pac
The text was updated successfully, but these errors were encountered: