How to Install and Uninstall dotnet3.0.src Package on Oracle Linux 8

Last updated: September 21,2024

1. Install "dotnet3.0.src" package

Please follow the guidelines below to install dotnet3.0.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install dotnet3.0.src

2. Uninstall "dotnet3.0.src" package

Please follow the steps below to uninstall dotnet3.0.src on Oracle Linux 8:

$ sudo dnf remove dotnet3.0.src $ sudo dnf autoremove

3. Information about the dotnet3.0.src package on Oracle Linux 8

Last metadata expiration check: 6:41:01 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : dotnet3.0
Version : 3.0.103
Release : 1.0.1.el8_1
Architecture : src
Size : 1.1 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.