How To Install libst2205 on Fedora 34
Introduction
In this tutorial we learn how to install libst2205
on Fedora 34.
What is libst2205
It is possible to flash digital photo frames with the st2205 chip-sets with a modified firmware, which allows one to display real time images on the display of the frame from a PC. This package contains a library for accessing the display from the PC, for st2205 frames with the hacked firmware. libst2205 1.4.3 21.fc34 x86_64 26 k libst2205-1.4.3-21.fc34.src.rpm fedora Library for accessing the display of hacked st2205 photo frames http GPLv3+ It is possible to flash digital photo frames with the st2205 chip-sets with a modified firmware, which allows one to display real time images on the display of the frame from a PC. This package contains a library for accessing the display from the PC, for st2205 frames with the hacked firmware.
We can use yum
or dnf
to install libst2205
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libst2205.
Install libst2205 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 libst2205
using dnf
by running the following command:
sudo dnf -y install libst2205
Install libst2205 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 libst2205
using yum
by running the following command:
sudo yum -y install libst2205
How To Uninstall libst2205 on Fedora 34
To uninstall only the libst2205
package we can use the following command:
sudo dnf remove libst2205
libst2205 Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/16
/usr/lib/.build-id/16/dca6729188792647908c6bb409c3242d77741d
/usr/lib/libst2205.so.1
/usr/share/doc/libst2205
/usr/share/doc/libst2205/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/d8053c62c4bb5f2a07ff979cec58f5ead532bf
/usr/lib64/libst2205.so.1
/usr/share/doc/libst2205
/usr/share/doc/libst2205/LICENSE
References
- [libst2205 website](http://picframe.spritesserver.nl/wiki/index.php http://picframe.spritesserver.nl/wiki/index.php)
Summary
In this tutorial we learn how to install libst2205
on Fedora 34 using yum and dnf.