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

Last updated: June 29,2024

1. Install "python3-annexremote.noarch" package

Please follow the guidelines below to install python3-annexremote.noarch on Fedora 35

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

2. Uninstall "python3-annexremote.noarch" package

Learn how to uninstall python3-annexremote.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:30:01 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-annexremote
Version : 1.5.0
Release : 2.fc35
Architecture : noarch
Size : 39 k
Source : python-annexremote-1.5.0-2.fc35.src.rpm
Repository : fedora
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.