LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 01-31-2017, 11:15 PM   #1
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Rep: Reputation: 56
ppa.launchpad.net not found on /etc/apt/sources.list


Hi all,

Ubuntu 16.04

On running;
⟫ sudo apt-get update
following warning popup

Code:
Reading package lists... Done
W: The repository 'http://ppa.launchpad.net/jonoomph/openshot-edge/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.
E: Failed to fetch http://ppa.launchpad.net/jonoomph/openshot-edge/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
But on /etc/apt/sources.list
I couldn't find ppa.launchpad.net

Please advise how to fix the problem

Thanks in advance

Regards
satimis
 
Old 02-01-2017, 02:43 AM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Can you please paste the output from inxi -r (if you don't have inxi installed then install it).
 
Old 02-01-2017, 03:50 AM   #3
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by hydrurga View Post
Can you please paste the output from inxi -r (if you don't have inxi installed then install it).
⟫ inxi -r
Code:
Repos:     Active apt sources in file: /etc/apt/sources.list
           deb http://hk.archive.ubuntu.com/ubuntu/ xenial main restricted
           deb http://hk.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
           deb http://hk.archive.ubuntu.com/ubuntu/ xenial universe
           deb http://hk.archive.ubuntu.com/ubuntu/ xenial-updates universe
           deb http://hk.archive.ubuntu.com/ubuntu/ xenial multiverse
           deb http://hk.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
           deb http://hk.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
           deb http://security.ubuntu.com/ubuntu xenial-security main restricted
           deb http://security.ubuntu.com/ubuntu xenial-security universe
           deb http://security.ubuntu.com/ubuntu xenial-security multiverse
           Active apt sources in file: /etc/apt/sources.list.d/jonoomph-ubuntu-openshot-edge-xenial.list
           deb http://ppa.launchpad.net/jonoomph/openshot-edge/ubuntu xenial main
           Active apt sources in file: /etc/apt/sources.list.d/openshot_developers-ubuntu-ppa-xenial.list
           deb http://ppa.launchpad.net/openshot.developers/ppa/ubuntu xenial main
           Active apt sources in file: /etc/apt/sources.list.d/thomas-schiex-ubuntu-blender-xenial.list
           deb http://ppa.launchpad.net/thomas-schiex/blender/ubuntu xenial main
Regards
satimis
 
Old 02-01-2017, 04:05 AM   #4
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Thanks, satimis.

As you can see, the repo in question is located in /etc/apt/sources.list.d/jonoomph-ubuntu-openshot-edge-xenial.list, which is why you couldn't find it in /etc/apt/sources.list - it's normal for PPA sources to be set up as separate files in /etc/apt/sources.list.d/

As regards the problem, browsing to http://ppa.launchpad.net/jonoomph/op.../ubuntu/dists/ shows that xenial is not one of the distro versions supported by this PPA (also indicated by the list here: https://launchpad.net/~jonoomph/+arc...edge/+packages).

The PPA was last updated 226 weeks ago. You should contact Jonathon Thomas and ask him if Xenial support could be added to the experimental repo. Alternatively, you could try compiling the source for xenial yourself but that might be quite involved as a process. In the meantime, remove the PPA.
 
Old 02-01-2017, 05:12 AM   #5
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by hydrurga View Post
Thanks, satimis.

As you can see, the repo in question is located in /etc/apt/sources.list.d/jonoomph-ubuntu-openshot-edge-xenial.list, which is why you couldn't find it in /etc/apt/sources.list - it's normal for PPA sources to be set up as separate files in /etc/apt/sources.list.d/

As regards the problem, browsing to http://ppa.launchpad.net/jonoomph/op.../ubuntu/dists/ shows that xenial is not one of the distro versions supported by this PPA (also indicated by the list here: https://launchpad.net/~jonoomph/+arc...edge/+packages).

The PPA was last updated 226 weeks ago. You should contact Jonathon Thomas and ask him if Xenial support could be added to the experimental repo. Alternatively, you could try compiling the source for xenial yourself but that might be quite involved as a process. In the meantime, remove the PPA.
Hi hydrurga,

Thanks for your advice. Performed following steps;

⟫ cd /etc/apt/sources.list.d/
⟫ ls
Code:
jonoomph-ubuntu-openshot-edge-xenial.list
openshot_developers-ubuntu-ppa-xenial.list
openshot_developers-ubuntu-ppa-xenial.list.save
thomas-schiex-ubuntu-blender-xenial.list
thomas-schiex-ubuntu-blender-xenial.list.save
⟫ sudo mv openshot_developers-ubuntu-ppa-xenial.list openshot_developers-ubuntu-ppa-xenial.list.old

Rebooted PC

⟫ sudo apt-get update
[sudo] password for satimis:
Code:
Hit:1 http://hk.archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://hk.archive.ubuntu.com/ubuntu xenial-updates InRelease             
Hit:3 http://hk.archive.ubuntu.com/ubuntu xenial-backports InRelease           
Hit:4 http://ppa.launchpad.net/thomas-schiex/blender/ubuntu xenial InRelease   
Get:5 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]     
Fetched 102 kB in 1s (74.4 kB/s)                              
Reading package lists... Done
N: Ignoring file 'jonoomph-ubuntu-openshot-edge-xenial.list.old' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
What will be a suitable name for retaining "openshot_developers-ubuntu-ppa-xenial.list"?

Move the file to another folder/directory?

Regards
satimis

Last edited by satimis; 02-01-2017 at 05:15 AM.
 
Old 02-01-2017, 05:35 AM   #6
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
From the listing of the directory that you provided, it appears that apt ignores the .save files.

If you really want to make a copy, then I personally would move the file to another folder altogether outside apt's remit.

Just a note that all this would have been avoided if you had tried adding the PPA by using the command:

sudo add-apt-repository ppa:jonoomph/openshot-edge

as described here: https://launchpad.net/~jonoomph/+arc.../openshot-edge

The above command checks to see if your distro version is supported, so doing so would have shown you the error "Cannot add PPA: ''This PPA does not support xenial''."

Last edited by hydrurga; 02-01-2017 at 06:15 AM. Reason: .sav to .save
 
Old 02-01-2017, 05:39 AM   #7
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Just an extra note that there was no need for you to reboot your PC after renaming the sources list file.

apt update will automatically take any changes to the sources list files into account.
 
Old 02-01-2017, 06:04 AM   #8
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by hydrurga View Post
From the listing of the directory that you provided, it appears that apt ignores the .sav files.

If you really want to make a copy, then I personally would move the file to another folder altogether outside apt's remit.

Just a note that all this would have been avoided if you had tried adding the PPA by using the command:

sudo add-apt-repository ppa:jonoomph/openshot-edge

as described here: https://launchpad.net/~jonoomph/+arc.../openshot-edge

The above command checks to see if your distro version is supported, so doing so would have shown you the error "Cannot add PPA: ''This PPA does not support xenial''."
Hi hydrurga,

Thanks for your advice.

First I moved jonoomph-ubuntu-openshot-edge-xenial.list to jonoomph-ubuntu-openshot-edge-xenial.list.save. On running apt-get update the file jonoomph-ubuntu-openshot-edge-xenial.list.save. was renamed back to its original filename automatically.

I have run your suggested commands before (if I recall correctly) when installing openshot-edge. Later I removed openshot-edge because I couldn't make blender to work with openshot-edge.

Regards
satimis

Last edited by satimis; 02-01-2017 at 06:07 AM.
 
Old 02-01-2017, 06:05 AM   #9
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by hydrurga View Post
Just an extra note that there was no need for you to reboot your PC after renaming the sources list file.

apt update will automatically take any changes to the sources list files into account.
Noted with thanks

satimis
 
Old 02-01-2017, 06:15 AM   #10
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by satimis View Post
Hi hydrurga,

Thanks for your advice.

First I moved jonoomph-ubuntu-openshot-edge-xenial.list to jonoomph-ubuntu-openshot-edge-xenial.list.save. On running apt-get update the file jonoomph-ubuntu-openshot-edge-xenial.list.save. was renamed back to its original filename automatically.

I have run your suggested commands before (if I recall correctly) when installing openshot-edge. Later I removed openshot-edge because I couldn't make blender to work with openshot-edge.

Regards
satimis
Good to know. :-) Another reason for keeping your copy of the file away from apt's source lists area (although personally I would have just deleted it altogether).

