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

Last updated: May 19,2024

1. Install "mono-cecil.x86_64" package

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

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

2. Uninstall "mono-cecil.x86_64" package

This guide covers the steps necessary to uninstall mono-cecil.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:03:59 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : mono-cecil
Version : 0.10.4
Release : 5.fc35
Architecture : x86_64
Size : 293 k
Source : mono-cecil-0.10.4-5.fc35.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.