Ubuntu 17.10 apt-get update giving 404 NOT FOUND error for repository

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
When I am trying to update my Ubuntu 17.10 system with sudo apt-get update I am receiving the following error for one of the repositories:
Err:9 http://ppa.launchpad.net/ubuntu-desktop/ubuntu-make/ubuntu artful Release
404 Not Found
E: The repository 'http://ppa.launchpad.net/ubuntu-desktop/ubuntu-make/ubuntu artful Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
I am not able to trace the repository in the /etc/apt/sources.list or /etc/apt/sources.list.d
This issue has been observed very recently. Can anybody tell me how to find this repository and disable or remove it? Because of this error I am not able to update my system. Thanks
apt 17.10 repository
add a comment |Â
up vote
1
down vote
favorite
When I am trying to update my Ubuntu 17.10 system with sudo apt-get update I am receiving the following error for one of the repositories:
Err:9 http://ppa.launchpad.net/ubuntu-desktop/ubuntu-make/ubuntu artful Release
404 Not Found
E: The repository 'http://ppa.launchpad.net/ubuntu-desktop/ubuntu-make/ubuntu artful Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
I am not able to trace the repository in the /etc/apt/sources.list or /etc/apt/sources.list.d
This issue has been observed very recently. Can anybody tell me how to find this repository and disable or remove it? Because of this error I am not able to update my system. Thanks
apt 17.10 repository
That error does not stop you from updating your system, just runsudo apt upgrade. To disable see askubuntu.com/questions/143203/how-to-disable-a-particular-ppa
â Panther
Mar 18 at 17:58
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
When I am trying to update my Ubuntu 17.10 system with sudo apt-get update I am receiving the following error for one of the repositories:
Err:9 http://ppa.launchpad.net/ubuntu-desktop/ubuntu-make/ubuntu artful Release
404 Not Found
E: The repository 'http://ppa.launchpad.net/ubuntu-desktop/ubuntu-make/ubuntu artful Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
I am not able to trace the repository in the /etc/apt/sources.list or /etc/apt/sources.list.d
This issue has been observed very recently. Can anybody tell me how to find this repository and disable or remove it? Because of this error I am not able to update my system. Thanks
apt 17.10 repository
When I am trying to update my Ubuntu 17.10 system with sudo apt-get update I am receiving the following error for one of the repositories:
Err:9 http://ppa.launchpad.net/ubuntu-desktop/ubuntu-make/ubuntu artful Release
404 Not Found
E: The repository 'http://ppa.launchpad.net/ubuntu-desktop/ubuntu-make/ubuntu artful Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
I am not able to trace the repository in the /etc/apt/sources.list or /etc/apt/sources.list.d
This issue has been observed very recently. Can anybody tell me how to find this repository and disable or remove it? Because of this error I am not able to update my system. Thanks
apt 17.10 repository
apt 17.10 repository
asked Mar 18 at 17:54
Sabyasachi Mitra
1614
1614
That error does not stop you from updating your system, just runsudo apt upgrade. To disable see askubuntu.com/questions/143203/how-to-disable-a-particular-ppa
â Panther
Mar 18 at 17:58
add a comment |Â
That error does not stop you from updating your system, just runsudo apt upgrade. To disable see askubuntu.com/questions/143203/how-to-disable-a-particular-ppa
â Panther
Mar 18 at 17:58
That error does not stop you from updating your system, just run
sudo apt upgrade. To disable see askubuntu.com/questions/143203/how-to-disable-a-particular-ppaâ Panther
Mar 18 at 17:58
That error does not stop you from updating your system, just run
sudo apt upgrade. To disable see askubuntu.com/questions/143203/how-to-disable-a-particular-ppaâ Panther
Mar 18 at 17:58
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
3
down vote
accepted
The mentioned repository does not have any packages for artful (17.10), which causes the 404. You have to remove it from your configuration.
You should either be able to do that from the Software & Updates settings GUI, or find the sources list file mentioning it and remove or comment that line.
As you say you have trouble locating it, try:
grep -r --include "*.list" "^deb" /etc/apt/sources.list* | grep "ubuntu-make"
That should show you the file name, line number and content of the line configuring this PPA.
@SabyasachiMitra if you still needubuntu-make- you can install it from other PPA (ppa:lyzardking/ubuntu-make).
â N0rbert
Mar 19 at 9:50
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
The mentioned repository does not have any packages for artful (17.10), which causes the 404. You have to remove it from your configuration.
You should either be able to do that from the Software & Updates settings GUI, or find the sources list file mentioning it and remove or comment that line.
As you say you have trouble locating it, try:
grep -r --include "*.list" "^deb" /etc/apt/sources.list* | grep "ubuntu-make"
That should show you the file name, line number and content of the line configuring this PPA.
@SabyasachiMitra if you still needubuntu-make- you can install it from other PPA (ppa:lyzardking/ubuntu-make).
â N0rbert
Mar 19 at 9:50
add a comment |Â
up vote
3
down vote
accepted
The mentioned repository does not have any packages for artful (17.10), which causes the 404. You have to remove it from your configuration.
You should either be able to do that from the Software & Updates settings GUI, or find the sources list file mentioning it and remove or comment that line.
As you say you have trouble locating it, try:
grep -r --include "*.list" "^deb" /etc/apt/sources.list* | grep "ubuntu-make"
That should show you the file name, line number and content of the line configuring this PPA.
@SabyasachiMitra if you still needubuntu-make- you can install it from other PPA (ppa:lyzardking/ubuntu-make).
â N0rbert
Mar 19 at 9:50
add a comment |Â
up vote
3
down vote
accepted
up vote
3
down vote
accepted
The mentioned repository does not have any packages for artful (17.10), which causes the 404. You have to remove it from your configuration.
You should either be able to do that from the Software & Updates settings GUI, or find the sources list file mentioning it and remove or comment that line.
As you say you have trouble locating it, try:
grep -r --include "*.list" "^deb" /etc/apt/sources.list* | grep "ubuntu-make"
That should show you the file name, line number and content of the line configuring this PPA.
The mentioned repository does not have any packages for artful (17.10), which causes the 404. You have to remove it from your configuration.
You should either be able to do that from the Software & Updates settings GUI, or find the sources list file mentioning it and remove or comment that line.
As you say you have trouble locating it, try:
grep -r --include "*.list" "^deb" /etc/apt/sources.list* | grep "ubuntu-make"
That should show you the file name, line number and content of the line configuring this PPA.
answered Mar 18 at 17:59
Byte Commander
59.5k26159267
59.5k26159267
@SabyasachiMitra if you still needubuntu-make- you can install it from other PPA (ppa:lyzardking/ubuntu-make).
â N0rbert
Mar 19 at 9:50
add a comment |Â
@SabyasachiMitra if you still needubuntu-make- you can install it from other PPA (ppa:lyzardking/ubuntu-make).
â N0rbert
Mar 19 at 9:50
@SabyasachiMitra if you still need
ubuntu-make - you can install it from other PPA (ppa:lyzardking/ubuntu-make).â N0rbert
Mar 19 at 9:50
@SabyasachiMitra if you still need
ubuntu-make - you can install it from other PPA (ppa:lyzardking/ubuntu-make).â N0rbert
Mar 19 at 9:50
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1017069%2fubuntu-17-10-apt-get-update-giving-404-not-found-error-for-repository%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
That error does not stop you from updating your system, just run
sudo apt upgrade. To disable see askubuntu.com/questions/143203/how-to-disable-a-particular-ppaâ Panther
Mar 18 at 17:58