Are there any other outstanding problems to resolve?
 
Old 02-01-2017, 07:07 AM   #11
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by hydrurga View Post
Good to know. :-) Another reason for keeping your copy of the file away from apt's source lists area (although personally I would have just deleted it altogether).

Are there any other outstanding problems to resolve?
Hi,

Actually I don't need that file. Just in case if there is any mistake encountered after its deletion I have a chance to come back.

Up to now no other problem discovered. I am just prepaired to install kdenkive

satimis
 
Old 02-01-2017, 07:16 AM   #12
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by satimis View Post
Hi,

Actually I don't need that file. Just in case if there is any mistake encountered after its deletion I have a chance to come back.

Up to now no other problem discovered. I am just prepaired to install kdenkive

satimis
Ok. Have fun!

You may want to mark the thread as "Solved" (see Thread Tools at the top of the thread).
 
  


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
disabling cd sources in apt/sources.list revod_neb Linux - Newbie 4 05-25-2013 12:03 PM
'E:Malformed line 54 in source list /etc/apt/sources.list (dist parse), E:The list of vsssuccess@gmail.com Linux - Desktop 1 11-17-2010 08:17 AM
Update manager error: GPG error: http://ppa.launchpad.net ... signatures ... Nonc Linux - General 0 08-18-2010 06:36 PM
apt-get; E: Type 'GPG' is not known on line 20 in source list /etc/apt/sources.list tomorrow Linux - Newbie 9 05-21-2009 08:42 AM
Need Recommendation for Debian Etch sources.list ( /etc/apt/sources.list ) forgox Debian 6 05-05-2007 01:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

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