How to Install and Uninstall pdc-client.noarch Package on Fedora 36
Last updated: January 09,2025
1. Install "pdc-client.noarch" package
Please follow the steps below to install pdc-client.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
pdc-client.noarch
Copied
2. Uninstall "pdc-client.noarch" package
Please follow the instructions below to uninstall pdc-client.noarch on Fedora 36:
$
sudo dnf remove
pdc-client.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the pdc-client.noarch package on Fedora 36
Last metadata expiration check: 3:07:20 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : pdc-client
Version : 1.8.0
Release : 24.fc36
Architecture : noarch
Size : 63 k
Source : pdc-client-1.8.0-24.fc36.src.rpm
Repository : fedora
Summary : Console client for interacting with Product Definition Center
URL : https://github.com/product-definition-center/pdc-client
License : MIT
Description : This client package contains two separate Product Definition Center clients and
: API module. Both clients contain extensive built-in help. Just run the
: executable with -h or --help argument.
:
: 1. pdc_client
:
: This is a very simple client. Essentially this is just a little more convenient
: than using curl manually. Each invocation of this client obtains a token and
: then performs a single request.
:
: This client is not meant for direct usage, but just as a helper for integrating
: with PDC from languages where it might be easier than performing the network
: requests manually.
:
: 2. pdc
:
: This is much more user friendly user interface. A single invocation can perform
: multiple requests depending on what subcommand you used.
:
: The pdc client supports Bash completion if argcomplete Python package is
: installed.
:
: 3. Python API (pdc_client)
:
: When writing a client code interfacing with PDC server, you might find
: pdc_client module handy. It provides access to the configuration defined above
: and automates obtaining authorization token.
Available Packages
Name : pdc-client
Version : 1.8.0
Release : 24.fc36
Architecture : noarch
Size : 63 k
Source : pdc-client-1.8.0-24.fc36.src.rpm
Repository : fedora
Summary : Console client for interacting with Product Definition Center
URL : https://github.com/product-definition-center/pdc-client
License : MIT
Description : This client package contains two separate Product Definition Center clients and
: API module. Both clients contain extensive built-in help. Just run the
: executable with -h or --help argument.
:
: 1. pdc_client
:
: This is a very simple client. Essentially this is just a little more convenient
: than using curl manually. Each invocation of this client obtains a token and
: then performs a single request.
:
: This client is not meant for direct usage, but just as a helper for integrating
: with PDC from languages where it might be easier than performing the network
: requests manually.
:
: 2. pdc
:
: This is much more user friendly user interface. A single invocation can perform
: multiple requests depending on what subcommand you used.
:
: The pdc client supports Bash completion if argcomplete Python package is
: installed.
:
: 3. Python API (pdc_client)
:
: When writing a client code interfacing with PDC server, you might find
: pdc_client module handy. It provides access to the configuration defined above
: and automates obtaining authorization token.