How to Install and Uninstall python-livereload Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 06,2024

1. Install "python-livereload" package

This guide let you learn how to install python-livereload on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-livereload

2. Uninstall "python-livereload" package

This guide covers the steps necessary to uninstall python-livereload on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-livereload $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-livereload package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-livereload
Priority: optional
Section: universe/python
Installed-Size: 93
Maintainer: Ubuntu Developers
Original-Maintainer: Agustin Henze
Architecture: all
Version: 2.4.0-1
Depends: python-six, python-tornado, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-pyinotify, node-less
Suggests: python-livereload-doc, coffeescript, node-uglify, python-slimmer
Filename: pool/universe/p/python-livereload/python-livereload_2.4.0-1_all.deb
Size: 21298
MD5sum: 8afdce55d911529e3eb246c84065a557
SHA1: 8f31421e9d5904f15af35b599f2a034e0eee825c
SHA256: 9c6bedb5cf376b189674c28b0f1320c6dfdf9a197e7fd507a87216ca6c80747e
Description-en: automatic browser refresher
It is really boring for Web developers to need to refresh their browser
every time they save a (CSS, JavaScript, or HTML) file. LiveReload will
take care of that for you, so that when you save a file, your browser
will refresh itself - and what's more, it can perform tasks such as
compiling LESS to CSS before the browser reload.
Description-md5: 7b2fb97f38fbdb235fa349d158b3ae41
Homepage: https://github.com/lepture/python-livereload
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu