Missing the package libidn11, can't figure out how to repair or reinstall it [duplicate]What can I do if a repository/PPA does not have a Release file?Restore default apt repositories in sources.list from command lineIs this an error => Starting pkgProblemResolver with broken count: 0How to fix not signed repos which worked before?Installing Wine and getting an errorBroken Packages Fix Problem (For Wine)

How can I more clearly ask people to accomodate for my autism?

Is it safe to plug one travel adapter into another?

Can someone interview their sibling?

Motivation for an inequality

Algorithm that converts array-like data into MathJax: Python

Princesses covering an 8x8 chess board

For the Single Entry Schengen visa, do the microstates (Monaco, San Marino and the Vatican City) count?

Response to referee after rejection

My cat gets angry and scared at me if I stand

Company asks (more than once) if I can involve family members in project

Implement the 2D Hadamard Transform

What do I get by paying more for a bicycle?

I'm on the Titanic, what should I do to survive?

Is there any physical evidence for motion?

What is the business model of discounted gift cards?

What does "Summoned creature has maximum hit points" actually mean?

Natural Metre Bar

Explanation for why nickel turns green in hydrochloric acid

Given small computational resources how navigation was implemented ( Not Samples of old guidance software)

How do I get softer pictures in sunlight, like in this commercial?

Why didn't Petunia know that Harry wasn't supposed to use magic out of school?

Mutate my DNA sequence

Which are stars and which are noise in this comet photo?

Articles at the beginning of sentences in scientific writing



Missing the package libidn11, can't figure out how to repair or reinstall it [duplicate]


What can I do if a repository/PPA does not have a Release file?Restore default apt repositories in sources.list from command lineIs this an error => Starting pkgProblemResolver with broken count: 0How to fix not signed repos which worked before?Installing Wine and getting an errorBroken Packages Fix Problem (For Wine)






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0


















This question already has an answer here:



  • Restore default apt repositories in sources.list from command line

    2 answers



  • What can I do if a repository/PPA does not have a Release file?

    4 answers



I've been running into a lot of problems on my Ubuntu 18.04 installation with a package named libidn11. Not having a functioning version of it gets in the way of installing other packages or upgrading installations such as my installation of R. How would I go about fixing this problem without choosing the nuclear option (fresh reinstallation of Ubuntu)?



E: The package libidn11 needs to be reinstalled, but I can't find an archive for it.



Simply trying to reinstall in as such doesn't work, and I get the same error message shown above.



EDIT: See @steeldriver's comment



arta@lappy-486:~$ apt policy libidn11
libidn11:
Installed: 1.33-2.1ubuntu1.1
Candidate: 1.33-2.1ubuntu1.1
Version table:
*** 1.33-2.1ubuntu1.1 100
100 /var/lib/dpkg/status
1.33-2.1ubuntu1 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages


EDIT 2: Here is the output of sudo apt update:



arta@lappy-486:~$ sudo apt update
[sudo] password for arta:
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 https://repo.nordvpn.com/deb/nordvpn/debian stable InRelease
Get:3 http://dl.google.com/linux/chrome/deb stable Release [943 B]
Hit:4 http://archive.ubuntu.com/ubuntu bionic InRelease
Ign:5 http://ppa.launchpad.net/kxstudio-team/hydrogen/ubuntu bionic InRelease
Get:6 http://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
Err:9 http://ppa.launchpad.net/kxstudio-team/hydrogen/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
Get:7 http://ppa.launchpad.net/webupd8team/java/ubuntu bionic InRelease [15.4 kB]
Hit:8 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease
E: Repository 'http://dl.google.com/linux/chrome/deb stable Release' changed its 'Origin' value from 'Google, Inc.' to 'Google LLC'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
Get:10 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1,103 B]
E: Repository 'http://ppa.launchpad.net/webupd8team/java/ubuntu bionic InRelease' changed its 'Label' value from 'Oracle Java (JDK) 8 / 9 Installer PPA' to 'Oracle Java (JDK) 8 Installer PPA (DISCONTINUED)'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/kxstudio-team/hydrogen/ubuntu bionic Release' does not have a Release file.
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.









