GNU/Linux Debian Enabling .NET Repo Guide
Hi! The Tutorial shows you Step-by-Step How to Add .NET Repository in Debian-Based GNU/Linux OSes.
And .NET for Debian is a Free, Cross-Platform, Open Source Developer Platform for building many different types of Applications.
Moreover, with .NET SDK you can use multiple Languages, Editors, and Libraries to build for Web, Mobile, Desktop, Games, and IoT.
So this Repo Setup is Valid for All the Debian-based Platforms like:
- Kali Linux
- Deepin Linux
- MX Linux
- antiX
- Parrot
- Netrunner
- Voyager
- SparkyLinux
- MakuluLinux
- Elive
- LMDE
- Parsix
1. Launching Terminal
Open a Terminal Shell Emulator Window:
(Press “Enter” to Execute Commands).
2. Downloading .NET Repo
Download .NET Repository for Debian GNU/Linux
Navigate to the Corresponding GNU/Linux Debian Relase.
And Grab the packages-microsoft-prod.deb Archive.
And the Debian 10 Package is valid also for Kali, MX Linux 19.x, Deepin 20.x, and all the other derivatives.
So, when uncertain about the right choice then just try with the latest one.3. Adding .NET Repo
Then to Add .NET Repository for Debian
Execute:sudo dpkg -i ~/Downloads/packages-microsoft-prod.deb
But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
This Package includes the GPG Signing Key.
Especially relevant: the Legacy Debian 8 and Below Releases are Not Supported.4. Refreshing Debian Sources
Next to Refresh Debian Apt Repo Sources
Play:sudo apt update
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.5. Installing .NET Core on Debian
Finally, to Install .NET Core SDK/Runtime for Debian