How To Install NetworkManager-fortisslvpn-gnome on Rocky Linux 8

In this tutorial we learn how to install NetworkManager-fortisslvpn-gnome on Rocky Linux 8. NetworkManager-fortisslvpn-gnome is NetworkManager VPN plugin for SSLVPN - GNOME files

Introduction

In this tutorial we learn how to install NetworkManager-fortisslvpn-gnome on Rocky Linux 8.

What is NetworkManager-fortisslvpn-gnome

This package contains software for integrating VPN capabilities with the Fortinet compatible SSLVPN server with NetworkManager (GNOME files).

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

Install NetworkManager-fortisslvpn-gnome on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install NetworkManager-fortisslvpn-gnome

Install NetworkManager-fortisslvpn-gnome on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install NetworkManager-fortisslvpn-gnome

How To Uninstall NetworkManager-fortisslvpn-gnome on Rocky Linux 8

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

sudo dnf remove NetworkManager-fortisslvpn-gnome

NetworkManager-fortisslvpn-gnome Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/88d6b5803c57cf5f6371f56144407beb3c08c0
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/4462d6033fecfc331f8397043ee144df807a9d
/usr/lib/.build-id/85/f02ddf57b6c32333169f750a112085b7cd88c5
/usr/lib64/NetworkManager/libnm-vpn-plugin-fortisslvpn-editor.so
/usr/lib64/NetworkManager/libnm-vpn-plugin-fortisslvpn.so
/usr/libexec/nm-fortisslvpn-auth-dialog
/usr/share/appdata/network-manager-fortisslvpn.metainfo.xml

References

Summary

In this tutorial we learn how to install NetworkManager-fortisslvpn-gnome on Rocky Linux 8 using yum and dnf.