share|improve this question


















marked as duplicate by user535733, karel, N0rbert, Kulfy, Charles Green May 31 at 14:22


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.



















  • What does apt policy libidn11 return? was your installation of R from a PPA?

    – steeldriver
    May 29 at 15:03











  • @steeldriver see the edit i made in my post. I don't know re: the second part of your comment.

    – CelineDion
    May 29 at 15:08











  • How about sudo apt install --reinstall libidn11

    – Charles Green
    May 29 at 15:17











  • @CharlesGreen Same thing.

    – CelineDion
    May 29 at 15:19






  • 2





    Looks like you have deleted the Ubuntu repositories from your apt sources. You must restore the default apt repositories in sources.list

    – user535733
    May 29 at 16:46


















0


















This question already has an answer here:



  • Restore default apt repositories in sources.list from command line

    2 answers



  • What can I do if a repository/PPA does not have a Release file?

    4 answers



I've been running into a lot of problems on my Ubuntu 18.04 installation with a package named libidn11. Not having a functioning version of it gets in the way of installing other packages or upgrading installations such as my installation of R. How would I go about fixing this problem without choosing the nuclear option (fresh reinstallation of Ubuntu)?



E: The package libidn11 needs to be reinstalled, but I can't find an archive for it.



Simply trying to reinstall in as such doesn't work, and I get the same error message shown above.



EDIT: See @steeldriver's comment



arta@lappy-486:~$ apt policy libidn11
libidn11:
Installed: 1.33-2.1ubuntu1.1
Candidate: 1.33-2.1ubuntu1.1
Version table:
*** 1.33-2.1ubuntu1.1 100
100 /var/lib/dpkg/status
1.33-2.1ubuntu1 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages


EDIT 2: Here is the output of sudo apt update:



arta@lappy-486:~$ sudo apt update
[sudo] password for arta:
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 https://repo.nordvpn.com/deb/nordvpn/debian stable InRelease
Get:3 http://dl.google.com/linux/chrome/deb stable Release [943 B]
Hit:4 http://archive.ubuntu.com/ubuntu bionic InRelease
Ign:5 http://ppa.launchpad.net/kxstudio-team/hydrogen/ubuntu bionic InRelease
Get:6 http://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
Err:9 http://ppa.launchpad.net/kxstudio-team/hydrogen/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
Get:7 http://ppa.launchpad.net/webupd8team/java/ubuntu bionic InRelease [15.4 kB]
Hit:8 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease
E: Repository 'http://dl.google.com/linux/chrome/deb stable Release' changed its 'Origin' value from 'Google, Inc.' to 'Google LLC'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
Get:10 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1,103 B]
E: Repository 'http://ppa.launchpad.net/webupd8team/java/ubuntu bionic InRelease' changed its 'Label' value from 'Oracle Java (JDK) 8 / 9 Installer PPA' to 'Oracle Java (JDK) 8 Installer PPA (DISCONTINUED)'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/kxstudio-team/hydrogen/ubuntu bionic Release' does not have a Release file.
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.









share|improve this question


















marked as duplicate by user535733, karel, N0rbert, Kulfy, Charles Green May 31 at 14:22


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.



















  • What does apt policy libidn11 return? was your installation of R from a PPA?

    – steeldriver
    May 29 at 15:03











  • @steeldriver see the edit i made in my post. I don't know re: the second part of your comment.

    – CelineDion
    May 29 at 15:08











  • How about sudo apt install --reinstall libidn11

    – Charles Green
    May 29 at 15:17











  • @CharlesGreen Same thing.

    – CelineDion
    May 29 at 15:19






  • 2





    Looks like you have deleted the Ubuntu repositories from your apt sources. You must restore the default apt repositories in sources.list

    – user535733
    May 29 at 16:46














