How to Install and Uninstall php-pear-File-Fstab.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "php-pear-File-Fstab.noarch" package

In this section, we are going to explain the necessary steps to install php-pear-File-Fstab.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-pear-File-Fstab.noarch

2. Uninstall "php-pear-File-Fstab.noarch" package

Please follow the instructions below to uninstall php-pear-File-Fstab.noarch on Fedora 34:

$ sudo dnf remove php-pear-File-Fstab.noarch $ sudo dnf autoremove

3. Information about the php-pear-File-Fstab.noarch package on Fedora 34

Last metadata expiration check: 1:14:49 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : php-pear-File-Fstab
Version : 2.0.3
Release : 15.fc34
Architecture : noarch
Size : 17 k
Source : php-pear-File-Fstab-2.0.3-15.fc34.src.rpm
Repository : fedora
Summary : Read and write fstab files
URL : http://pear.php.net/package/File_Fstab
License : PHP
Description : File_Fstab is an easy-to-use package which can read & write UNIX fstab
: files. It presents a pleasant object-oriented interface to the fstab.
: Features:
: * Supports blockdev, label, and UUID specification of mount device.
: * Extendable to parse non-standard fstab formats by defining a new Entry
: class for that format.
: * Easily examine and set mount options for an entry.
: * Stable, functional interface.
: * Fully documented with PHPDoc.