How To Install dose3-tools on Fedora 36
Introduction
In this tutorial we learn how to install dose3-tools
on Fedora 36.
What is dose3-tools
Dose3 is a framework made of several OCaml libraries for managing distribution packages and their dependencies. This package contains the tools shipped with the dose3 framework for manipulating packages of various formats.
We can use yum
or dnf
to install dose3-tools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dose3-tools.
Install dose3-tools on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install dose3-tools
using dnf
by running the following command:
sudo dnf -y install dose3-tools
Install dose3-tools on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install dose3-tools
using yum
by running the following command:
sudo yum -y install dose3-tools
How To Uninstall dose3-tools on Fedora 36
To uninstall only the dose3-tools
package we can use the following command:
sudo dnf remove dose3-tools
dose3-tools Package Contents on Fedora 36
/usr/bin/apt-cudf
/usr/bin/dose-builddebcheck
/usr/bin/dose-ceve
/usr/bin/dose-challenged
/usr/bin/dose-deb-coinstall
/usr/bin/dose-distcheck
/usr/bin/dose-outdated
/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/61432db0c2254b424cc38e90f842b781bb395d
/usr/lib/.build-id/63
/usr/lib/.build-id/63/22c501d85232a80b95bc27ab0944e5bfff4a46
/usr/lib/.build-id/97
/usr/lib/.build-id/97/e0e009a064a5bdd16ae86849a7231620dd2332
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/4ab0f77383f1700800d0d85aad4be218f8547d
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/6118f1911f547587e2c678e079dbf4dfa7fa31
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/8fa8e57433a6be84ad695f442fe920713db676
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/0223489e883e8fb09edc49fc1efcb6e7b85266
/usr/share/doc/dose3-tools
/usr/share/doc/dose3-tools/apt-cudf
/usr/share/doc/dose3-tools/apt-cudf/README.cudf-solvers
/usr/share/doc/dose3-tools/apt-cudf/README.testing
/usr/share/doc/dose3-tools/apt-cudf/apt-cudf.conf
/usr/share/doc/dose3-tools/apt-external-solvers.pdf
/usr/share/doc/dose3-tools/debcheck-primer.pdf
/usr/share/licenses/dose3-tools
/usr/share/licenses/dose3-tools/COPYING
/usr/share/man/man1/apt-cudf.1.gz
/usr/share/man/man1/dose-builddebcheck.1.gz
/usr/share/man/man1/dose-ceve.1.gz
/usr/share/man/man1/dose-challenged.1.gz
/usr/share/man/man1/dose-deb-coinstall.1.gz
/usr/share/man/man1/dose-distcheck.1.gz
/usr/share/man/man1/dose-outdated.1.gz
/usr/share/man/man1/smallworld.1.gz
/usr/share/man/man1/strongdeps.1.gz
/usr/share/man/man5/apt-cudf.conf.5.gz
/usr/share/man/man8/apt-cudf-get.8.gz
References
Summary
In this tutorial we learn how to install dose3-tools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).