Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 586  / 1 Year ago, fri, may 12, 2023, 5:09:39
W: The repository 'http://archive.getdeb.net/ubuntu xenial-getdeb 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: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/archive.getdeb.net_ubuntu_dists_xenial-getdeb_apps_binary-amd64_Packages
E: The package lists or status file could not be parsed or opened.

Suggestions that I have tried are:



  1. Remove files from an apt directory:
    sudo rm -vf /var/lib/apt/lists/*
    sudo apt-get update


  2. Changing the server from Ubuntu Software, but I keep receiving an error telling me to contact the administrator


More From » apt

 Answers
6

The source file that references the Xenial repository will need to be edited. You can find it via the command line like this:



  1. Open Terminal (if it's not already open)

  2. Go to the apt directory:
    cd /etc/apt


  3. Identify the file referencing the bad repository via grep:
    grep -r xenial *


  4. Using sudo, edit the file that is mentioned in the output with your preferred text editor, commenting out (or removing) the line. You can comment-out the line by putting a # at the front.

  5. Save the file and exit.

  6. Update apt:
    sudo apt update 



[#1158] Saturday, May 13, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fittecanap

Total Points: 322
Total Questions: 100
Total Answers: 105

Location: Israel
Member since Tue, Nov 17, 2020
4 Years ago
fittecanap questions
Tue, Nov 23, 21, 22:02, 3 Years ago
Tue, Aug 9, 22, 17:36, 2 Years ago
;