This package browser is in early development. Mind the rough edges.

network-manager

Network connection manager

NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services.

Installation

Install the latest version of network-manager as follows:

guix install network-manager

Or install a particular version:

guix install network-manager@1.52.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of network-manager about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/network-manager'><img src='https://packages.guix.gnu.org/packages/network-manager/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/network-manager/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/network-manager)

Example Org:

[[https://packages.guix.gnu.org/packages/network-manager][https://packages.guix.gnu.org/packages/network-manager/badges/latest-version.svg]]