How to Install and Uninstall python3-pyfg Package on openSUSE Leap

Last updated: May 08,2024

1. Install "python3-pyfg" package

Please follow the guidance below to install python3-pyfg on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pyfg

2. Uninstall "python3-pyfg" package

This tutorial shows how to uninstall python3-pyfg on openSUSE Leap:

$ sudo zypper remove python3-pyfg

3. Information about the python3-pyfg package on openSUSE Leap

Information for package python3-pyfg:
-------------------------------------
Repository : Main Repository
Name : python3-pyfg
Version : 0.50-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 95.9 KiB
Installed : No
Status : not installed
Source package : python-pyfg-0.50-bp155.2.12.src
Upstream URL : https://github.com/spotify/pyfg
Summary : Python API for fortigate
Description :
This API allows interacting with a device running FortiOS.
With this API, one can:
* Connect to the device, retrieve the running config (the entire config or
some blocks) and build a model
* Build the same model from a file
* Do changes in the candidate configuration locally
* Create a candidate configuration from a file
* Do a diff between the running config and the local candidate config
* Generate the necessary commands to go from the running configuration to
the candidate configuration