How to Install and Uninstall python3-toml-adapt.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "python3-toml-adapt.noarch" package

Please follow the instructions below to install python3-toml-adapt.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-toml-adapt.noarch

2. Uninstall "python3-toml-adapt.noarch" package

Please follow the instructions below to uninstall python3-toml-adapt.noarch on Fedora 36:

$ sudo dnf remove python3-toml-adapt.noarch $ sudo dnf autoremove

3. Information about the python3-toml-adapt.noarch package on Fedora 36

Last metadata expiration check: 4:14:59 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-toml-adapt
Version : 0.2.5
Release : 1.fc36
Architecture : noarch
Size : 36 k
Source : python-toml-adapt-0.2.5-1.fc36.src.rpm
Repository : fedora
Summary : A very simple CLI for manipulating toml files
URL : https://github.com/firefly-cpp/toml-adapt
License : MIT
Description : Working with TOML files is becoming inevitable during the package maintenance
: process in different ecosystems. Many times package maintainers must either
: change the version of dependency or add/remove dependencies when building
: their packages, due to the inconsistent base system. For example, solving
: this issue can be done either by using the provided patches or using sed
: commands. However, this may be slightly time-consuming and irritating. A
: very simple yet user-friendly command line interface was developed in
: order to make this process easier.