LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-26-2016, 12:03 PM   #1
c_t_f
LQ Newbie
 
Registered: Aug 2016
Distribution: Ubuntu MATE
Posts: 11

Rep: Reputation: Disabled
Question "Unauthorized packages" error in Ubuntu's (Ubuntu MATE xenial) Software Updater


As mentioned in the title, whenever I use the Ubuntu software updater I get an "unauthorized packages" error. It says this in a window without any extra details and gives me the option to change settings (none of which look like they'd help at all) and restart the update, or the "OK" button which cancels the entire update.

I'd like to know which program(s) are being problematic, how I can fix the issue, and how to prevent this from happening in the future.
Thanks in advance!
 
Old 09-27-2016, 12:11 PM   #2
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by c_t_f View Post
As mentioned in the title, whenever I use the Ubuntu software updater I get an "unauthorized packages" error. It says this in a window without any extra details and gives me the option to change settings (none of which look like they'd help at all) and restart the update, or the "OK" button which cancels the entire update.
Hi...

Does the actual error message say: "Requires Installation of Untrusted Packages?" If so, take a look at the solutions here or here and see if they help.

If not, please post back with a screenshot of the actual error message you're receiving.

Regards...
 
1 members found this post helpful.
Old 10-08-2016, 08:42 AM   #3
c_t_f
LQ Newbie
 
Registered: Aug 2016
Distribution: Ubuntu MATE
Posts: 11

Original Poster
Rep: Reputation: Disabled
Still having issues

Hi! Thank you for the reply, and sorry for the wait!

Unfortunately neither of these solutions worked, though you were right with it saying "Requires installation of untrusted packages".
Trying the first solution gave me this output:

Quote:
W:The repository 'http://ppa.launchpad.net/aheck/ppa/ubuntu xenial Release' does not have a Release file., Wata from such a repository can't be authenticated and is therefore potentially dangerous to use., W:See apt-secure(8) manpage for repository creation and user configuration details., W:GPG error: http://download.opensuse.org/reposit.../xUbuntu_16.04 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0FAD31CA8719FCE4, W:The repository 'http://download.opensuse.org/repositories/home:/stevenpusser/xUbuntu_16.04 Release' is not signed., Wata from such a repository can't be authenticated and is therefore potentially dangerous to use., W:See apt-secure(8) manpage for repository creation and user configuration details., W:Failed to fetch http://dansh.org/deb/dists/games/InRelease Could not resolve 'dansh.org', E:Failed to fetch http://ppa.launchpad.net/aheck/ppa/u...amd64/Packages 404 Not Found, W:Some index files failed to download. They have been ignored, or old ones used instead.
Trying the second solution more or less did the same thing as I mentioned in my first post.
I also attempted the third solution mentioned on both pages (entering sudo apt-get update && sudo apt-get upgrade into the terminal), which also didn't work (it never prompted me about installing untrusted packages), and gave me this output:

Quote:
Reading package lists... Done
W: GPG error: http://download.opensuse.org/reposit.../xUbuntu_16.04 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0FAD31CA8719FCE4
W: The repository 'http://download.opensuse.org/repositories/home:/stevenpusser/xUbuntu_16.04 Release' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://ppa.launchpad.net/aheck/ppa/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: Failed to fetch http://dansh.org/deb/dists/games/InRelease Could not resolve 'dansh.org'
E: Failed to fetch http://ppa.launchpad.net/aheck/ppa/u...amd64/Packages 404 Not Found
W: Some index files failed to download. They have been ignored, or old ones used instead.
 
Old 10-08-2016, 01:24 PM   #4
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi...

Thank you for providing the outputs, they gave me a better understanding of what's going on. The servers of two APT addresses mentioned appear to be down or no longer available.

Ok, if you would, please open the Synaptic package manager and click on "Settings" on the upper left hand corner. Then click "Repositories" from the drop down menu. After doing so, a window should come up that's called "Software & Updates." Click on the "Other Software" tab and uncheck the following entries in the white field...

http://download.opensuse.org/reposit...xUbuntu_16.04/

http://dansh.org/deb/dists/games/InRelease

http://ppa.launchpad.net/aheck/ppa/u...amd64/Packages

After doing this, make sure to allow Synaptic to update or refresh the repositories list upon closing the window. Another window should come up offering to do this. If it doesn't, run the following command in a terminal...

Code:
sudo apt-get update
Disclaimer: Be careful with these commands. Ones that are prefaced with "su" or "sudo" will essentially allow root access to your system. Mistakes could possibly damage or even destroy your OS.

Let us know how it goes.

Regards...

Last edited by ardvark71; 10-08-2016 at 01:32 PM. Reason: Corrections/Added information.
 
1 members found this post helpful.
Old 10-08-2016, 11:21 PM   #5
c_t_f
LQ Newbie
 
Registered: Aug 2016
Distribution: Ubuntu MATE
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ardvark71 View Post
Let us know how it goes.
It worked! Thank you very much! I would have never guessed that was the issue.
 
Old 10-09-2016, 02:20 AM   #6
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by c_t_f View Post
It worked! Thank you very much! I would have never guessed that was the issue.
You're welcome, glad it worked! If you would, please mark this thread as "SOLVED" by clicking on "Thread Tools" directly above your initial post. Thanks!

Regards...
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Ubuntu 16.04 LTS Flavours Prepare for Their First "Xenial Xerus" Beta Release LXer Syndicated Linux News 0 02-12-2016 03:01 AM
Unable to run "software updater", Ubuntu software center on Ubuntu 14.04 LTS ravisingh1 Ubuntu 3 06-26-2015 12:18 AM
Xorg doesn't start. Log says "Caught signal 7 (Bus error)" [Ubuntu+Mate] Changes Ubuntu 3 10-10-2014 02:25 PM
can't open "add/remove software" or "software updater" windows 7trek Fedora 1 06-12-2007 09:06 PM
Ntfs-Fuse copy error Debian "Sid" / Ubuntu "6.06" animefriik Linux - General 0 10-06-2006 09:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:56 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration