LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
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 05-04-2020, 01:07 PM   #1
naas
LQ Newbie
 
Registered: Jun 2018
Posts: 25

Rep: Reputation: Disabled
linux 19.3 update fault : The repository 'http://packages.linuxmint.com tricia InRelease' is not signed.


Please advice me what to do to rectify this problem:
sudo apt update && sudo apt upgrade
[sudo] password for naas:
Hit:2 http://archive.canonical.com/ubuntu bionic InRelease
Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:4 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
Err:1 http://packages.linuxmint.com tricia InRelease
403 Forbidden [IP: 91.241.95.156 80]
Reading package lists... Done
E: Failed to fetch http://packages.linuxmint.com/dists/tricia/InRelease 403 Forbidden [IP: 91.241.95.156 80]
E: The repository 'http://packages.linuxmint.com tricia InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.[/B][/B][/U]
N: See apt-secure(8) manpage for repository creation and user configuration details.
 
Old 05-04-2020, 01:16 PM   #2
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,678

Rep: Reputation: Disabled
You'll probably need to download and install the package linuxmint-keyring.

Last edited by shruggy; 05-04-2020 at 01:19 PM.
 
Old 06-16-2020, 07:40 AM   #3
naas
LQ Newbie
 
Registered: Jun 2018
Posts: 25

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by shruggy View Post
You'll probably need to download and install the package linuxmint-keyring.
This is installed and stil it remain with the same problem.
Does not update in any way.
 
1 members found this post helpful.
Old 06-16-2020, 08:06 AM   #4
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,998
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
naas,

Open Synaptic package manager > Settings > Repositories > Restore the default settings > Refresh the cache.

Close synaptic and try sudo apt update && sudo apt upgrade again.

In addition you can select a local mirror to replace the default one for the Main repository.
 
1 members found this post helpful.
Old 06-16-2020, 08:49 AM   #5
naas
LQ Newbie
 
Registered: Jun 2018
Posts: 25

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by beachboy2 View Post
naas,

Open Synaptic package manager > Settings > Repositories > Restore the default settings > Refresh the cache.

Close synaptic and try sudo apt update && sudo apt upgrade again.

In addition you can select a local mirror to replace the default one for the Main repository.
Done as suggested. This is the feedback that was given:
sudo apt-get update && upgrade
[sudo] password for naas:
Get:1 http://archive.canonical.com/ubuntu bionic InRelease [10.2 kB]
Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease
Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [694 kB]
Err:6 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages
Hash Sum mismatch
Hashes of expected file:
- Filesize:693908 [weak]
- SHA256:853a788350447b6b71a6abd4f1cfe1d5bed66495eaca9f74c38fcaeeeb4282ed
- SHA1:b79ae58c927874e8bbae75c30c321bbfda436e6e [weak]
- MD5Sum:06678cdacd464584cbb65f9c90e00427 [weak]
Hashes of received file:
- SHA256:7d1806694bc9764a9c9cd18e06c3cfd65a09a0d36f2ccf52b85fd91156047498
- SHA1:4e76915715b3c2eeee8437240c156d7cf614d992 [weak]
- MD5Sum:e384346f66d97f22a9bdcb9f67844296 [weak]
- Filesize:693908 [weak]
Last modification reported: Tue, 16 Jun 2020 13:07:40 +0000
Release file created at: Tue, 16 Jun 2020 13:06:29 +0000
Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [970 kB]
Err:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages

Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,081 kB]
Err:7 http://packages.linuxmint.com tara InRelease
403 Forbidden [IP: 91.241.95.156 80]
Err:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages

Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,018 kB]
Err:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages

Reading package lists... Done
E: Failed to fetch http://packages.linuxmint.com/dists/tara/InRelease 403 Forbidden [IP: 91.241.95.156 80]
E: The repository 'http://packages.linuxmint.com tara InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
 
Old 06-16-2020, 11:11 AM   #6
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,678

Rep: Reputation: Disabled
Hm.
Code:
sudo apt-get clean
sudo rm -rf /var/lib/apt/lists/*
sudo apt update
 
Old 06-16-2020, 11:12 AM   #7
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,998
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
naas,

Ubuntu Software > Software & Updates > Other Software.

Then untick the box for the Linux Mint repository and click on Reload.
 
Old 06-17-2020, 06:42 AM   #8
naas
LQ Newbie
 
Registered: Jun 2018
Posts: 25

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by shruggy View Post
Hm.
Code:
sudo apt-get clean
sudo rm -rf /var/lib/apt/lists/*
sudo apt update
sorry it is not working. Still give the same reply and does not update
 
Old 06-17-2020, 06:50 AM   #9
naas
LQ Newbie
 
Registered: Jun 2018
Posts: 25

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by beachboy2 View Post
naas,

Ubuntu Software > Software & Updates > Other Software.

Then untick the box for the Linux Mint repository and click on Reload.
Please help with more details.
 
Old 06-17-2020, 08:22 AM   #10
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,998
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
naas,

Ubuntu Software Centre > Edit > Software Sources > Other Software.

I cannot add much more other than suggesting that you have a look at this link which shows Repositories using Ubuntu Software Centre:
https://help.ubuntu.com/community/Repositories/Ubuntu

You appear to have a stray Linux Mint repository in your Ubuntu system.

Go to Other Software and remove it. Then click on Reload to update the cache.

If you still get an error, I think it may be quicker to backup all personal data to an external drive a do a fresh installation of Ubuntu.

Last edited by beachboy2; 06-17-2020 at 09:30 AM.
 
  


Reply



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
[SOLVED] InRelease is not valid yet. Which APT data sources to test Ubuntu Focal Fossa? Turbocapitalist Linux - Desktop 5 01-13-2020 02:21 AM
Ubuntu Maverick live CD repository packages not found / adding packages to repository phed0ra Linux - Newbie 1 01-10-2012 03:00 AM
how to create signed (not self signed) certificate for Apache ? dlugasx Linux - Server 4 12-16-2011 10:08 AM
Trying to upload manually signed packages to PPA that are showing up as not signed. Kenny_Strawn Ubuntu 3 10-14-2010 05:54 PM
Problem with sending a signed int to another signed int. Almost random number given. RHLinuxGUY Programming 8 08-15-2006 11:38 AM

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

All times are GMT -5. The time now is 04:12 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