How to Install and Uninstall php-hkit.noarch Package on Fedora 34

Last updated: July 01,2024

1. Install "php-hkit.noarch" package

Please follow the guidelines below to install php-hkit.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-hkit.noarch

2. Uninstall "php-hkit.noarch" package

Please follow the step by step instructions below to uninstall php-hkit.noarch on Fedora 34:

$ sudo dnf remove php-hkit.noarch $ sudo dnf autoremove

3. Information about the php-hkit.noarch package on Fedora 34

Last metadata expiration check: 0:57:55 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-hkit
Version : 0.5
Release : 21.fc34
Architecture : noarch
Size : 13 k
Source : php-hkit-0.5-21.fc34.src.rpm
Repository : fedora
Summary : Simple PHP5 API for extracting common microformats from a page
URL : http://allinthehead.com/hkit
License : LGPLv2+
Description : hKit is a simple toolkit for extracting common microformats from a page.
: The page can be presented as a string or a URL, and the result is handed
: back as a standard PHP array structure. hKit uses SimpleXML for parsing,
: and therefore requires PHP5.
: Designed for humans first and machines second, microformats are a set of
: simple, open data formats built upon existing and widely adopted standards.
: The only microformat module currently supported by hKit is hCard. However,
: hKit makes possible for a user to write its own microformat module.