How To Install libconcord on Fedora 34
Introduction
In this tutorial we learn how to install libconcord on Fedora 34.
What is libconcord
Library to talk to Logitech Harmony universal remote controls libconcord 1.4 5.fc34 x86_64 92 k concordance-1.4-5.fc34.src.rpm fedora Library to talk to Logitech Harmony universal remote controls http GPLv3+ Library to talk to Logitech Harmony universal remote controls
We can use yum or dnf to install libconcord on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libconcord.
Install libconcord 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 libconcord using dnf by running the following command:
sudo dnf -y install libconcord
Install libconcord 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 libconcord using yum by running the following command:
sudo yum -y install libconcord
How To Uninstall libconcord on Fedora 34
To uninstall only the libconcord package we can use the following command:
sudo dnf remove libconcord
libconcord Package Contents on Fedora 34
/lib/udev/rules.d/60-libconcord.rules
/lib/udev/rules.d/80-libconcord-usbnet.rules
/lib/udev/start_concordance_dhcpd.sh
/lib/udev/start_concordance_dhcpd_wrapper.sh
/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/923effc119ac9252caecbdb38c7db1a975b7f6
/usr/lib64/libconcord.so.5
/usr/lib64/libconcord.so.5.0.0
/usr/share/doc/libconcord
/usr/share/doc/libconcord/Changelog
/usr/share/doc/libconcord/CodingStyle
/usr/share/doc/libconcord/INSTALL.linux
/usr/share/doc/libconcord/LICENSE
/usr/share/doc/libconcord/README
/usr/share/doc/libconcord/SubmittingPatches
/usr/share/mime/packages/libconcord.xml
/lib/udev/rules.d/60-libconcord.rules
/lib/udev/rules.d/80-libconcord-usbnet.rules
/lib/udev/start_concordance_dhcpd.sh
/lib/udev/start_concordance_dhcpd_wrapper.sh
/usr/lib/.build-id
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/11ce5027782932afe29578f335040e88e391d8
/usr/lib/libconcord.so.5
/usr/lib/libconcord.so.5.0.0
/usr/share/doc/libconcord
/usr/share/doc/libconcord/Changelog
/usr/share/doc/libconcord/CodingStyle
/usr/share/doc/libconcord/INSTALL.linux
/usr/share/doc/libconcord/LICENSE
/usr/share/doc/libconcord/README
/usr/share/doc/libconcord/SubmittingPatches
/usr/share/mime/packages/libconcord.xml
References
- [libconcord website](http://www.phildev.net/concordance/ http://www.phildev.net/concordance/)
Summary
In this tutorial we learn how to install libconcord on Fedora 34 using yum and dnf.