Skip to content

JetBrains Rider

JetBrains Rider is a cross-platform .NET IDE based on the IntelliJ platform and ReSharper.

To install JetBrains Rider on AnduinOS, you can run the following commands:

url=https://download.jetbrains.com/rider/JetBrains.Rider-2024.2.2.tar.gz
wget -O /tmp/rider.tar.gz $url
#unzip /tmp/rider.tar.gz -d /opt
sudo tar -xzf /tmp/rider.tar.gz -C /opt
sudo chown -R $USER:$USER /opt/JetBrains\ Rider-2024.2.2
sudo mv /opt/JetBrains\ Rider-2024.2.2 /opt/rider
rm /tmp/rider.tar.gz
echo "[Desktop Entry]
Name=JetBrains Rider
Comment=Integrated Development Environment
Exec=/opt/rider/bin/rider.sh
Icon=/opt/rider/bin/rider.svg
Terminal=false
Type=Application
Categories=Development;IDE;" | sudo tee /usr/share/applications/jetbrains-rider.desktop

The link above may be outdated

The link above may be outdated. Please visit the official website to get the latest version.

Unable to automatically upgrade this application

The above command only installs the launcher. If you run sudo apt upgrade, it won't upgrade it automatically. You will need to manually rerun the above command to upgrade.

This is because the software provider didn't setup a repository for automatic updates. You will need to check the official website for updates.