How to Install and Uninstall python3-sphinx-panels.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-sphinx-panels.noarch" package

This tutorial shows how to install python3-sphinx-panels.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-sphinx-panels.noarch

2. Uninstall "python3-sphinx-panels.noarch" package

Please follow the guidance below to uninstall python3-sphinx-panels.noarch on Fedora 34:

$ sudo dnf remove python3-sphinx-panels.noarch $ sudo dnf autoremove

3. Information about the python3-sphinx-panels.noarch package on Fedora 34

Last metadata expiration check: 2:21:07 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-sphinx-panels
Version : 0.6.0
Release : 2.fc34
Architecture : noarch
Size : 94 k
Source : python-sphinx-panels-0.6.0-2.fc34.src.rpm
Repository : updates
Summary : Sphinx extension for creating panels in a grid layout
URL : https://github.com/executablebooks/sphinx-panels
License : MIT
Description : A sphinx extension for creating document components optimized for HTML+CSS.
:
: - The panels directive creates panels of content in a grid layout, utilizing
: both the Bootstrap 4 grid system, and cards layout.
: - The link-button directive creates a click-able button, linking to a URL or
: reference, and can also be used to make an entire panel click-able.
: - The dropdown directive creates toggle-able content.
: - The tabbed directive creates tabbed content.
: - opticon and fa (fontawesome) roles allow for inline icons to be added.