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

Last updated: January 13,2025

1. Install "python3-annexremote.noarch" package

Please follow the step by step instructions below to install python3-annexremote.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-annexremote.noarch

2. Uninstall "python3-annexremote.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-annexremote.noarch on Fedora 36:

$ sudo dnf remove python3-annexremote.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:09:05 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-annexremote
Version : 1.6.0
Release : 1.fc36
Architecture : noarch
Size : 39 k
Source : python-annexremote-1.6.0-1.fc36.src.rpm
Repository : updates
Summary : Git annex special remotes made easy
URL : https://pypi.org/pypi/annexremote
License : GPLv3
Description : Helper module to easily develop special remotes for git annex. AnnexRemote
: handles all the protocol stuff for you, so you can focus on the remote itself.
: It implements the complete external special remote protocol and fulfils all
: specifications regarding whitespaces etc. This is ensured by an excessive test
: suite. Extensions to the protocol are normally added within hours after they
: have been published.