Score:0

What is proper way to upgrade .NET Core on Ubuntu Server 22.04

sr flag

I'm using this script to install .NET 7 on Ubuntu Server 22.04, these servers will be used in production

curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version latest --runtime aspnetcore --install-dir /usr/share/dotnet --channel STS

But how i will update it? What is proper and good way to do that? Just install it again and remove old package? Because at same time there will be more runtimes installed.

enter image description here

That means, because they was installed manually via that script, how to uninstall in this case 6.0.11? Because i'm not sure if this is enough and if it's proper way how to do that.

rm -rf /usr/share/dotnet/shared/Microsoft.AspNetCore.App/6.0.11
rm -rf /usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.11
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.