0












0








0









This question already has an answer here:



  • Restore default apt repositories in sources.list from command line

    2 answers



  • What can I do if a repository/PPA does not have a Release file?

    4 answers



I've been running into a lot of problems on my Ubuntu 18.04 installation with a package named libidn11. Not having a functioning version of it gets in the way of installing other packages or upgrading installations such as my installation of R. How would I go about fixing this problem without choosing the nuclear option (fresh reinstallation of Ubuntu)?



E: The package libidn11 needs to be reinstalled, but I can't find an archive for it.



Simply trying to reinstall in as such doesn't work, and I get the same error message shown above.



EDIT: See @steeldriver's comment



arta@lappy-486:~$ apt policy libidn11
libidn11:
Installed: 1.33-2.1ubuntu1.1
Candidate: 1.33-2.1ubuntu1.1
Version table:
*** 1.33-2.1ubuntu1.1 100
100 /var/lib/dpkg/status
1.33-2.1ubuntu1 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages


EDIT 2: Here is the output of sudo apt update:



arta@lappy-486:~$ sudo apt update
[sudo] password for arta:
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 https://repo.nordvpn.com/deb/nordvpn/debian stable InRelease
Get:3 http://dl.google.com/linux/chrome/deb stable Release [943 B]
Hit:4 http://archive.ubuntu.com/ubuntu bionic InRelease
Ign:5 http://ppa.launchpad.net/kxstudio-team/hydrogen/ubuntu bionic InRelease
Get:6 http://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
Err:9 http://ppa.launchpad.net/kxstudio-team/hydrogen/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
Get:7 http://ppa.launchpad.net/webupd8team/java/ubuntu bionic InRelease [15.4 kB]
Hit:8 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease
E: Repository 'http://dl.google.com/linux/chrome/deb stable Release' changed its 'Origin' value from 'Google, Inc.' to 'Google LLC'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
Get:10 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1,103 B]
E: Repository 'http://ppa.launchpad.net/webupd8team/java/ubuntu bionic InRelease' changed its 'Label' value from 'Oracle Java (JDK) 8 / 9 Installer PPA' to 'Oracle Java (JDK) 8 Installer PPA (DISCONTINUED)'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/kxstudio-team/hydrogen/ubuntu bionic Release' does not have a Release file.
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.









share|improve this question


















This question already has an answer here:



  • Restore default apt repositories in sources.list from command line

    2 answers



  • What can I do if a repository/PPA does not have a Release file?

    4 answers



I've been running into a lot of problems on my Ubuntu 18.04 installation with a package named libidn11. Not having a functioning version of it gets in the way of installing other packages or upgrading installations such as my installation of R. How would I go about fixing this problem without choosing the nuclear option (fresh reinstallation of Ubuntu)?



E: The package libidn11 needs to be reinstalled, but I can't find an archive for it.



Simply trying to reinstall in as such doesn't work, and I get the same error message shown above.



EDIT: See @steeldriver's comment



arta@lappy-486:~$ apt policy libidn11
libidn11:
Installed: 1.33-2.1ubuntu1.1
Candidate: 1.33-2.1ubuntu1.1
Version table:
*** 1.33-2.1ubuntu1.1 100
100 /var/lib/dpkg/status
1.33-2.1ubuntu1 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages


EDIT 2: Here is the output of sudo apt update:



