How to Install and Uninstall mono-cecil.x86_64 Package on Fedora 34

Last updated: July 05,2024

1. Install "mono-cecil.x86_64" package

Please follow the steps below to install mono-cecil.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install mono-cecil.x86_64

2. Uninstall "mono-cecil.x86_64" package

This tutorial shows how to uninstall mono-cecil.x86_64 on Fedora 34:

$ sudo dnf remove mono-cecil.x86_64 $ sudo dnf autoremove

3. Information about the mono-cecil.x86_64 package on Fedora 34

Last metadata expiration check: 5:49:23 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mono-cecil
Version : 0.10.4
Release : 4.fc34
Architecture : x86_64
Size : 301 k
Source : mono-cecil-0.10.4-4.fc34.src.rpm
Repository : fedora
Summary : Library to generate and inspect programs and libraries in the ECMA CIL form
URL : http://www.mono-project.com/Cecil
License : MIT
Description : Cecil is a library written by Jb Evain to generate and inspect programs and
: libraries in the ECMA CIL format. It has full support for generics, and support
: some debugging symbol format.
:
: In simple English, with Cecil, you can load existing managed assemblies, browse
: all the contained types, modify them on the fly and save back to the disk the
: modified assembly.
:
: Today it is used by the Mono Debugger, the bug-finding and compliance checking
: tool Gendarme, MoMA, DB4O, as well as many other tools.