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

Last updated: October 06,2024

1. Install "dotnet3.1.src" package

This guide let you learn how to install dotnet3.1.src on Oracle Linux 8

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

2. Uninstall "dotnet3.1.src" package

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

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

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

Last metadata expiration check: 2:11:37 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : dotnet3.1
Version : 3.1.422
Release : 1.0.1.el8_6
Architecture : src
Size : 192 M
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.