How to Install and Uninstall conan.noarch Package on Fedora 38

Last updated: September 25,2024

1. Install "conan.noarch" package

This tutorial shows how to install conan.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install conan.noarch

2. Uninstall "conan.noarch" package

Learn how to uninstall conan.noarch on Fedora 38:

$ sudo dnf remove conan.noarch $ sudo dnf autoremove

3. Information about the conan.noarch package on Fedora 38

Last metadata expiration check: 3:47:15 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : conan
Version : 2.0.8
Release : 1.fc38
Architecture : noarch
Size : 1.1 M
Source : conan-2.0.8-1.fc38.src.rpm
Repository : updates
Summary : Open-source C/C++ package manager
URL : https://github.com/conan-io/conan
License : MIT
Description : Conan is a package manager for C and C++ developers.
:
: It is fully decentralized. Users can host their packages on their servers,
: privately. Integrates with Artifactory and Bintray.
:
: Works across all platforms, including Linux, OSX, Windows (with native and
: first-class support, WSL, MinGW), Solaris, FreeBSD, embedded and
: cross-compiling, docker, WSL.
:
: It can create, upload and download binaries for any configuration and
: platform, even cross-compiling, saving lots of time in development and
: continuous integration. The binary compatibility can be configured and
: customized. Manage all your artifacts in the same way on all platforms.
:
: Integrates with any build system. Provides tested support for major build
: systems (CMake, MSBuild, Makefiles, Meson, etc).
:
: Its python based recipes, together with extensions points allows for great
: power and flexibility.
:
: Large and active community, especially in Github and Slack. This community
: also creates and maintains packages in ConanCenter and Bincrafters
: repositories in Bintray.