How To Install cmospwd on Fedora 36
Introduction
In this tutorial we learn how to install cmospwd
on Fedora 36.
What is cmospwd
CmosPwd decrypts password stored in cmos used to access BIOS SETUP. Works with the following BIOSes * ACER/IBM BIOS * AMI BIOS * AMI WinBIOS 2.5 * Award 4.5x/4.6x/6.0 * Compaq (1992) * Compaq (New version) * IBM (PS/2, Activa, Thinkpad) * Packard Bell * Phoenix 1.00.09.AC0 (1994), a486 1.03, 1.04, 1.10 A03, 4.05 rev 1.02.943, 4.06 rev 1.13.1107 * Phoenix 4 release 6 (User) * Gateway Solo - Phoenix 4.0 release 6 * Toshiba * Zenith AMI With CmosPwd, you can also backup, restore and erase/kill cmos.
We can use yum
or dnf
to install cmospwd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cmospwd.
Install cmospwd on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install cmospwd
using dnf
by running the following command:
sudo dnf -y install cmospwd
Install cmospwd on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install cmospwd
using yum
by running the following command:
sudo yum -y install cmospwd
How To Uninstall cmospwd on Fedora 36
To uninstall only the cmospwd
package we can use the following command:
sudo dnf remove cmospwd
cmospwd Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/ec85b3444bc1bc319ee835db098232bd604c4e
/usr/sbin/cmospwd
/usr/share/doc/cmospwd
/usr/share/doc/cmospwd/COPYING
/usr/share/doc/cmospwd/cmospwd.txt
References
Summary
In this tutorial we learn how to install cmospwd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).