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

Last updated: October 06,2024

1. Install "idris.x86_64" package

Please follow the guidance below to install idris.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install idris.x86_64

2. Uninstall "idris.x86_64" package

This is a short guide on how to uninstall idris.x86_64 on Fedora 36:

$ sudo dnf remove idris.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:48:16 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : idris
Version : 1.3.4
Release : 3.fc36
Architecture : x86_64
Size : 19 M
Source : idris-1.3.4-3.fc36.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.