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

How to install CodeProject on Ubuntu 22.04, with the proper SDK version #117

Closed
koopernick opened this issue Jun 22, 2024 · 2 comments
Closed

Comments

@koopernick
Copy link

Hello,

Codeproject installer requires "apt-get install dotnet-sdk-7.0", but that version is no longer available on Ubuntu 22.04.

I tried to install the outdated version manually 7.0.410, but the installer stilll doesn't work and try to install "apt-get install dotnet-sdk-7.0", which doesn't exist.

Checking for .NET 7.0.../usr/bin/codeproject.ai-server-2.6.5/SDK/Scripts/utils.sh: line 587: dotnet: command not found
Upgrading: .NET is (None)
Already added link to .bashrc
/usr/bin/codeproject.ai-server-2.6.5/SDK/Scripts/utils.sh: line 542: dotnet: command not found
.NET was not installed correctly. You may need to run the following:
# Remove all .NET packages
sudo apt-get remove 'dotnet*'
sudo apt-get remove 'aspnetcore*'
# Delete PMC repository from APT, by deleting the repo .list file
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
sudo apt-get update
# Install .NET SDK
sudo apt-get install dotnet-sdk-7.0

Processing CodeProject.AI Server


Processing Included CodeProject.AI Server Modules


Reading module settings.......done
Processing module

This module cannot be installed on this system

How do I install Codeproject on Ubuntu 22.04 ? What specific version of the SDK do you require ?

Thank you.

@Tschak77
Copy link

apt install -y software-properties-common
add-apt-repository ppa:dotnet/backports
apt install -y dotnet-sdk-7.0

I'm running this and it also works for 24.04

@koopernick
Copy link
Author

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