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

Last updated: October 06,2024

1. Install "python3-livereload.noarch" package

This is a short guide on how to install python3-livereload.noarch on Fedora 34

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

2. Uninstall "python3-livereload.noarch" package

This guide let you learn how to uninstall python3-livereload.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:14:23 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-livereload
Version : 2.6.3
Release : 2.fc34
Architecture : noarch
Size : 46 k
Source : python-livereload-2.6.3-2.fc34.src.rpm
Repository : fedora
Summary : Utility for starting a server in a directory
URL : https://github.com/lepture/python-livereload
License : BSD
Description : LiveReload provides a command line utility, livereload, for starting a server
: in a directory. By default, it will listen to port 35729, the common port for
: LiveReload browser extensions. LiveReload is designed for web developers who
: know Python.