Getting the following message: Error authenticating some packages This is the list of packages: acroread acroread-common adobe-flash-properties-gtk adobe-flashplugin
Asked
Active
Viewed 1,013 times
2 Answers
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