How to Install and Uninstall ghc-filepath-bytestring Package on openSUSE Leap
Last updated: November 08,2024
1. Install "ghc-filepath-bytestring" package
Learn how to install ghc-filepath-bytestring on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-filepath-bytestring
Copied
2. Uninstall "ghc-filepath-bytestring" package
Please follow the step by step instructions below to uninstall ghc-filepath-bytestring on openSUSE Leap:
$
sudo zypper remove
ghc-filepath-bytestring
Copied
3. Information about the ghc-filepath-bytestring package on openSUSE Leap
Information for package ghc-filepath-bytestring:
------------------------------------------------
Repository : Main Repository
Name : ghc-filepath-bytestring
Version : 1.4.2.1.9-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 265.3 KiB
Installed : No
Status : not installed
Source package : ghc-filepath-bytestring-1.4.2.1.9-bp155.2.14.src
Upstream URL : https://hackage.haskell.org/package/filepath-bytestring
Summary : Library for manipulating RawFilePaths in a cross platform way
Description :
This package provides functionality for manipulating 'RawFilePath' values.
It can be used as a drop in replacement for the filepath library to get the
benefits of using ByteStrings. It provides three modules:
* "System.FilePath.Posix.ByteString" manipulates POSIX/Linux style
'RawFilePath' values (with '/' as the path separator).
* "System.FilePath.Windows.ByteString" manipulates Windows style 'RawFilePath'
values (with either '\' or '/' as the path separator, and deals with drives).
* "System.FilePath.ByteString" is an alias for the module appropriate to your
platform.
All three modules provide the same API, and the same documentation (calling out
differences in the different variants).
------------------------------------------------
Repository : Main Repository
Name : ghc-filepath-bytestring
Version : 1.4.2.1.9-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 265.3 KiB
Installed : No
Status : not installed
Source package : ghc-filepath-bytestring-1.4.2.1.9-bp155.2.14.src
Upstream URL : https://hackage.haskell.org/package/filepath-bytestring
Summary : Library for manipulating RawFilePaths in a cross platform way
Description :
This package provides functionality for manipulating 'RawFilePath' values.
It can be used as a drop in replacement for the filepath library to get the
benefits of using ByteStrings. It provides three modules:
* "System.FilePath.Posix.ByteString" manipulates POSIX/Linux style
'RawFilePath' values (with '/' as the path separator).
* "System.FilePath.Windows.ByteString" manipulates Windows style 'RawFilePath'
values (with either '\' or '/' as the path separator, and deals with drives).
* "System.FilePath.ByteString" is an alias for the module appropriate to your
platform.
All three modules provide the same API, and the same documentation (calling out
differences in the different variants).