How to Install and Uninstall dotnet.src Package on Oracle Linux 8
Last updated: November 23,2024
1. Install "dotnet.src" package
This guide covers the steps necessary to install dotnet.src on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
dotnet.src
Copied
2. Uninstall "dotnet.src" package
Please follow the guidelines below to uninstall dotnet.src on Oracle Linux 8:
$
sudo dnf remove
dotnet.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the dotnet.src package on Oracle Linux 8
Last metadata expiration check: 7:00:21 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : dotnet
Version : 2.1.526
Release : 1.el8_4
Architecture : src
Size : 1.2 G
Source : None
Repository : ol8_appstream
Summary : .NET Core CLI tools and runtime
URL : https://github.com/dotnet/
License : MIT and ASL 2.0 and BSD
Description : .NET Core is a fast, lightweight and modular platform for creating
: cross platform applications that work on Linux, macOS and Windows.
:
: It particularly focuses on creating console applications, web
: applications and micro-services.
:
: .NET Core contains a runtime conforming to .NET Standards a set of
: framework libraries, an SDK containing compilers and a 'dotnet'
: application to drive everything.
Available Packages
Name : dotnet
Version : 2.1.526
Release : 1.el8_4
Architecture : src
Size : 1.2 G
Source : None
Repository : ol8_appstream
Summary : .NET Core CLI tools and runtime
URL : https://github.com/dotnet/
License : MIT and ASL 2.0 and BSD
Description : .NET Core is a fast, lightweight and modular platform for creating
: cross platform applications that work on Linux, macOS and Windows.
:
: It particularly focuses on creating console applications, web
: applications and micro-services.
:
: .NET Core contains a runtime conforming to .NET Standards a set of
: framework libraries, an SDK containing compilers and a 'dotnet'
: application to drive everything.