Unbuntu Remove ALL PEAK everything -- how?

This forum covers issues concerning multiple software products.
Locked
rknapp
Posts: 3
Joined: Fri 8. Sep 2023, 02:22

Unbuntu Remove ALL PEAK everything -- how?

Post by rknapp » Wed 15. May 2024, 23:02

Hi,
The presence of PEAK drivers/? on this unbuntu laptop is causing me a TON of problems. (Things work OK on my Windows laptop, but on this machine, I've never been able to get the Peak dongle to work. I can stick with the Windows machine.) How can I please remove all PEAK everything from this machine? The errors below cause failures in other installation scripts which I've ignored for a while, but are now a real problem as I need to install some other stuff.

Please don't say "navigate to where they are and delete them" as I'm too dumb to know where they are, unless you please help me find them or point to exactly where they are. This is Ubuntu Focal, by the way.

Thanks,

~~ Robert
<pre><font color="#4E9A06"><b>rknapp@rknapp-Precision-7510</b></font>:<font color="#3465A4"><b>~</b></font>$ sudo apt update &amp;&amp; sudo apt upgrade -y
[sudo] password for rknapp:
Hit:2 http://us.archive.ubuntu.com/ubuntu focal InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease
Get:1 https://packages.microsoft.com/repos/code stable InRelease [3,590 B] <font color="#C4A000"> </font>
Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease <font color="#C4A000"> </font>
Hit:5 http://ppa.launchpad.net/ansible/ansible/ubuntu focal InRelease <font color="#C4A000"> </font>
Hit:6 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease<font color="#C4A000"> </font>
Get:7 http://www.peak-system.com/debian focal InRelease [8,493 B]
Err:7 http://www.peak-system.com/debian focal InRelease
The following signatures couldn&apos;t be verified because the public key is not available: NO_PUBKEY DE0B8CB39CEAA78D
Reading package lists... Done
<font color="#C4A000"><b>W: </b></font>GPG error: http://www.peak-system.com/debian focal InRelease: The following signatures couldn&apos;t be verified because the public key is not available: NO_PUBKEY DE0B8CB39CEAA78D
<font color="#CC0000"><b>E: </b></font>The repository &apos;http://www.peak-system.com/debian focal InRelease&apos; is not signed.
<font color="#C4A000">N: </font>Updating from such a repository can&apos;t be done securely, and is therefore disabled by default.
<font color="#C4A000">N: </font>See apt-secure(8) manpage for repository creation and user configuration details.
</pre>

User avatar
S.Grosjean
Software Development
Software Development
Posts: 357
Joined: Wed 4. Jul 2012, 17:02

Re: Unbuntu Remove ALL PEAK everything -- how?

Post by S.Grosjean » Thu 16. May 2024, 15:55

Hello,

It looks like you installed the pcanview package in the past. So, first you have to remove it, if it is still present:

Code: Select all

$ sudo dpkg -P pcanview-ncurses
Then, to get rid of these messages, please type:

Code: Select all

$ sudo rm -f /etc/apt/sources.list.d/peak-system.list
Finally, you can do:

Code: Select all

$ sudo apt update
to check if everything is back to normal...

Best regards,
— Stéphane

rknapp
Posts: 3
Joined: Fri 8. Sep 2023, 02:22

Re: Unbuntu Remove ALL PEAK everything -- how?

Post by rknapp » Thu 16. May 2024, 19:47

Stephane,

Thanks so much for your attention to this problem! YOUR PLAN WORKED PERFECTLY.

Now, when I tried sudo dpkg -P pcanview-ncurses
[sudo] password for rknapp:
dpkg: warning: ignoring request to remove pcanview-ncurses which isn't installed

However, there was no comment re:
sudo rm -f /etc/apt/sources.list.d/peak-system.list

And -- a sudo apt update confirmed that all was well. This laptop is back to health.

So I want to thank you again, very much,

~~ Robert

User avatar
PEAK-Support
Sales & Support
Sales & Support
Posts: 1646
Joined: Fri 10. Sep 2010, 19:34

Re: Unbuntu Remove ALL PEAK everything -- how?

Post by PEAK-Support » Wed 22. May 2024, 04:20

Thank you for the Feedback - Topic closed -
--------------------------------
PEAK-System Technik
Technical Support Team
support[at]peak-system.com
-------------------------------

Locked