Uninstalling netspeed indicator
up vote
0
down vote
favorite
I have Ubuntu 18.04 and I installed netspeed indicator.
after change width size of this indicator.
I can't launch Ubuntu.
Now I use this code for uninstalling netspeed indicator from Shell:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:nilarimogard/webupd8
but it shows some errors.
Now How can I uninstall netspeed indicator?
uninstall indicator
add a comment |Â
up vote
0
down vote
favorite
I have Ubuntu 18.04 and I installed netspeed indicator.
after change width size of this indicator.
I can't launch Ubuntu.
Now I use this code for uninstalling netspeed indicator from Shell:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:nilarimogard/webupd8
but it shows some errors.
Now How can I uninstall netspeed indicator?
uninstall indicator
You are purging the information of where the program can be found (the PPA). You are not purging the program name itself.
â WinEunuuchs2Unix
May 13 at 14:43
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have Ubuntu 18.04 and I installed netspeed indicator.
after change width size of this indicator.
I can't launch Ubuntu.
Now I use this code for uninstalling netspeed indicator from Shell:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:nilarimogard/webupd8
but it shows some errors.
Now How can I uninstall netspeed indicator?
uninstall indicator
I have Ubuntu 18.04 and I installed netspeed indicator.
after change width size of this indicator.
I can't launch Ubuntu.
Now I use this code for uninstalling netspeed indicator from Shell:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:nilarimogard/webupd8
but it shows some errors.
Now How can I uninstall netspeed indicator?
uninstall indicator
edited Aug 23 at 18:01
SurvivalMachine
9332517
9332517
asked May 13 at 12:08
amir133
334
334
You are purging the information of where the program can be found (the PPA). You are not purging the program name itself.
â WinEunuuchs2Unix
May 13 at 14:43
add a comment |Â
You are purging the information of where the program can be found (the PPA). You are not purging the program name itself.
â WinEunuuchs2Unix
May 13 at 14:43
You are purging the information of where the program can be found (the PPA). You are not purging the program name itself.
â WinEunuuchs2Unix
May 13 at 14:43
You are purging the information of where the program can be found (the PPA). You are not purging the program name itself.
â WinEunuuchs2Unix
May 13 at 14:43
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
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
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
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
add a comment |Â
up vote
0
down vote
accepted
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
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
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
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
answered May 13 at 14:46
WinEunuuchs2Unix
34.9k758132
34.9k758132
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1035677%2funinstalling-netspeed-indicator%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
You are purging the information of where the program can be found (the PPA). You are not purging the program name itself.
â WinEunuuchs2Unix
May 13 at 14:43