How to Install and Uninstall ghc-quote-quot Package on openSuSE Tumbleweed

Last updated: June 18,2024

1. Install "ghc-quote-quot" package

Please follow the steps below to install ghc-quote-quot on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-quote-quot

2. Uninstall "ghc-quote-quot" package

Please follow the guidelines below to uninstall ghc-quote-quot on openSuSE Tumbleweed:

$ sudo zypper remove ghc-quote-quot

3. Information about the ghc-quote-quot package on openSuSE Tumbleweed

Information for package ghc-quote-quot:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-quote-quot
Version : 0.2.1.0-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 117.7 KiB
Installed : No
Status : not installed
Source package : ghc-quote-quot-0.2.1.0-1.4.src
Upstream URL : https://hackage.haskell.org/package/quote-quot
Summary : Divide without division
Description :
Generate routines for integer division, employing arithmetic and bitwise
operations only, which are __2.5x-3.5x faster__ than 'quot'. Divisors must be
known in compile-time and be positive.