How To Install python3-copr on Rocky Linux 8
Introduction
In this tutorial we learn how to install python3-copr
on Rocky Linux 8.
What is python3-copr
COPR is lightweight build system. It allows you to create new project in WebUI, and submit new builds and COPR will create yum repository from latest builds. This package contains python interface to access Copr service. Mostly useful for developers only.
We can use yum
or dnf
to install python3-copr
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-copr.
Install python3-copr on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python3-copr
using dnf
by running the following command:
sudo dnf -y install python3-copr
Install python3-copr on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-copr
using yum
by running the following command:
sudo yum -y install python3-copr
How To Uninstall python3-copr on Rocky Linux 8
To uninstall only the python3-copr
package we can use the following command:
sudo dnf remove python3-copr
python3-copr Package Contents on Rocky Linux 8
/usr/lib/python3.6/site-packages/copr
/usr/lib/python3.6/site-packages/copr-1.111-py3.6.egg-info
/usr/lib/python3.6/site-packages/copr-1.111-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/copr-1.111-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/copr-1.111-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/copr-1.111-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/copr-1.111-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/copr-1.111-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/copr/README.rst
/usr/lib/python3.6/site-packages/copr/__init__.py
/usr/lib/python3.6/site-packages/copr/__pycache__
/usr/lib/python3.6/site-packages/copr/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/__pycache__/util.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/__pycache__/util.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/client_v2
/usr/lib/python3.6/site-packages/copr/client_v2/__init__.py
/usr/lib/python3.6/site-packages/copr/client_v2/__pycache__
/usr/lib/python3.6/site-packages/copr/client_v2/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/client_v2/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/client_v2/__pycache__/client.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/client_v2/__pycache__/client.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/client_v2/__pycache__/common.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/client_v2/__pycache__/common.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/client_v2/__pycache__/entities.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/client_v2/__pycache__/entities.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/client_v2/__pycache__/handlers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/client_v2/__pycache__/handlers.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/client_v2/__pycache__/net_client.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/client_v2/__pycache__/net_client.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/client_v2/__pycache__/resources.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/client_v2/__pycache__/resources.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/client_v2/__pycache__/schemas.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/client_v2/__pycache__/schemas.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/client_v2/__pycache__/tools.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/client_v2/__pycache__/tools.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/client_v2/client.py
/usr/lib/python3.6/site-packages/copr/client_v2/common.py
/usr/lib/python3.6/site-packages/copr/client_v2/entities.py
/usr/lib/python3.6/site-packages/copr/client_v2/handlers.py
/usr/lib/python3.6/site-packages/copr/client_v2/net_client.py
/usr/lib/python3.6/site-packages/copr/client_v2/resources.py
/usr/lib/python3.6/site-packages/copr/client_v2/schemas.py
/usr/lib/python3.6/site-packages/copr/client_v2/tools.py
/usr/lib/python3.6/site-packages/copr/exceptions.py
/usr/lib/python3.6/site-packages/copr/test
/usr/lib/python3.6/site-packages/copr/test/__init__.py
/usr/lib/python3.6/site-packages/copr/test/__pycache__
/usr/lib/python3.6/site-packages/copr/test/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/test/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v2
/usr/lib/python3.6/site-packages/copr/test/client_v2/__pycache__
/usr/lib/python3.6/site-packages/copr/test/client_v2/__pycache__/test_client.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v2/__pycache__/test_client.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v2/__pycache__/test_entities.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v2/__pycache__/test_entities.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v2/__pycache__/test_handlers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v2/__pycache__/test_handlers.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v2/__pycache__/test_net_client.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v2/__pycache__/test_net_client.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v2/test_client.py
/usr/lib/python3.6/site-packages/copr/test/client_v2/test_entities.py
/usr/lib/python3.6/site-packages/copr/test/client_v2/test_handlers.py
/usr/lib/python3.6/site-packages/copr/test/client_v2/test_net_client.py
/usr/lib/python3.6/site-packages/copr/test/client_v3
/usr/lib/python3.6/site-packages/copr/test/client_v3/__pycache__
/usr/lib/python3.6/site-packages/copr/test/client_v3/__pycache__/test_builds.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v3/__pycache__/test_builds.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v3/__pycache__/test_general.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v3/__pycache__/test_general.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v3/__pycache__/test_helpers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v3/__pycache__/test_helpers.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v3/__pycache__/test_modules.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v3/__pycache__/test_modules.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v3/__pycache__/test_packages.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v3/__pycache__/test_packages.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v3/__pycache__/test_requests.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v3/__pycache__/test_requests.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/test/client_v3/test_builds.py
/usr/lib/python3.6/site-packages/copr/test/client_v3/test_general.py
/usr/lib/python3.6/site-packages/copr/test/client_v3/test_helpers.py
/usr/lib/python3.6/site-packages/copr/test/client_v3/test_modules.py
/usr/lib/python3.6/site-packages/copr/test/client_v3/test_packages.py
/usr/lib/python3.6/site-packages/copr/test/client_v3/test_requests.py
/usr/lib/python3.6/site-packages/copr/test/resources
/usr/lib/python3.6/site-packages/copr/test/resources/build_config.200.json
/usr/lib/python3.6/site-packages/copr/test/resources/build_details.200.json
/usr/lib/python3.6/site-packages/copr/test/resources/copr_cli.conf
/usr/lib/python3.6/site-packages/copr/test/resources/projects_list.200.json
/usr/lib/python3.6/site-packages/copr/util.py
/usr/lib/python3.6/site-packages/copr/v3
/usr/lib/python3.6/site-packages/copr/v3/__init__.py
/usr/lib/python3.6/site-packages/copr/v3/__pycache__
/usr/lib/python3.6/site-packages/copr/v3/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/v3/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/v3/__pycache__/client.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/v3/__pycache__/client.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/v3/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/v3/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/v3/__pycache__/helpers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/v3/__pycache__/helpers.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/v3/__pycache__/pagination.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/v3/__pycache__/pagination.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/v3/__pycache__/requests.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/v3/__pycache__/requests.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/v3/client.py
/usr/lib/python3.6/site-packages/copr/v3/exceptions.py
/usr/lib/python3.6/site-packages/copr/v3/helpers.py
/usr/lib/python3.6/site-packages/copr/v3/pagination.py
/usr/lib/python3.6/site-packages/copr/v3/proxies
/usr/lib/python3.6/site-packages/copr/v3/proxies/__init__.py
/usr/lib/python3.6/site-packages/copr/v3/proxies/__pycache__
/usr/lib/python3.6/site-packages/copr/v3/proxies/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/v3/proxies/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/v3/proxies/__pycache__/build.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/v3/proxies/__pycache__/build.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/v3/proxies/__pycache__/build_chroot.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/v3/proxies/__pycache__/build_chroot.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/v3/proxies/__pycache__/mock_chroot.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/v3/proxies/__pycache__/mock_chroot.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/v3/proxies/__pycache__/module.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/v3/proxies/__pycache__/module.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/v3/proxies/__pycache__/package.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/v3/proxies/__pycache__/package.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/v3/proxies/__pycache__/project.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/v3/proxies/__pycache__/project.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/v3/proxies/__pycache__/project_chroot.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/copr/v3/proxies/__pycache__/project_chroot.cpython-36.pyc
/usr/lib/python3.6/site-packages/copr/v3/proxies/build.py
/usr/lib/python3.6/site-packages/copr/v3/proxies/build_chroot.py
/usr/lib/python3.6/site-packages/copr/v3/proxies/mock_chroot.py
/usr/lib/python3.6/site-packages/copr/v3/proxies/module.py
/usr/lib/python3.6/site-packages/copr/v3/proxies/package.py
/usr/lib/python3.6/site-packages/copr/v3/proxies/project.py
/usr/lib/python3.6/site-packages/copr/v3/proxies/project_chroot.py
/usr/lib/python3.6/site-packages/copr/v3/requests.py
/usr/share/doc/python3-copr
/usr/share/doc/python3-copr/README.rst
/usr/share/licenses/python3-copr
/usr/share/licenses/python3-copr/LICENSE
References
Summary
In this tutorial we learn how to install python3-copr
on Rocky Linux 8 using yum and dnf.