How to Install and Uninstall librep.i686 Package on Fedora 36

Last updated: October 08,2024

1. Install "librep.i686" package

Please follow the instructions below to install librep.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install librep.i686

2. Uninstall "librep.i686" package

Please follow the steps below to uninstall librep.i686 on Fedora 36:

$ sudo dnf remove librep.i686 $ sudo dnf autoremove

3. Information about the librep.i686 package on Fedora 36

Last metadata expiration check: 0:16:31 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : librep
Version : 0.92.7
Release : 16.fc36
Architecture : i686
Size : 615 k
Source : librep-0.92.7-16.fc36.src.rpm
Repository : fedora
Summary : A lightweight Lisp environment
URL : http://sawfish.wikia.com/
License : GPLv2+
Description : This is a lightweight Lisp environment for UNIX. It contains a Lisp
: interpreter, byte-code compiler and virtual machine. Applications may
: use the Lisp interpreter as an extension language, or it may be used
: for standalone scripts.
:
: Originally inspired by Emacs Lisp, the language dialect combines many
: of the Emacs Lisp features while trying to remove some of the main
: deficiencies, with features from Common Lisp and Scheme.