arta@lappy-486:~$ sudo apt update
[sudo] password for arta:
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 https://repo.nordvpn.com/deb/nordvpn/debian stable InRelease
Get:3 http://dl.google.com/linux/chrome/deb stable Release [943 B]
Hit:4 http://archive.ubuntu.com/ubuntu bionic InRelease
Ign:5 http://ppa.launchpad.net/kxstudio-team/hydrogen/ubuntu bionic InRelease
Get:6 http://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]
Err:9 http://ppa.launchpad.net/kxstudio-team/hydrogen/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
Get:7 http://ppa.launchpad.net/webupd8team/java/ubuntu bionic InRelease [15.4 kB]
Hit:8 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease
E: Repository 'http://dl.google.com/linux/chrome/deb stable Release' changed its 'Origin' value from 'Google, Inc.' to 'Google LLC'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
Get:10 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1,103 B]
E: Repository 'http://ppa.launchpad.net/webupd8team/java/ubuntu bionic InRelease' changed its 'Label' value from 'Oracle Java (JDK) 8 / 9 Installer PPA' to 'Oracle Java (JDK) 8 Installer PPA (DISCONTINUED)'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/kxstudio-team/hydrogen/ubuntu bionic Release' does not have a Release file.
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.




This question already has an answer here:



  • Restore default apt repositories in sources.list from command line

    2 answers



  • What can I do if a repository/PPA does not have a Release file?

    4 answers







apt package-management






share|improve this question
















share|improve this question













share|improve this question




share|improve this question








edited May 29 at 16:44







CelineDion

















asked May 29 at 14:40









CelineDionCelineDion

11 bronze badge




11 bronze badge





marked as duplicate by user535733, karel, N0rbert, Kulfy, Charles Green May 31 at 14:22


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.











marked as duplicate by user535733, karel, N0rbert, Kulfy, Charles Green May 31 at 14:22


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









marked as duplicate by user535733, karel, N0rbert, Kulfy, Charles Green May 31 at 14:22


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • What does apt policy libidn11 return? was your installation of R from a PPA?

    – steeldriver
    May 29 at 15:03











  • @steeldriver see the edit i made in my post. I don't know re: the second part of your comment.

    – CelineDion
    May 29 at 15:08











  • How about sudo apt install --reinstall libidn11

    – Charles Green
    May 29 at 15:17











  • @CharlesGreen Same thing.

    – CelineDion
    May 29 at 15:19






  • 2





    Looks like you have deleted the Ubuntu repositories from your apt sources. You must restore the default apt repositories in sources.list

    – user535733
    May 29 at 16:46


















  • What does apt policy libidn11 return? was your installation of R from a PPA?

    – steeldriver
    May 29 at 15:03











  • @steeldriver see the edit i made in my post. I don't know re: the second part of your comment.

    – CelineDion
    May 29 at 15:08











  • How about sudo apt install --reinstall libidn11

    – Charles Green
    May 29 at 15:17











  • @CharlesGreen Same thing.

    – CelineDion
    May 29 at 15:19






  • 2





    Looks like you have deleted the Ubuntu repositories from your apt sources. You must restore the default apt repositories in sources.list

    – user535733
    May 29 at 16:46

















What does apt policy libidn11 return? was your installation of R from a PPA?

– steeldriver
May 29 at 15:03





What does apt policy libidn11 return? was your installation of R from a PPA?

– steeldriver
May 29 at 15:03













@steeldriver see the edit i made in my post. I don't know re: the second part of your comment.

– CelineDion
May 29 at 15:08





@steeldriver see the edit i made in my post. I don't know re: the second part of your comment.

– CelineDion
May 29 at 15:08













How about sudo apt install --reinstall libidn11

– Charles Green
May 29 at 15:17





How about sudo apt install --reinstall libidn11

– Charles Green
May 29 at 15:17













@CharlesGreen Same thing.

– CelineDion
May 29 at 15:19





@CharlesGreen Same thing.

– CelineDion
May 29 at 15:19




2




2





Looks like you have deleted the Ubuntu repositories from your apt sources. You must restore the default apt repositories in sources.list

– user535733
May 29 at 16:46






Looks like you have deleted the Ubuntu repositories from your apt sources. You must restore the default apt repositories in sources.list

– user535733
May 29 at 16:46











0






active

oldest

votes


















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?