How To Install linkchecker on Fedora 34

linkchecker is Check HTML documents for broken links

Introduction

In this tutorial we learn how to install linkchecker on Fedora 34.

What is linkchecker

LinkChecker is a website validator. LinkChecker checks links in web documents or full websites. Features - Recursive and multithreaded checking and site crawling - Output in colored or normal text, HTML, SQL, CSV, XML or a sitemap graph in different formats - HTTP/1.1, HTTPS, FTP, mailto support - Restriction of link checking with regular expression filters for URLs - Proxy support - Username/password authorization for HTTP and FTP and Telnet - Honors robots.txt exclusion protocol - Cookie support - HTML5 support - HTML and CSS syntax check - Antivirus check - Different interfaces … and a lot more …

We can use yum or dnf to install linkchecker on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install linkchecker.

Install linkchecker on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install linkchecker using dnf by running the following command:

sudo dnf -y install linkchecker

Install linkchecker on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install linkchecker using yum by running the following command:

sudo yum -y install linkchecker

How To Uninstall linkchecker on Fedora 34

To uninstall only the linkchecker package we can use the following command:

sudo dnf remove linkchecker

linkchecker Package Contents on Fedora 34

/usr/bin/linkchecker
/usr/lib/python3.9/site-packages/LinkChecker-9.4.0-py3.9.egg-info
/usr/lib/python3.9/site-packages/LinkChecker-9.4.0-py3.9.egg-info/PKG-INFO
/usr/lib/python3.9/site-packages/LinkChecker-9.4.0-py3.9.egg-info/SOURCES.txt
/usr/lib/python3.9/site-packages/LinkChecker-9.4.0-py3.9.egg-info/dependency_links.txt
/usr/lib/python3.9/site-packages/LinkChecker-9.4.0-py3.9.egg-info/requires.txt
/usr/lib/python3.9/site-packages/LinkChecker-9.4.0-py3.9.egg-info/top_level.txt
/usr/lib/python3.9/site-packages/_LinkChecker_configdata.py
/usr/lib/python3.9/site-packages/__pycache__/_LinkChecker_configdata.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/__pycache__/_LinkChecker_configdata.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck
/usr/lib/python3.9/site-packages/linkcheck/HtmlParser
/usr/lib/python3.9/site-packages/linkcheck/HtmlParser/__init__.py
/usr/lib/python3.9/site-packages/linkcheck/HtmlParser/__pycache__
/usr/lib/python3.9/site-packages/linkcheck/HtmlParser/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/HtmlParser/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/HtmlParser/__pycache__/htmllib.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/HtmlParser/__pycache__/htmllib.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/HtmlParser/__pycache__/htmlsax.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/HtmlParser/__pycache__/htmlsax.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/HtmlParser/htmllib.py
/usr/lib/python3.9/site-packages/linkcheck/HtmlParser/htmlsax.py
/usr/lib/python3.9/site-packages/linkcheck/__init__.py
/usr/lib/python3.9/site-packages/linkcheck/__pycache__
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/ansicolor.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/ansicolor.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/better_exchook2.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/better_exchook2.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/cmdline.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/cmdline.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/colorama.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/colorama.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/containers.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/containers.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/cookies.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/cookies.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/decorators.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/decorators.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/dummy.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/dummy.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/fileutil.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/fileutil.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/ftpparse.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/ftpparse.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/httputil.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/httputil.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/i18n.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/i18n.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/lc_cgi.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/lc_cgi.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/loader.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/loader.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/lock.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/lock.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/log.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/log.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/logconf.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/logconf.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/mem.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/mem.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/memoryutil.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/memoryutil.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/mimeutil.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/mimeutil.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/robotparser2.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/robotparser2.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/socketutil.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/socketutil.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/strformat.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/strformat.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/threader.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/threader.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/trace.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/trace.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/updater.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/updater.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/url.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/url.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/winutil.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/__pycache__/winutil.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/ansicolor.py
/usr/lib/python3.9/site-packages/linkcheck/better_exchook2.py
/usr/lib/python3.9/site-packages/linkcheck/bookmarks
/usr/lib/python3.9/site-packages/linkcheck/bookmarks/__init__.py
/usr/lib/python3.9/site-packages/linkcheck/bookmarks/__pycache__
/usr/lib/python3.9/site-packages/linkcheck/bookmarks/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/bookmarks/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/bookmarks/__pycache__/chrome.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/bookmarks/__pycache__/chrome.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/bookmarks/__pycache__/chromium.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/bookmarks/__pycache__/chromium.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/bookmarks/__pycache__/firefox.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/bookmarks/__pycache__/firefox.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/bookmarks/__pycache__/opera.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/bookmarks/__pycache__/opera.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/bookmarks/__pycache__/safari.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/bookmarks/__pycache__/safari.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/bookmarks/chrome.py
/usr/lib/python3.9/site-packages/linkcheck/bookmarks/chromium.py
/usr/lib/python3.9/site-packages/linkcheck/bookmarks/firefox.py
/usr/lib/python3.9/site-packages/linkcheck/bookmarks/opera.py
/usr/lib/python3.9/site-packages/linkcheck/bookmarks/safari.py
/usr/lib/python3.9/site-packages/linkcheck/cache
/usr/lib/python3.9/site-packages/linkcheck/cache/__init__.py
/usr/lib/python3.9/site-packages/linkcheck/cache/__pycache__
/usr/lib/python3.9/site-packages/linkcheck/cache/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/cache/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/cache/__pycache__/results.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/cache/__pycache__/results.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/cache/__pycache__/robots_txt.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/cache/__pycache__/robots_txt.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/cache/__pycache__/urlqueue.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/cache/__pycache__/urlqueue.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/cache/results.py
/usr/lib/python3.9/site-packages/linkcheck/cache/robots_txt.py
/usr/lib/python3.9/site-packages/linkcheck/cache/urlqueue.py
/usr/lib/python3.9/site-packages/linkcheck/checker
/usr/lib/python3.9/site-packages/linkcheck/checker/__init__.py
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/const.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/const.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/dnsurl.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/dnsurl.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/fileurl.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/fileurl.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/ftpurl.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/ftpurl.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/httpurl.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/httpurl.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/ignoreurl.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/ignoreurl.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/internpaturl.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/internpaturl.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/itmsservicesurl.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/itmsservicesurl.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/mailtourl.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/mailtourl.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/nntpurl.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/nntpurl.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/proxysupport.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/proxysupport.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/telneturl.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/telneturl.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/unknownurl.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/unknownurl.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/urlbase.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/__pycache__/urlbase.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/checker/const.py
/usr/lib/python3.9/site-packages/linkcheck/checker/dnsurl.py
/usr/lib/python3.9/site-packages/linkcheck/checker/fileurl.py
/usr/lib/python3.9/site-packages/linkcheck/checker/ftpurl.py
/usr/lib/python3.9/site-packages/linkcheck/checker/httpurl.py
/usr/lib/python3.9/site-packages/linkcheck/checker/ignoreurl.py
/usr/lib/python3.9/site-packages/linkcheck/checker/internpaturl.py
/usr/lib/python3.9/site-packages/linkcheck/checker/itmsservicesurl.py
/usr/lib/python3.9/site-packages/linkcheck/checker/mailtourl.py
/usr/lib/python3.9/site-packages/linkcheck/checker/nntpurl.py
/usr/lib/python3.9/site-packages/linkcheck/checker/proxysupport.py
/usr/lib/python3.9/site-packages/linkcheck/checker/telneturl.py
/usr/lib/python3.9/site-packages/linkcheck/checker/unknownurl.py
/usr/lib/python3.9/site-packages/linkcheck/checker/urlbase.py
/usr/lib/python3.9/site-packages/linkcheck/cmdline.py
/usr/lib/python3.9/site-packages/linkcheck/colorama.py
/usr/lib/python3.9/site-packages/linkcheck/configuration
/usr/lib/python3.9/site-packages/linkcheck/configuration/__init__.py
/usr/lib/python3.9/site-packages/linkcheck/configuration/__pycache__
/usr/lib/python3.9/site-packages/linkcheck/configuration/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/configuration/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/configuration/__pycache__/confparse.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/configuration/__pycache__/confparse.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/configuration/confparse.py
/usr/lib/python3.9/site-packages/linkcheck/containers.py
/usr/lib/python3.9/site-packages/linkcheck/cookies.py
/usr/lib/python3.9/site-packages/linkcheck/decorators.py
/usr/lib/python3.9/site-packages/linkcheck/director
/usr/lib/python3.9/site-packages/linkcheck/director/__init__.py
/usr/lib/python3.9/site-packages/linkcheck/director/__pycache__
/usr/lib/python3.9/site-packages/linkcheck/director/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/director/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/director/__pycache__/aggregator.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/director/__pycache__/aggregator.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/director/__pycache__/checker.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/director/__pycache__/checker.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/director/__pycache__/console.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/director/__pycache__/console.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/director/__pycache__/interrupt.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/director/__pycache__/interrupt.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/director/__pycache__/logger.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/director/__pycache__/logger.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/director/__pycache__/status.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/director/__pycache__/status.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/director/__pycache__/task.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/director/__pycache__/task.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/director/aggregator.py
/usr/lib/python3.9/site-packages/linkcheck/director/checker.py
/usr/lib/python3.9/site-packages/linkcheck/director/console.py
/usr/lib/python3.9/site-packages/linkcheck/director/interrupt.py
/usr/lib/python3.9/site-packages/linkcheck/director/logger.py
/usr/lib/python3.9/site-packages/linkcheck/director/status.py
/usr/lib/python3.9/site-packages/linkcheck/director/task.py
/usr/lib/python3.9/site-packages/linkcheck/dummy.py
/usr/lib/python3.9/site-packages/linkcheck/fileutil.py
/usr/lib/python3.9/site-packages/linkcheck/ftpparse.py
/usr/lib/python3.9/site-packages/linkcheck/htmlutil
/usr/lib/python3.9/site-packages/linkcheck/htmlutil/__init__.py
/usr/lib/python3.9/site-packages/linkcheck/htmlutil/__pycache__
/usr/lib/python3.9/site-packages/linkcheck/htmlutil/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/htmlutil/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/htmlutil/__pycache__/formsearch.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/htmlutil/__pycache__/formsearch.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/htmlutil/__pycache__/linkname.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/htmlutil/__pycache__/linkname.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/htmlutil/__pycache__/linkparse.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/htmlutil/__pycache__/linkparse.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/htmlutil/formsearch.py
/usr/lib/python3.9/site-packages/linkcheck/htmlutil/linkname.py
/usr/lib/python3.9/site-packages/linkcheck/htmlutil/linkparse.py
/usr/lib/python3.9/site-packages/linkcheck/httputil.py
/usr/lib/python3.9/site-packages/linkcheck/i18n.py
/usr/lib/python3.9/site-packages/linkcheck/lc_cgi.py
/usr/lib/python3.9/site-packages/linkcheck/loader.py
/usr/lib/python3.9/site-packages/linkcheck/lock.py
/usr/lib/python3.9/site-packages/linkcheck/log.py
/usr/lib/python3.9/site-packages/linkcheck/logconf.py
/usr/lib/python3.9/site-packages/linkcheck/logger
/usr/lib/python3.9/site-packages/linkcheck/logger/__init__.py
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/blacklist.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/blacklist.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/csvlog.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/csvlog.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/customxml.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/customxml.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/dot.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/dot.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/gml.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/gml.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/graph.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/graph.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/gxml.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/gxml.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/html.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/html.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/none.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/none.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/sitemapxml.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/sitemapxml.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/sql.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/sql.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/text.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/text.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/xmllog.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/__pycache__/xmllog.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/logger/blacklist.py
/usr/lib/python3.9/site-packages/linkcheck/logger/csvlog.py
/usr/lib/python3.9/site-packages/linkcheck/logger/customxml.py
/usr/lib/python3.9/site-packages/linkcheck/logger/dot.py
/usr/lib/python3.9/site-packages/linkcheck/logger/gml.py
/usr/lib/python3.9/site-packages/linkcheck/logger/graph.py
/usr/lib/python3.9/site-packages/linkcheck/logger/gxml.py
/usr/lib/python3.9/site-packages/linkcheck/logger/html.py
/usr/lib/python3.9/site-packages/linkcheck/logger/none.py
/usr/lib/python3.9/site-packages/linkcheck/logger/sitemapxml.py
/usr/lib/python3.9/site-packages/linkcheck/logger/sql.py
/usr/lib/python3.9/site-packages/linkcheck/logger/text.py
/usr/lib/python3.9/site-packages/linkcheck/logger/xmllog.py
/usr/lib/python3.9/site-packages/linkcheck/mem.py
/usr/lib/python3.9/site-packages/linkcheck/memoryutil.py
/usr/lib/python3.9/site-packages/linkcheck/mimeutil.py
/usr/lib/python3.9/site-packages/linkcheck/network
/usr/lib/python3.9/site-packages/linkcheck/network/__init__.py
/usr/lib/python3.9/site-packages/linkcheck/network/__pycache__
/usr/lib/python3.9/site-packages/linkcheck/network/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/network/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/network/__pycache__/iputil.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/network/__pycache__/iputil.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/network/iputil.py
/usr/lib/python3.9/site-packages/linkcheck/parser
/usr/lib/python3.9/site-packages/linkcheck/parser/__init__.py
/usr/lib/python3.9/site-packages/linkcheck/parser/__pycache__
/usr/lib/python3.9/site-packages/linkcheck/parser/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/parser/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/parser/__pycache__/sitemap.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/parser/__pycache__/sitemap.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/parser/sitemap.py
/usr/lib/python3.9/site-packages/linkcheck/plugins
/usr/lib/python3.9/site-packages/linkcheck/plugins/__init__.py
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/anchorcheck.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/anchorcheck.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/httpheaderinfo.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/httpheaderinfo.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/locationinfo.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/locationinfo.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/markdowncheck.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/markdowncheck.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/parsepdf.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/parsepdf.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/parseword.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/parseword.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/regexcheck.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/regexcheck.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/sslcertcheck.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/sslcertcheck.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/syntaxchecks.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/syntaxchecks.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/viruscheck.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/__pycache__/viruscheck.cpython-39.pyc
/usr/lib/python3.9/site-packages/linkcheck/plugins/anchorcheck.py
/usr/lib/python3.9/site-packages/linkcheck/plugins/httpheaderinfo.py
/usr/lib/python3.9/site-packages/linkcheck/plugins/locationinfo.py
/usr/lib/python3.9/site-packages/linkcheck/plugins/markdowncheck.py
/usr/lib/python3.9/site-packages/linkcheck/plugins/parsepdf.py
/usr/lib/python3.9/site-packages/linkcheck/plugins/parseword.py
/usr/lib/python3.9/site-packages/linkcheck/plugins/regexcheck.py
/usr/lib/python3.9/site-packages/linkcheck/plugins/sslcertcheck.py
/usr/lib/python3.9/site-packages/linkcheck/plugins/syntaxchecks.py
/usr/lib/python3.9/site-packages/linkcheck/plugins/viruscheck.py
/usr/lib/python3.9/site-packages/linkcheck/robotparser2.py
/usr/lib/python3.9/site-packages/linkcheck/socketutil.py
/usr/lib/python3.9/site-packages/linkcheck/strformat.py
/usr/lib/python3.9/site-packages/linkcheck/threader.py
/usr/lib/python3.9/site-packages/linkcheck/trace.py
/usr/lib/python3.9/site-packages/linkcheck/updater.py
/usr/lib/python3.9/site-packages/linkcheck/url.py
/usr/lib/python3.9/site-packages/linkcheck/winutil.py
/usr/share/doc/linkchecker
/usr/share/doc/linkchecker/changelog.txt
/usr/share/doc/linkchecker/upgrading.txt
/usr/share/licenses/linkchecker
/usr/share/licenses/linkchecker/COPYING
/usr/share/linkchecker
/usr/share/linkchecker/examples
/usr/share/linkchecker/examples/check.js
/usr/share/linkchecker/examples/check_blacklist.sh
/usr/share/linkchecker/examples/check_for_x_errors.sh
/usr/share/linkchecker/examples/check_urls.sh
/usr/share/linkchecker/examples/index.html
/usr/share/linkchecker/examples/lc.wsgi
/usr/share/linkchecker/examples/lc_cgi.html.de
/usr/share/linkchecker/examples/lc_cgi.html.en
/usr/share/linkchecker/examples/leer.html.de
/usr/share/linkchecker/examples/leer.html.en
/usr/share/linkchecker/examples/linkchecker-completion
/usr/share/linkchecker/examples/linkchecker.apache2.conf
/usr/share/linkchecker/linkcheckerrc
/usr/share/locale/de/LC_MESSAGES/linkchecker.mo
/usr/share/locale/es/LC_MESSAGES/linkchecker.mo
/usr/share/locale/fr/LC_MESSAGES/linkchecker.mo
/usr/share/man/de/man1/linkchecker.1.gz
/usr/share/man/de/man5/linkcheckerrc.5.gz
/usr/share/man/man1/linkchecker.1.gz
/usr/share/man/man5/linkcheckerrc.5.gz

References

Summary

In this tutorial we learn how to install linkchecker on Fedora 34 using yum and dnf.