How to Install and Uninstall idris.x86_64 Package on Fedora 34

Last updated: June 29,2024

1. Install "idris.x86_64" package

In this section, we are going to explain the necessary steps to install idris.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install idris.x86_64

2. Uninstall "idris.x86_64" package

Please follow the guidelines below to uninstall idris.x86_64 on Fedora 34:

$ sudo dnf remove idris.x86_64 $ sudo dnf autoremove

3. Information about the idris.x86_64 package on Fedora 34

Last metadata expiration check: 5:34:25 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : idris
Version : 1.3.3
Release : 3.fc34
Architecture : x86_64
Size : 18 M
Source : idris-1.3.3-3.fc34.src.rpm
Repository : fedora
Summary : Functional Programming Language with Dependent Types
URL : https://hackage.haskell.org/package/idris
License : BSD
Description : Idris is a general purpose language with full dependent types. It is compiled,
: with eager evaluation. Dependent types allow types to be predicated on values,
: meaning that some aspects of a program's behaviour can be specified precisely
: in the type. The language is closely related to Epigram and Agda.
: There is a tutorial at .
: Features include:
:
: * Full, first class, dependent types with dependent pattern matching
: * where clauses, with rule, case expressions, pattern matching let and
: lambda bindings
: * Interfaces (similar to type classes), monad comprehensions
: * do notation, idiom brackets, syntactic conveniences for lists, tuples,
: dependent pairs
: * Totality checking
: * Coinductive types
: * Indentation significant syntax, extensible syntax
: * Cumulative universes
: * Simple foreign function interface (to C)
: * Hugs style interactive environment.