How To Install python3-ptyprocess on Fedora 36
Introduction
In this tutorial we learn how to install python3-ptyprocess
on Fedora 36.
What is python3-ptyprocess
Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty.
We can use yum
or dnf
to install python3-ptyprocess
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-ptyprocess.
Install python3-ptyprocess on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python3-ptyprocess
using dnf
by running the following command:
sudo dnf -y install python3-ptyprocess
Install python3-ptyprocess on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-ptyprocess
using yum
by running the following command:
sudo yum -y install python3-ptyprocess
How To Uninstall python3-ptyprocess on Fedora 36
To uninstall only the python3-ptyprocess
package we can use the following command:
sudo dnf remove python3-ptyprocess
python3-ptyprocess Package Contents on Fedora 36
/usr/lib/python3.10/site-packages/ptyprocess
/usr/lib/python3.10/site-packages/ptyprocess-0.6.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/ptyprocess/__init__.py
/usr/lib/python3.10/site-packages/ptyprocess/__pycache__
/usr/lib/python3.10/site-packages/ptyprocess/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ptyprocess/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ptyprocess/__pycache__/_fork_pty.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ptyprocess/__pycache__/_fork_pty.cpython-310.pyc
/usr/lib/python3.10/site-packages/ptyprocess/__pycache__/ptyprocess.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ptyprocess/__pycache__/ptyprocess.cpython-310.pyc
/usr/lib/python3.10/site-packages/ptyprocess/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ptyprocess/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/ptyprocess/_fork_pty.py
/usr/lib/python3.10/site-packages/ptyprocess/ptyprocess.py
/usr/lib/python3.10/site-packages/ptyprocess/util.py
/usr/share/doc/python3-ptyprocess
/usr/share/doc/python3-ptyprocess/README.rst
/usr/share/licenses/python3-ptyprocess
/usr/share/licenses/python3-ptyprocess/LICENSE
References
Summary
In this tutorial we learn how to install python3-ptyprocess
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).