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

Last updated: July 03,2024

1. Install "librep.i686" package

Learn how to install librep.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install librep.i686

2. Uninstall "librep.i686" package

Please follow the guidelines below to uninstall librep.i686 on Fedora 34:

$ sudo dnf remove librep.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:44:29 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : librep
Version : 0.92.7
Release : 13.fc34
Architecture : i686
Size : 621 k
Source : librep-0.92.7-13.fc34.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.