problem installing dotnet cli on Ubuntu - can't remove old version of dotnet core
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I'm having a difficult time installing the latest DotNet Core CLI tools on Ubuntu 16.04. I believe it's because I have a much older version installed and I (this is embarrassing)... I don't know how to remove it.
When I enter dotnet --version
into a terminal window,
I get... 1.0.0-preview1-002702
That prevents me from using the very nice DotNet Core installation instructions here: https://www.microsoft.com/net/learn/get-started/linuxubuntu
I can follow those instructions, but at the end, I'm still left with the results from dotnet --version
equal to 1.0.0-preview1-002702
.
I'm guessing I need to use apt remove
but I don't know what name to use to remove it.
dotnet
add a comment |Â
up vote
0
down vote
favorite
I'm having a difficult time installing the latest DotNet Core CLI tools on Ubuntu 16.04. I believe it's because I have a much older version installed and I (this is embarrassing)... I don't know how to remove it.
When I enter dotnet --version
into a terminal window,
I get... 1.0.0-preview1-002702
That prevents me from using the very nice DotNet Core installation instructions here: https://www.microsoft.com/net/learn/get-started/linuxubuntu
I can follow those instructions, but at the end, I'm still left with the results from dotnet --version
equal to 1.0.0-preview1-002702
.
I'm guessing I need to use apt remove
but I don't know what name to use to remove it.
dotnet
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm having a difficult time installing the latest DotNet Core CLI tools on Ubuntu 16.04. I believe it's because I have a much older version installed and I (this is embarrassing)... I don't know how to remove it.
When I enter dotnet --version
into a terminal window,
I get... 1.0.0-preview1-002702
That prevents me from using the very nice DotNet Core installation instructions here: https://www.microsoft.com/net/learn/get-started/linuxubuntu
I can follow those instructions, but at the end, I'm still left with the results from dotnet --version
equal to 1.0.0-preview1-002702
.
I'm guessing I need to use apt remove
but I don't know what name to use to remove it.
dotnet
I'm having a difficult time installing the latest DotNet Core CLI tools on Ubuntu 16.04. I believe it's because I have a much older version installed and I (this is embarrassing)... I don't know how to remove it.
When I enter dotnet --version
into a terminal window,
I get... 1.0.0-preview1-002702
That prevents me from using the very nice DotNet Core installation instructions here: https://www.microsoft.com/net/learn/get-started/linuxubuntu
I can follow those instructions, but at the end, I'm still left with the results from dotnet --version
equal to 1.0.0-preview1-002702
.
I'm guessing I need to use apt remove
but I don't know what name to use to remove it.
dotnet
dotnet
asked Jan 29 at 4:53
user1026460
101
101
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
As is typical, I discover the solution not long after posting a request for help!
I found the solution here: https://github.com/dotnet/cli/issues/4088
To remove an older version of .NET Core, simply remove the folder you had added named "dotnet" on disk. But then you must restart your computer.
From there, you can use the instructions listed here to install the latest .NET Core https://www.microsoft.com/net/learn/get-started/linuxubuntu
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
As is typical, I discover the solution not long after posting a request for help!
I found the solution here: https://github.com/dotnet/cli/issues/4088
To remove an older version of .NET Core, simply remove the folder you had added named "dotnet" on disk. But then you must restart your computer.
From there, you can use the instructions listed here to install the latest .NET Core https://www.microsoft.com/net/learn/get-started/linuxubuntu
add a comment |Â
up vote
0
down vote
As is typical, I discover the solution not long after posting a request for help!
I found the solution here: https://github.com/dotnet/cli/issues/4088
To remove an older version of .NET Core, simply remove the folder you had added named "dotnet" on disk. But then you must restart your computer.
From there, you can use the instructions listed here to install the latest .NET Core https://www.microsoft.com/net/learn/get-started/linuxubuntu
add a comment |Â
up vote
0
down vote
up vote
0
down vote
As is typical, I discover the solution not long after posting a request for help!
I found the solution here: https://github.com/dotnet/cli/issues/4088
To remove an older version of .NET Core, simply remove the folder you had added named "dotnet" on disk. But then you must restart your computer.
From there, you can use the instructions listed here to install the latest .NET Core https://www.microsoft.com/net/learn/get-started/linuxubuntu
As is typical, I discover the solution not long after posting a request for help!
I found the solution here: https://github.com/dotnet/cli/issues/4088
To remove an older version of .NET Core, simply remove the folder you had added named "dotnet" on disk. But then you must restart your computer.
From there, you can use the instructions listed here to install the latest .NET Core https://www.microsoft.com/net/learn/get-started/linuxubuntu
answered Jan 29 at 17:54
user1026460
101
101
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%2f1000857%2fproblem-installing-dotnet-cli-on-ubuntu-cant-remove-old-version-of-dotnet-cor%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