How to Install and Uninstall ghc-text-ansi Package on openSuSE Tumbleweed

Last updated: June 03,2024

1. Install "ghc-text-ansi" package

Please follow the instructions below to install ghc-text-ansi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-text-ansi

2. Uninstall "ghc-text-ansi" package

Here is a brief guide to show you how to uninstall ghc-text-ansi on openSuSE Tumbleweed:

$ sudo zypper remove ghc-text-ansi

3. Information about the ghc-text-ansi package on openSuSE Tumbleweed

Information for package ghc-text-ansi:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-text-ansi
Version : 0.3.0.1-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 363.4 KiB
Installed : No
Status : not installed
Source package : ghc-text-ansi-0.3.0.1-1.4.src
Upstream URL : https://hackage.haskell.org/package/text-ansi
Summary : Text styling for ANSI terminals
Description :
Text styling for ANSI terminals using SGR codes, as defined by the
ECMA-48> standard.
Supports foreground/background color, bold/faint intensity, italic,
single/double underline, strikethrough, frame, encircle, and overline escape
sequences. Some styles may not work on your terminal.
Also features terminal detection, so redirecting styled output to a file will
automatically strip the ANSI escape sequences.