How to Install and Uninstall ghc-network Package on openSUSE Leap
Last updated: November 07,2024
1. Install "ghc-network" package
Please follow the guidance below to install ghc-network on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-network
Copied
2. Uninstall "ghc-network" package
This is a short guide on how to uninstall ghc-network on openSUSE Leap:
$
sudo zypper remove
ghc-network
Copied
3. Information about the ghc-network package on openSUSE Leap
Information for package ghc-network:
------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : ghc-network
Version : 3.1.4.0-150500.3.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 927.4 KiB
Installed : No
Status : not installed
Source package : ghc-network-3.1.4.0-150500.3.3.1.src
Upstream URL : https://hackage.haskell.org/package/network
Summary : Low-level networking interface
Description :
This package provides a low-level networking interface.
=== High-Level Packages Other packages provide higher level interfaces:
* connection * hookup * network-simple
=== Extended Packages 'network' seeks to provide a cross-platform core for
networking. As such some APIs live in extended libraries. Packages in the
'network' ecosystem are often prefixed with 'network-'.
==== 'network-bsd' In 'network-3.0.0.0' the 'Network.BSD' module was split off
into its own package, 'network-bsd-3.0.0.0'.
==== 'network-uri' In 'network-2.6' the 'Network.URI' module was split off into
its own package, 'network-uri-2.6'. If you're using the 'Network.URI' module
you can automatically get it from the right package by adding this to your
'.cabal' file:
> library > build-depends: network-uri-flag.
------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : ghc-network
Version : 3.1.4.0-150500.3.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 927.4 KiB
Installed : No
Status : not installed
Source package : ghc-network-3.1.4.0-150500.3.3.1.src
Upstream URL : https://hackage.haskell.org/package/network
Summary : Low-level networking interface
Description :
This package provides a low-level networking interface.
=== High-Level Packages Other packages provide higher level interfaces:
* connection * hookup * network-simple
=== Extended Packages 'network' seeks to provide a cross-platform core for
networking. As such some APIs live in extended libraries. Packages in the
'network' ecosystem are often prefixed with 'network-'.
==== 'network-bsd' In 'network-3.0.0.0' the 'Network.BSD' module was split off
into its own package, 'network-bsd-3.0.0.0'.
==== 'network-uri' In 'network-2.6' the 'Network.URI' module was split off into
its own package, 'network-uri-2.6'. If you're using the 'Network.URI' module
you can automatically get it from the right package by adding this to your
'.cabal' file:
> library > build-depends: network-uri-flag.