How to Install and Uninstall darcs.x86_64 Package on Oracle Linux 9

Last updated: September 21,2024

1. Install "darcs.x86_64" package

Please follow the step by step instructions below to install darcs.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install darcs.x86_64

2. Uninstall "darcs.x86_64" package

Please follow the guidelines below to uninstall darcs.x86_64 on Oracle Linux 9:

$ sudo dnf remove darcs.x86_64 $ sudo dnf autoremove

3. Information about the darcs.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:15:08 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : darcs
Version : 2.16.5
Release : 36.el9
Architecture : x86_64
Size : 5.1 M
Source : darcs-2.16.5-36.el9.src.rpm
Repository : epel
Summary : A distributed, interactive, smart revision control system
URL : https://hackage.haskell.org/package/darcs
License : GPLv2+
Description : Darcs is a distributed, interactive, smart revision control system.
: Darcs is easy to learn and efficient to use because it asks you questions
: in response to simple commands, giving you choices in your workflow.
: You can choose to record one change in a file, while ignoring another.
: You can review each patch as you update from upstream.
: Originally developed by physicist David Roundy,
: darcs is based on a unique algebra of patches.