How to Install and Uninstall ghc-primes Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "ghc-primes" package

Please follow the guidelines below to install ghc-primes on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-primes

2. Uninstall "ghc-primes" package

This tutorial shows how to uninstall ghc-primes on openSuSE Tumbleweed:

$ sudo zypper remove ghc-primes

3. Information about the ghc-primes package on openSuSE Tumbleweed

Information for package ghc-primes:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-primes
Version : 0.2.1.0-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 87.2 KiB
Installed : No
Status : not installed
Source package : ghc-primes-0.2.1.0-1.6.src
Upstream URL : https://hackage.haskell.org/package/primes
Summary : Efficient, purely functional generation of prime numbers
Description :
This Haskell library provides an efficient lazy wheel sieve for prime
generation inspired by /Lazy wheel sieves and spirals of/ /primes/ by Colin
Runciman and /The Genuine Sieve of Eratosthenes/ by Melissa O'Neil.