LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Deepin
User Name
Password
Linux Deepin This forum is for the discussion of Linux Deepin.

Notices


Reply
  Search this Thread
Old 02-15-2017, 08:58 AM   #1
v45ch3
LQ Newbie
 
Registered: Feb 2017
Posts: 6

Rep: Reputation: Disabled
Can't sudo-apt get update


This is the error I get:
Err:7 http://deb.playonlinux.com etch/main i386 Packages
404 Not Found [IP: 51.254.83.230 80]
Ign:8 http://deb.playonlinux.com etch/main amd64 Packages
Fetched 6,030 B in 6s (876 B/s)
Reading package lists... Done
W: The repository 'http://deb.playonlinux.com etch 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://deb.playonlinux.com/dists/etc...-i386/Packages 404 Not Found [IP: 51.254.83.230 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.

I've tried unistalling playonlinux (since I don't use it), and other things, but didn't work.
What can I do?
Thanks
 
Old 02-15-2017, 09:33 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
You need to remove the repository from your software sources.

What distro (and version) of Linux are you running?
 
Old 02-15-2017, 09:34 AM   #3
v45ch3
LQ Newbie
 
Registered: Feb 2017
Posts: 6

Original Poster
Rep: Reputation: Disabled
How do I do that?
Deepin OS 15.3 64bits
 
Old 02-15-2017, 09:52 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
Ah, ok. I don't know Deepin, how it arranges its repositories, and whether it has software-sources installed. Do you have Deepin Software Center? If so, it may have a Repository button that allows you to manage your repositories.

In the meantime, can you please post the output from the following:

cat /etc/apt/sources.list

ls -la /etc/apt/sources.list.d


Cheers.
 
Old 02-15-2017, 09:59 AM   #5
v45ch3
LQ Newbie
 
Registered: Feb 2017
Posts: 6

Original Poster
Rep: Reputation: Disabled
1st command:
## Generated by deepin-installer
deb [by-hash=force] http://packages.deepin.com/deepin/ unstable main contrib non-free
# deb-src http://packages.deepin.com/deepin/ unstable main contrib non-free

2nd command:
total 16
drwxr-xr-x 2 root root 4096 Feb 13 10:11 .
drwxr-xr-x 6 root root 4096 Feb 14 14:47 ..
-rw-r--r-- 1 root root 42 Oct 15 2011 playonlinux.list
-rw-r--r-- 1 root root 54 Feb 14 14:14 spotify.list

I have Deepin Store, but it does not have such button.
 
Old 02-15-2017, 10:04 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
Ok, run:

sudo rm /etc/apt/sources.list.d/playonlinux.list

Then run

sudo apt-get update

sudo apt-get upgrade
 
Old 02-15-2017, 10:07 AM   #7
v45ch3
LQ Newbie
 
Registered: Feb 2017
Posts: 6

Original Poster
Rep: Reputation: Disabled
It worked!! Thank you very much!! I've read a lot of posts dealing with this issue and tried several things and didn't work. This worked just fine! Thanks again!
 
Old 02-15-2017, 10:11 AM   #8
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 v45ch3 View Post
It worked!! Thank you very much!! I've read a lot of posts dealing with this issue and tried several things and didn't work. This worked just fine! Thanks again!
Great news!

Please remember to mark the thread as "Solved" (see "Thread Tools" at the top of the thread).
 
Old 10-22-2017, 03:26 AM   #9
yrjo1
LQ Newbie
 
Registered: Oct 2017
Location: Finland
Distribution: Deepin 15.4.1
Posts: 3

Rep: Reputation: Disabled
Smile

Quote:
Originally Posted by hydrurga View Post
Ok, run:

sudo rm /etc/apt/sources.list.d/playonlinux.list

Then run

sudo apt-get update

sudo apt-get upgrade
You dont need -get part when installing:

sudo apt update

sudo apt upgrade
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
sudo apt-get update error iHateErrors Linux - Newbie 42 02-20-2016 02:25 PM
sudo apt-get update ERROR HELP linuxmarble Linux - Software 2 09-02-2014 04:23 AM
[SOLVED] 404errors when running apt-get update already tried sudo rm /var/lib/apt/lists/* -vf rasec8711 Linux - Software 2 05-31-2012 10:33 AM
[SOLVED] trouble in sudo apt-get update siddharth.buddhiraju Linux - Newbie 3 06-09-2011 02:43 AM
sudo apt-get update && sudo apt-get upgrade hallve_revera Linux - Newbie 6 01-10-2009 09:37 AM

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

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