How to Install and Uninstall thefuck.noarch Package on Oracle Linux 9

Last updated: September 19,2024

1. Install "thefuck.noarch" package

Please follow the guidance below to install thefuck.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install thefuck.noarch

2. Uninstall "thefuck.noarch" package

In this section, we are going to explain the necessary steps to uninstall thefuck.noarch on Oracle Linux 9:

$ sudo dnf remove thefuck.noarch $ sudo dnf autoremove

3. Information about the thefuck.noarch package on Oracle Linux 9

Last metadata expiration check: 0:18:43 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : thefuck
Version : 3.32
Release : 10.el9
Architecture : noarch
Size : 217 k
Source : thefuck-3.32-10.el9.src.rpm
Repository : epel
Summary : App that corrects your previous console command
URL : https://github.com/nvbn/thefuck
License : MIT
Description : This application corrects your previous console command.
: If you use BASH, you should add these lines to your .bashrc:
: alias fuck='eval $(thefuck $(fc -ln -1)); history -r'
: alias FUCK='fuck'
: For other shells please check /usr/share/doc/thefuck/README.md