Views:
1,382β
Votes: 0β
β
Solution
Tags:
uninstall
indicator
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1035723
Title:
Uninstalling netspeed indicator
ID:
/2018/05/13/Uninstalling-netspeed-indicator
Created:
May 13, 2018
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
You only removed the PPA containing the program for downloading. You need to remove the program itself:
sudo apt update
sudo apt install remove --purge indicator-netspeed
If that doesnβt work you probably need to add back the PPA first (granted Iβm not sure on this one):
add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install remove --purge indicator-netspeed