How To Install reprepro on Fedora 36
Introduction
In this tutorial we learn how to install reprepro
on Fedora 36.
What is reprepro
reprepro is a tool to manage a repository of Debian packages (.deb). It stores files either being injected manually or downloaded from some other repository (partially) mirrored into one pool/ hierarchy. Managed packages and files are stored in a Berkeley DB, so no database server is needed. Checking signatures of mirrored repositories and creating signatures of the generated Package indexes is supported.
We can use yum
or dnf
to install reprepro
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install reprepro.
Install reprepro 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 reprepro
using dnf
by running the following command:
sudo dnf -y install reprepro
Install reprepro 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 reprepro
using yum
by running the following command:
sudo yum -y install reprepro
How To Uninstall reprepro on Fedora 36
To uninstall only the reprepro
package we can use the following command:
sudo dnf remove reprepro
reprepro Package Contents on Fedora 36
/usr/bin/changestool
/usr/bin/reprepro
/usr/bin/rredtool
/usr/lib/.build-id
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/4ec590daa4968b2f6d9a732e589659ddea88f4
/usr/lib/.build-id/63
/usr/lib/.build-id/63/46f70c6fb85334b16ec30a6065fae3ac988b5f
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/c1e19807e8bfd7782c471ce043604102b772f5
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/reprepro
/usr/share/doc/reprepro
/usr/share/doc/reprepro/AUTHORS
/usr/share/doc/reprepro/NEWS
/usr/share/doc/reprepro/README
/usr/share/doc/reprepro/docs
/usr/share/doc/reprepro/docs/FAQ
/usr/share/doc/reprepro/docs/bzip.example
/usr/share/doc/reprepro/docs/changelogs.example
/usr/share/doc/reprepro/docs/copybyhand.example
/usr/share/doc/reprepro/docs/di.example
/usr/share/doc/reprepro/docs/di.example/DI-filter.sh
/usr/share/doc/reprepro/docs/di.example/README
/usr/share/doc/reprepro/docs/di.example/distributions
/usr/share/doc/reprepro/docs/di.example/updates
/usr/share/doc/reprepro/docs/manual.html
/usr/share/doc/reprepro/docs/outsftphook.py
/usr/share/doc/reprepro/docs/outstore.py
/usr/share/doc/reprepro/docs/pdiff.example
/usr/share/doc/reprepro/docs/recovery
/usr/share/doc/reprepro/docs/sftp.py
/usr/share/doc/reprepro/docs/short-howto
/usr/share/doc/reprepro/docs/xz.example
/usr/share/licenses/reprepro
/usr/share/licenses/reprepro/COPYING
/usr/share/man/man1/changestool.1.gz
/usr/share/man/man1/reprepro.1.gz
/usr/share/man/man1/rredtool.1.gz
/usr/share/zsh
/usr/share/zsh/site-functions
/usr/share/zsh/site-functions/_reprepro
References
Summary
In this tutorial we learn how to install reprepro
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).