I am trying to install FileZilla 3.19 but I get this error when running apt-get install filezilla
:
Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies. filezilla : Depends: libdbus-1-3 (>= 1.9.14) but 1.6.18-0ubuntu4.3 is to be installed
Depends: libfilezilla0 but it is not going to be installed
Depends: libgnutls30 (>= 3.4.2) but it is not installable
Depends: libnettle6 but it is not installable
Depends: libpugixml1v5 (>= 1.7) but it is not installable
Depends: libstdc++6 (>= 5.2) but 4.8.4-2ubuntu1~14.04.3 is to be installed
Depends: libwxbase3.0-0v5 (>= 3.0.2+dfsg) but it is not installable
Depends: libwxgtk3.0-0v5 (>= 3.0.2+dfsg) but it is not installable E: Unable to correct problems, you have held broken packages.
How do I fix this?
sudo apt-get install -f
? – Jul 16 '16 at 15:26hold
? – Jul 16 '16 at 15:26Reading state information... Done 0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade." – user85798 Jul 16 '16 at 15:32
sudo aptitude install filezilla
may show a working solution on your system... – andrew.46 Jul 18 '16 at 22:33apt-cache policy filezilla
The libdbus-1-3 version it's requiring is in wily-updates but the version of libdbus-1-3 you have installed is in trusty. So also what are you running? (the assumption would be trusty – doug Jul 18 '16 at 23:27filezilla: Installed: (none) Candidate: 3.19.0-1~getdeb1 Version table: 3.19.0-1~getdeb1 0 500 http://archive.getdeb.net/ubuntu/ xenial-getdeb/apps amd64 Packages 3.7.3-1ubuntu1 0 500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages 100 /var/lib/dpkg/status
– user85798 Jul 18 '16 at 23:36{}
button in the editor toolbar) are much more readable there; alternatively you can use a pastie service for longer listings and include the link of your pastie in your question. Overall it’s best to have everything relevant in one place. Additionally, comments may be deleted for various reasons. – David Foerster Jul 20 '16 at 11:31