How to Install and Uninstall koji-client Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "koji-client" package

In this section, we are going to explain the necessary steps to install koji-client on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install koji-client

2. Uninstall "koji-client" package

In this section, we are going to explain the necessary steps to uninstall koji-client on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove koji-client $ sudo apt autoclean && sudo apt autoremove

3. Information about the koji-client package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: koji-client
Priority: extra
Section: universe/devel
Installed-Size: 298
Maintainer: Ubuntu Developers
Original-Maintainer: Reproducible Builds Maintainers
Architecture: all
Source: koji
Version: 1.10.0-1
Depends: python, koji-common (= 1.10.0-1), python-urlgrabber, yum
Filename: pool/universe/k/koji/koji-client_1.10.0-1_all.deb
Size: 48904
MD5sum: 3ba0f8ce3c4c86749b27129a66811dec
SHA1: 6ec7fb84a4e92e3ffaf167d51957093a7441cf21
SHA256: 5c233a05244833a487cd44a07c67bcd3385769e4798c0600ed3066dc76755355
Description-en: RPM-based build system - client
The Fedora Project uses Koji for their build system, as do several other
projects.
.
Koji's goal is to provide a flexible, secure, and reproducible way to build
software.
.
Key features:
.
- New buildroot for each build
- Robust XML-RPC APIs for easy integration with other tools
- Web interface with SSL and Kerberos authentication
- Thin, portable command line client
- Users can create local buildroots
- Buildroot contents are tracked in the database
- Versioned data
.
This package contains the koji client that queries remote build systems as
well as perform actions such as adding users and initiating build requests.
Description-md5: 1df5d1ef9e902c9b5808d546d176ef3b
Homepage: https://fedorahosted.org/koji/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions