How to Install and Uninstall aspnetcore-runtime-8.0.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: September 21,2024

1. Install "aspnetcore-runtime-8.0.x86_64" package

Please follow the step by step instructions below to install aspnetcore-runtime-8.0.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install aspnetcore-runtime-8.0.x86_64

2. Uninstall "aspnetcore-runtime-8.0.x86_64" package

Learn how to uninstall aspnetcore-runtime-8.0.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove aspnetcore-runtime-8.0.x86_64 $ sudo dnf autoremove

3. Information about the aspnetcore-runtime-8.0.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:02:58 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : aspnetcore-runtime-8.0
Version : 8.0.2
Release : 2.el8_9
Architecture : x86_64
Size : 8.0 M
Source : dotnet8.0-8.0.102-2.el8_9.src.rpm
Repository : ubi-8-appstream-rpms
Summary : ASP.NET Core 8.0 runtime
URL : https://github.com/dotnet/
License : 0BSD AND Apache-2.0 AND (Apache-2.0 WITH LLVM-exception) AND APSL-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND BSL-1.0 AND bzip2-1.0.6 AND CC0-1.0 AND CC-BY-3.0 AND CC-BY-4.0 AND CC-PDDC AND CNRI-Python AND EPL-1.0 AND GPL-2.0-only AND (GPL-2.0-only WITH GCC-exception-2.0) AND GPL-2.0-or-later AND GPL-3.0-only AND ICU AND ISC AND LGPL-2.1-only AND LGPL-2.1-or-later AND LicenseRef-Fedora-Public-Domain AND LicenseRef-ISO-8879 AND MIT AND MIT-Wu AND MS-PL AND MS-RL AND NCSA AND OFL-1.1 AND OpenSSL AND Unicode-DFS-2015 AND Unicode-DFS-2016 AND W3C-19980720 AND X11 AND Zlib
Description : The ASP.NET Core runtime contains everything needed to run .NET
: web applications. It includes a high performance Virtual Machine as
: well as the framework libraries used by .NET applications.
:
: ASP.NET Core is a fast, lightweight and modular platform for creating
: cross platform web applications that work on Linux, Mac and Windows.
:
: It particularly focuses on creating console applications, web
: applications and micro-services.