How to Install and Uninstall urlwatch.noarch Package on Fedora 36
Last updated: November 29,2024
1. Install "urlwatch.noarch" package
Learn how to install urlwatch.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
urlwatch.noarch
Copied
2. Uninstall "urlwatch.noarch" package
Please follow the guidance below to uninstall urlwatch.noarch on Fedora 36:
$
sudo dnf remove
urlwatch.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the urlwatch.noarch package on Fedora 36
Last metadata expiration check: 5:30:57 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : urlwatch
Version : 2.21
Release : 5.fc36
Architecture : noarch
Size : 97 k
Source : urlwatch-2.21-5.fc36.src.rpm
Repository : fedora
Summary : A tool for monitoring webpages for updates
URL : http://thpinfo.com/2008/urlwatch/
License : BSD
Description : This script is intended to help you watch URLs and get notified (via
: email or in your terminal) of any changes. The change notification
: will include the URL that has changed and a unified diff of what has
: changed.
:
: The script supports the use of a filtering hook function to strip
: trivially-varying elements of a webpage.
:
: Basic features
:
: * Simple configuration (text file, one URL per line)
: * Easily hackable (clean Python implementation)
: * Can run as a cronjob and mail changes to you
: * Always outputs only plaintext - no HTML mails :)
: * Supports removing noise (always-changing website parts)
: * Example hooks to filter content in Python
Available Packages
Name : urlwatch
Version : 2.21
Release : 5.fc36
Architecture : noarch
Size : 97 k
Source : urlwatch-2.21-5.fc36.src.rpm
Repository : fedora
Summary : A tool for monitoring webpages for updates
URL : http://thpinfo.com/2008/urlwatch/
License : BSD
Description : This script is intended to help you watch URLs and get notified (via
: email or in your terminal) of any changes. The change notification
: will include the URL that has changed and a unified diff of what has
: changed.
:
: The script supports the use of a filtering hook function to strip
: trivially-varying elements of a webpage.
:
: Basic features
:
: * Simple configuration (text file, one URL per line)
: * Easily hackable (clean Python implementation)
: * Can run as a cronjob and mail changes to you
: * Always outputs only plaintext - no HTML mails :)
: * Supports removing noise (always-changing website parts)
: * Example hooks to filter content in Python