1

Getting the following message: Error authenticating some packages This is the list of packages: acroread acroread-common adobe-flash-properties-gtk adobe-flashplugin

Jorge Castro
  • 71,754
Ivypadre
  • 21
  • 2

2 Answers2

1

I had the same error, and had to manually remove these packages

sudo apt-get remove adobe-flash-properties-gtk adobe-flashplugin

After this, I was able to complete the upgrade:

sudo do-release-upgrade

Once your system is upgraded, you can worry about getting flash working again, which shouldn't be too hard.

pyraz
  • 37
  • 2
0

Hi, you have to install the packages manually.

sudo apt-get install namepackage

In the list of the packages you have the names!

Kesymaru
  • 341