How to Install network-manager in Ubuntu 18.04



Install network-manager by entering the following commands in the terminal:

sudo apt update
sudo apt install network-manager

Description:

network management framework (daemon and userspace tools)

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. . This package provides the userspace daemons and a command line interface to interact with NetworkManager. . Optional dependencies: * avahi-autoipd: Used for IPv4LL, a protocol for automatic Link-Local IP address configuration. * ppp: Required for establishing dial-up connections (e.g. via GSM). * dnsmasq-base/iptables: Required for creating Ad-hoc connections and connection sharing. * libteam-utils: Network Team driver allows multiple network interfaces to be teamed together and act like a single one. This process is called "ethernet bonding", "channel teaming" or "link aggregation".

Homepage: https://wiki.gnome.org/Projects/NetworkManager

Version: 1.10.6-2ubuntu1

Section: net