0

Today I updated my Ubuntu 15.04 using the auto update tool. Here are the updated packages:

  • firefox-locales (40.0+build4-0ubuntu0.15.01.1, 40.0+build4-ubuntu0.15.04.4)
  • firefox (40.0+build4-0ubuntu0.15.04.1, 40.0+build4-0ubuntu0.15.04.4)
  • openssh-server (6.7p1-5ubuntu1.2, 6.7p1-5ubuntu1.3)
  • openssh-sftp-server(6.7p1-5ubuntu1.2, 6.7p1-5ubuntu1.3)
  • ssh-askpass-gnome (6.7p1-5ubuntu1.2, 6.7p1-5ubuntu1.3)
  • ssh (6.7p1-5ubuntu1.2, 6.7p1-5ubuntu1.3)
  • openssh-client (6.7p1-5ubuntu1.2, 6.7p1-5ubuntu1.3)

Unfortunatly, after this update I cannot connect to my FTP server over TLS anymore :/

Is there a way to cancel this update? Thanks

didil
  • 181

2 Answers2

0

OK I found how to update my FTP client (FileZilla) to the almost last version :

sudo apt-get autoremove filezilla
sudo add-apt-repository ppa:n-muench/programs-ppa2
sudo apt-get update
sudo apt-get install filezilla
didil
  • 181
-1

You can try

sudo apt-get install <package-name>=<package-version-number> 

OR

sudo apt-get -t=<target release> install <package-name>

already asked in the forum for example in

How to Downgrade a Package via apt-get?

  • OK thanks but I'm not sure about what is the package-version-number. Is it something like 6.7p1-5ubuntu1.3 ? It doesn't work with it. – didil Aug 21 '15 at 08:23
  • 1
    Please don't link to copies of other answers but flag them as duplicate... – Fabby Aug 21 '15 at 18:36