Merge pull request #3141 from kenrmayfield/develop

Updates 4/6/2025: FreeBSD Section - Glances - An Eye on your System
This commit is contained in:
Nicolas Hennion
2025-04-10 13:42:21 +02:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
===============================
Glances - An eye on your system
Glances - An Eye on your System
===============================
| |pypi| |test| |contributors| |quality|
@@ -292,16 +292,45 @@ higher, the path to the statics file is configurable (see ``issue2612``).
FreeBSD
-------
To install the binary package:
Glances Binary Package Versions and Python Versions( pyXY-glances) per System Architecture for FreeBSD as of: 08 Mar 2025 04:05:21
.. image:: https://i.postimg.cc/DzRrj8T1/glancespackageversionforfreebsd.png
Identify the Python Version Installed:
.. code-block:: console
# Check for Python Version 2:
# python -V
# Alternative Command: python --version
.. code-block:: console
# Check for Python Version 3:
# python3 -V
# Alternative Command: python3 --version
To install the Glances Binary Package:
.. code-block:: console
# pkg install pyXY-glances
Where X and Y are the major and minor value of your Python system.
Example for Python 3.11.3 use py311-glances.
Where X and Y are the Major and Minor Values of your Python System.
To install Glances from ports:
.. code-block:: console
# Example for Python 3.11.3: pkg install py311-glances
**NOTE:** Check Glances Binary Package Version for your System Architecture.
You must have the Correct Python Version Installed which corresponds to the Glances Binary Package.
To install Glances from Ports:
.. code-block:: console