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

Last updated: September 29,2024

1. Install "drbdlinks.noarch" package

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

$ sudo dnf update $ sudo dnf install drbdlinks.noarch

2. Uninstall "drbdlinks.noarch" package

Learn how to uninstall drbdlinks.noarch on Fedora 38:

$ sudo dnf remove drbdlinks.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:23:23 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : drbdlinks
Version : 1.29
Release : 8.fc38
Architecture : noarch
Size : 31 k
Source : drbdlinks-1.29-8.fc38.src.rpm
Repository : fedora
Summary : Program for managing links into a DRBD shared partition
URL : https://www.tummy.com/software/drbdlinks/
License : GPLv2
Description : The drbdlinks program manages links into a DRBD partition which is shared
: among several machines. A simple configuration file, "/etc/drbdlinks.conf",
: specifies the links. This can be used to manage e.g. links for /etc/httpd,
: /var/lib/pgsql and other system directories that need to appear as if they
: are local to the system when running applications after the drbd shared
: partition has been mounted.
:
: When running drbdlinks with "start" as the mode, drbdlinks will rename the
: existing files/directories and then make symbolic links into the DRBD
: partition, "stop" does the reverse. By default, rename appends ".drbdlinks"
: to the name, but this can be overridden.