Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Setup] Problemas con ejecución Rider Ubuntu 22.04 #16

Open
felipecs13 opened this issue Apr 4, 2023 · 2 comments
Open

[Setup] Problemas con ejecución Rider Ubuntu 22.04 #16

felipecs13 opened this issue Apr 4, 2023 · 2 comments

Comments

@felipecs13
Copy link

image
Buenos días, mi segundo computador que es un notebook con SO Linux está teniendo problemas al correr los archivos y no he podido usarlo para el curso. Segui esta guia de instalación https://www.jetbrains.com/help/rider/Installation_guide.html#standalone y tengo esta version de dotnet
image
No se como solucionar el problema que me da al principio, no me deja ni cargar los poryectos. Saludos!

@RodrigoToroIcarte
Copy link
Owner

Hola!

Yo instalé Rider en Ubuntu 20.04 y ni un problema. Después actualicé a Ubuntu 22.04 y todo murió XD. Luego de buscar harto encontré esta respuesta que hizo que todo funcionara:
dotnet/core#7699

En mi caso, los comandos que me sirvieron fueron los siguientes (dime si eso soluciona tu problema):


You may want to switch to using the .NET 6 package available in Jammy after installing .NET 6 from PMC.

Do the following:

Remove all .NET packages
sudo apt remove dotnet*
sudo apt remove aspnetcore*

Delete PMC repository from APT, using any of the typical methods, for instance by deleting the repo .list file
sudo rm /etc/apt/sources.list.d/microsoft-prod.list

Update APT
sudo apt update

Install .NET SDK 6.0
sudo apt install dotnet-sdk-6.0

@felipecs13
Copy link
Author

Me funciono! Muchas gracias!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants