-
Notifications
You must be signed in to change notification settings - Fork 446
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
Error when install dotnet/core/aspnet:3.1 on CentOS 8 - Folder [/usr/share/dotnet/host/fxr] does not contain any version-numbered child folders #9254
Comments
Same result for me as well. With aspnetcore-runtime-5.0.x86_64 installed. |
Can you list the complete steps you took and the output? It's unusual that When I install in a fresh CentOS 8 Docker container, it works fine for me: (using Docker just because it's an easy way to get a clean machine)
|
Old issue triage: known issue when mixing source built and Microsoft built Linux. We've improved things in 9 a bit for that. |
Like as dotnet/dotnet-docker#1537
but I have same error on CenOS 8 (not Docker) on standalone machine.
Clean new CentOS 8 with latest updates on 23 dec 2020.
in console:
sudo dnf install aspnetcore-runtime-3.1
- OKdotnet
- OK (shows using manual)dotnet --info
- error:A fatal error occurred, the folder [/usr/share/dotnet/host/fxr] does not contain any version-numbered child folders
dotnet --list-runtimes
- error:A fatal error occurred, the folder [/usr/share/dotnet/host/fxr] does not contain any version-numbered child folders
dotnet *.dll
- error:A fatal error occurred, the folder [/usr/share/dotnet/host/fxr] does not contain any version-numbered child folders
the folder
/usr/share/dotnet/host/fxr
is really empty. Trying to install SDK - no effectThe text was updated successfully, but these errors were encountered: