How to Install and Uninstall python3-sphinx-copybutton.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

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

Here is a brief guide to show you how to install python3-sphinx-copybutton.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This tutorial shows how to uninstall python3-sphinx-copybutton.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-sphinx-copybutton.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:42:56 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-sphinx-copybutton
Version : 0.5.1
Release : 1.el9
Architecture : noarch
Size : 22 k
Source : python-sphinx-copybutton-0.5.1-1.el9.src.rpm
Repository : epel
Summary : Add a copy button to code cells in Sphinx docs
URL : https://sphinx-copybutton.readthedocs.io/en/latest/
License : MIT
Description : Sphinx-copybutton does one thing: add a little "copy" button to the
: right of your code blocks. If the code block overlaps to the right of
: the text area, you can just click the button to get the whole thing.