C
C#8mo ago
Thinker

✅ Installing .NET on Ubuntu

So just installed .NET on Ubuntu through Snap, and am getting this warning
An issue was encountered verifying workloads. For more information, run "dotnet workload update".
An issue was encountered verifying workloads. For more information, run "dotnet workload update".
and when running dotnet workload update
Unhandled exception: System.IO.IOException: Read-only file system : '/snap/dotnet-sdk/228/metadata'
Unhandled exception: System.IO.IOException: Read-only file system : '/snap/dotnet-sdk/228/metadata'
idk what to do to solve this
10 Replies
Unknown User
Unknown User8mo ago
Message Not Public
Sign In & Join Server To View
Thinker
Thinker8mo ago
I couldn't find .NET 8 on apt dotnet-sdk-7.0 exists, but not 8
Unknown User
Unknown User8mo ago
Message Not Public
Sign In & Join Server To View
TheRanger
TheRanger8mo ago
maybe you need to update ur apt? in arch atleast, i updated pacman in order to find dotnet 8
Unknown User
Unknown User8mo ago
Message Not Public
Sign In & Join Server To View
Thinker
Thinker8mo ago
How do you add the MS feed then?
Unknown User
Unknown User8mo ago
Message Not Public
Sign In & Join Server To View
Thinker
Thinker8mo ago
great, now it's not letting me use sudo catlost
Unknown User
Unknown User8mo ago
Message Not Public
Sign In & Join Server To View
Thinker
Thinker8mo ago
okay now I can install the dotnet-sdk-8.0 package everything works. thanks
Want results from more Discord servers?
Add your server
More Posts
Using reflection to build a dictionary of methods -> attributes at runtimeI'd like the following setup to work: ```cs [Request(GET, "/something/{0}")] public static async TaEF/Linq Left joining two tables after filtering the first tableI need to perform left join Table1 on Table2, before I do that I have to filter table1 records with WPF Custom controls/User controls binding issues and total confusionneed to create a reusable WPF control for displaying plugin settings. There is a defined set of settEF/Linq select all columns of main table, but only some cols of joined table?I find myself often wanting to select all of a table, but very limited columns of joined tables. IsX:Bind not working troubleI'm trying to bind some text into my textblock from another document but I can't manage to do it, c✅ Caesar Cipher Code Not Returning AnythingThis is my code. I'm not understanding why, when I build this, nothing is outputted to the Console. ✅ Where to store sensitive information when deploying to the production?Hello everyone, When developing an application locally, we will store all the sensitive information Attempting to get the file name from a REST api download linkI have a method that that recive a zip file from a REST api download link. However, the method that first time text adventureI started writing some code (based on my classmates' and chat gpt's assistance) because I wanted to Backend For Frontend Deployment on AzureAnyone got experience deploying a Backend For Frontend Project (Vue.js with ASP.NET Core) on Azure?