Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Keyring problem

  1. #1
    Join Date
    Nov 2012
    Beans
    28

    Keyring problem

    Hi,
    I am using Ubuntu 23.10. I'd like to upgrade to 24.04LTS. I get this message whenever I try:
    MyLaptop:~$ sudo apt install krename[sudo] password for pieter:
    E: Conflicting values set for option Signed-By regarding source https://deb.opera.com/opera-stable/ stable: /usr/share/keyrings/opera-browser.gpg != /usr/share/keyrings/opera.gpg
    E: The list of sources could not be read.
    What can I do to correct this problem?

    Thanks for replies!
    Pierre

  2. #2
    currentshaft Guest

    Re: Keyring problem

    What's in /etc/apt/sources.list.d/ that relates to opera? Post those file contents here, please.
    Last edited by Irihapeti; September 3rd, 2024 at 01:57 PM. Reason: Restored original content

  3. #3
    Join Date
    Nov 2012
    Beans
    28

    Re: Keyring problem

    It seems not to be possible to do that. I copied those files to a temporary directory, then tried to upload them for attachments. I get the message "invalid file" when trying.

    Is there any means to make it possible nevertheless? I will try to get the contents of the files.

  4. #4
    Join Date
    Nov 2012
    Beans
    28

    Re: Keyring problem

    I think I managed nevertheless, see below:

    opera.list :
    deb [signed-by=/usr/share/keyrings/opera.gpg] https://deb.opera.com/opera-stable/ stable non-free
    opera.list.distUpgrade :
    deb [signed-by=/usr/share/keyrings/opera.gpg] https://deb.opera.com/opera-stable/ stable non-free
    opera.list.save :
    deb [signed-by=/usr/share/keyrings/opera.gpg] https://deb.opera.com/opera-stable/ stable non-free
    opera-archive.list
    deb [signed-by=/usr/share/keyrings/opera-browser.gpg] https://deb.opera.com/opera-stable/ stable non-free
    opera-stable.list :
    # This file makes sure that Opera Browser is kept up-to-date# as part of regular system upgrades


    # deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases) disabled on upgrade to jammy disabled on upgrade to mantic
    opera-stable.list.distUpgrade :
    # This file makes sure that Opera Browser is kept up-to-date# as part of regular system upgrades


    # deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases) disabled on upgrade to jammy disabled on upgrade to mantic
    opera-stable.list.save :
    # This file makes sure that Opera Browser is kept up-to-date# as part of regular system upgrades


    # deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases) disabled on upgrade to jammy disabled on upgrade to mantic

  5. #5
    currentshaft Guest

    Re: Keyring problem

    would remove all of those files and try again.

    Opera is a terrible browser which no one should be using anyway.
    Last edited by Irihapeti; September 3rd, 2024 at 01:57 PM. Reason: Restored original content

  6. #6
    Join Date
    Nov 2012
    Beans
    28

    Re: Keyring problem

    I thought so. I tried to uninstall Opera but that is not easy neither maybe because of those files. But root is owner of those files and I cannot delete them just like that. I looked up the command
    chown
    and changed ownership to myself but that did not open the possibility to delete those files.
    What can I do?
    I went into the directory
    /etc/apt/sources.list.d/
    ,
    # sudo su
    #chown pieter opera*
    and then tried to delete those files using the file manager. Not possible. What can I do?

  7. #7
    currentshaft Guest

    Re: Keyring problem

    sudo find /etc/apt/sources.list.d/ -type f -name "opera*" -exec rm -fv {} \;
    Last edited by Irihapeti; September 3rd, 2024 at 01:58 PM. Reason: Restored original content

  8. #8
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: Keyring problem

    Quote Originally Posted by Pierre Dartigues View Post
    I thought so. I tried to uninstall Opera but that is not easy neither maybe because of those files.
    You mean this won't work??
    Code:
    sudo apt remove opera-stable
    Please show that return.

    I also agree with currentshaft>>>"Opera is a terrible browser"

  9. #9
    Join Date
    Nov 2012
    Beans
    28

    Re: Keyring problem

    No, this iswhat happens:

    Asus:/etc/apt/sources.list.d# sudo apt remove opera-stableE: Conflicting values set for option Signed-By regarding source https://deb.opera.com/opera-stable/ stable: /usr/share/keyrings/opera-browser.gpg != /usr/share/keyrings/opera.gpg
    E: The list of sources could not be read.


  10. #10
    Join Date
    Nov 2012
    Beans
    28

    Re: Keyring problem

    I am logged in as root while doing that...

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •