How To Install NetworkManager-strongswan-gnome on Fedora 36

In this tutorial we learn how to install NetworkManager-strongswan-gnome in Fedora 36. NetworkManager-strongswan-gnome is NetworkManager VPN plugin for strongswan - GNOME files

Introduction

In this tutorial we learn how to install NetworkManager-strongswan-gnome on Fedora 36.

What is NetworkManager-strongswan-gnome

This package contains software for integrating the strongSwan IPSec VPN with the graphical desktop.

We can use yum or dnf to install NetworkManager-strongswan-gnome on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install NetworkManager-strongswan-gnome.

Install NetworkManager-strongswan-gnome on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install NetworkManager-strongswan-gnome using dnf by running the following command:

sudo dnf -y install NetworkManager-strongswan-gnome

Install NetworkManager-strongswan-gnome on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install NetworkManager-strongswan-gnome using yum by running the following command:

sudo yum -y install NetworkManager-strongswan-gnome

How To Uninstall NetworkManager-strongswan-gnome on Fedora 36

To uninstall only the NetworkManager-strongswan-gnome package we can use the following command:

sudo dnf remove NetworkManager-strongswan-gnome

NetworkManager-strongswan-gnome Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/0b54e6d70985a26723960fe5fa906c6edaf3a6
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/ed7773b6a463b375a00ad7662d81cf9a56b21a
/usr/lib/NetworkManager/nm-strongswan-auth-dialog
/usr/lib64/NetworkManager/libnm-vpn-plugin-strongswan.so
/usr/share/gnome-vpn-properties/strongswan
/usr/share/gnome-vpn-properties/strongswan/nm-strongswan-dialog.ui
/usr/share/metainfo/NetworkManager-strongswan.metainfo.xml

References

Summary

In this tutorial we learn how to install NetworkManager-strongswan-gnome on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).