Announcement

Collapse
No announcement yet.

removing Element

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] removing Element

    installed Element like this

    Code:
    sudo apt install -y wget apt-transport-https


    Code:
    sudo wget -O /usr/share/keyrings/element-io-archive-keyring.gpg https://packages.element.io/debian/element-io-archive-keyring.gpg


    Code:
    echo "deb [signed-by=/usr/share/keyrings/element-io-archive-keyring.gpg] https://packages.element.io/debian/ default main" | sudo tee /etc/apt/sources.list.d/element-io.list


    Code:
    sudo apt update


    Code:
    sudo apt install element-desktop

    then decided i didn't want it ,and "completely removed" it with Synaptic.(the desktop and the keyring options)

    now when i want to check for updates with Discover. i get this message:

    PHP Code:
    WAn error occurred during the signature verificationThe repository is not updated and the previous index files will be usedOpenPGP signature verification failedhttps://packages.element.io/debian default InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C2850B265AC085BD

    Ehttps://packages.element.io/debian default InRelease is not (yet) available (The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C2850B265AC085BD) 
    how to get rid of message?
    𝕷𝖎𝖓𝖚𝖝 𝕱𝖔𝖗 𝕷𝖎𝖋𝖊
    Kubuntu 25.10,KDE Plasma Version: 6.4.5,Kernel: 6.17.0-14-generic (64-bit),Graphics Platform: X11
    2 × Celeron® Dual-Core CPU T3500 @ 2.10GHz
    Memory: 4 GiB of RAM (3,8 GiB usable)
    Graphics Processor: llvmpipe​

    #2
    Look for and delete the added apt repo you created during the install process, in Discover's settings. If you don't see anything there, you'll want to use the Software Sources tool. Get to that via the Driver Manager in System Settings or by running sudo software-properties-qt

    Or you can manually delete the apt repo file you created during the install process. It will be in /etc/apt/sources.list.d/

    If the name of the specific file isn't obvious, you can look at your steps and see. It will be a .list file or .sources:

    Code:
    echo "deb [signed-by=/usr/share/keyrings/element-io-archive-keyring.gpg] https://packages.element.io/debian/ default main" | sudo tee /etc/apt/sources.list.d/element-io.list
    So: /etc/apt/sources.list.d/element-io.list

    Normally you'd just disable it in Discover or delete the entry in Software Sources, but a bug in the Packagkit apt-backend breaks Discover's ability to show the entries, which also hides the button to open the Software Sources tool.
    Last edited by claydoh; Today, 06:56 AM.
    Self-built: Asus PRIME B550M-K/Ryzen 5600GT/32Gb/Intel ARC B580 12Gb/KDE neon
    HP Elitedesk 800 G3 Mini: i5-7500T(35w)/32Gb/KDE Linux/Kubuntu LTS
    HP Chromebook 14: i5-1135G7/8Gb/512Gb SSD/KDE neon

    Comment


      #3
      thanks for the reply , i got right eventually it's basically the same you suggested
      i used
      Code:
      sudo rm /etc/apt/sources.list.d/element-io.list
      ,
      Code:
      sudo rm /usr/share/keyrings/element-io-archive-keyring.gpg
      ,
      Code:
      sudo apt update
      anyway ,fixed now thanks
      𝕷𝖎𝖓𝖚𝖝 𝕱𝖔𝖗 𝕷𝖎𝖋𝖊
      Kubuntu 25.10,KDE Plasma Version: 6.4.5,Kernel: 6.17.0-14-generic (64-bit),Graphics Platform: X11
      2 × Celeron® Dual-Core CPU T3500 @ 2.10GHz
      Memory: 4 GiB of RAM (3,8 GiB usable)
      Graphics Processor: llvmpipe​

      Comment

      Users Viewing This Topic

      Collapse

      There are 0 users viewing this topic.

      Working...
      X