0

I installed Ubuntu 24.04.1 on my HP laptop with the basic set of software. There is no Networking icon on screen. I tried installing Network Manager but don't know how to access its GUI.

1 Answers1

-1
  1. Install the needed package:
sudo add-apt-repository universe
sudo apt update
sudo apt install plasma-nm
  • If you are using another desktop environment (e.g., Gnome Shell, Cinnamon, XFCE...) install network-manager-gnome.
sudo apt update
sudo apt install network-manager-gnome
  1. Then, restart your desktop environment.