1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: rinse
Maintainer: Thomas Lange <lange@debian.org>
Section: admin
Priority: optional
Standards-Version: 4.7.2
Build-Depends: debhelper-compat (= 12)
Vcs-Git: https://salsa.debian.org/debian/rinse.git
Vcs-Browser: https://salsa.debian.org/debian/rinse
Package: rinse
Architecture: all
Depends: wget, libterm-size-perl, libwww-perl, perl, rpm, cpio, rpm2cpio, ${misc:Depends}
Description: RPM installation environment
This is a tool for bootstrapping a basic RPM-based distribution of
GNU/Linux.
.
It is comparable in purpose to the standard Debian debootstrap utility,
but works upon RPM-based distributions instead.
.
Rinse can setup 32 and 64-bit installations of:
* Rocky Linux
* CentOS
* Fedora
* OpenSUSE
|