How To Install python3-remoto on Fedora 36
Introduction
In this tutorial we learn how to install python3-remoto
on Fedora 36.
What is python3-remoto
Execute remote commands or processes.
We can use yum
or dnf
to install python3-remoto
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-remoto.
Install python3-remoto 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-remoto
using dnf
by running the following command:
sudo dnf -y install python3-remoto
Install python3-remoto 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-remoto
using yum
by running the following command:
sudo yum -y install python3-remoto
How To Uninstall python3-remoto on Fedora 36
To uninstall only the python3-remoto
package we can use the following command:
sudo dnf remove python3-remoto
python3-remoto Package Contents on Fedora 36
/usr/lib/python3.10/site-packages/remoto
/usr/lib/python3.10/site-packages/remoto-1.2.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/remoto-1.2.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/remoto-1.2.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/remoto-1.2.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/remoto-1.2.1-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/remoto-1.2.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/remoto-1.2.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/remoto/__init__.py
/usr/lib/python3.10/site-packages/remoto/__pycache__
/usr/lib/python3.10/site-packages/remoto/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/__pycache__/connection.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/__pycache__/connection.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/__pycache__/exc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/__pycache__/exc.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/__pycache__/file_sync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/__pycache__/file_sync.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/__pycache__/log.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/__pycache__/log.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/__pycache__/process.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/__pycache__/process.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/backends
/usr/lib/python3.10/site-packages/remoto/backends/__init__.py
/usr/lib/python3.10/site-packages/remoto/backends/__pycache__
/usr/lib/python3.10/site-packages/remoto/backends/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/backends/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/backends/__pycache__/docker.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/backends/__pycache__/docker.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/backends/__pycache__/kubernetes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/backends/__pycache__/kubernetes.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/backends/__pycache__/local.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/backends/__pycache__/local.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/backends/__pycache__/openshift.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/backends/__pycache__/openshift.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/backends/__pycache__/podman.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/backends/__pycache__/podman.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/backends/__pycache__/ssh.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/backends/__pycache__/ssh.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/backends/docker.py
/usr/lib/python3.10/site-packages/remoto/backends/kubernetes.py
/usr/lib/python3.10/site-packages/remoto/backends/local.py
/usr/lib/python3.10/site-packages/remoto/backends/openshift.py
/usr/lib/python3.10/site-packages/remoto/backends/podman.py
/usr/lib/python3.10/site-packages/remoto/backends/ssh.py
/usr/lib/python3.10/site-packages/remoto/connection.py
/usr/lib/python3.10/site-packages/remoto/exc.py
/usr/lib/python3.10/site-packages/remoto/file_sync.py
/usr/lib/python3.10/site-packages/remoto/log.py
/usr/lib/python3.10/site-packages/remoto/process.py
/usr/lib/python3.10/site-packages/remoto/tests
/usr/lib/python3.10/site-packages/remoto/tests/__init__.py
/usr/lib/python3.10/site-packages/remoto/tests/__pycache__
/usr/lib/python3.10/site-packages/remoto/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/tests/__pycache__/conftest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/tests/__pycache__/conftest.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/tests/__pycache__/fake_module.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/tests/__pycache__/fake_module.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/tests/__pycache__/test_connection.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/tests/__pycache__/test_connection.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/tests/__pycache__/test_log.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/tests/__pycache__/test_log.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/tests/__pycache__/test_process.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/tests/__pycache__/test_process.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/tests/__pycache__/test_rsync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/tests/__pycache__/test_rsync.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/tests/__pycache__/test_util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/remoto/tests/__pycache__/test_util.cpython-310.pyc
/usr/lib/python3.10/site-packages/remoto/tests/conftest.py
/usr/lib/python3.10/site-packages/remoto/tests/fake_module.py
/usr/lib/python3.10/site-packages/remoto/tests/test_connection.py
/usr/lib/python3.10/site-packages/remoto/tests/test_log.py
/usr/lib/python3.10/site-packages/remoto/tests/test_process.py
/usr/lib/python3.10/site-packages/remoto/tests/test_rsync.py
/usr/lib/python3.10/site-packages/remoto/tests/test_util.py
/usr/lib/python3.10/site-packages/remoto/util.py
/usr/share/doc/python3-remoto
/usr/share/doc/python3-remoto/README.rst
/usr/share/licenses/python3-remoto
/usr/share/licenses/python3-remoto/LICENSE
References
Summary
In this tutorial we learn how to install python3-remoto
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).