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

Last updated: October 05,2024

1. Install "python3-annexremote.noarch" package

This guide covers the steps necessary to install python3-annexremote.noarch on Fedora 34

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

2. Uninstall "python3-annexremote.noarch" package

Here is a brief guide to show you how to uninstall python3-annexremote.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:18:49 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-annexremote
Version : 1.5.0
Release : 2.fc34
Architecture : noarch
Size : 39 k
Source : python-annexremote-1.5.0-2.fc34.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.