switchboard-plug-network icon indicating copy to clipboard operation
switchboard-plug-network copied to clipboard

Switchboard Network Plug

Networking Settings

Packaging status Translation status

screenshot

Building and Installation

You'll need the following dependencies:

  • libgranite-7-dev
  • libnm-dev
  • libnma-gtk4-dev
  • libswitchboard-3-dev
  • meson
  • valac

Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install

ninja install