зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
19 строки
892 B
Plaintext
19 строки
892 B
Plaintext
2024
|
|
https://www.linuxcapable.com/install-telegram-on-fedora-linux/
|
|
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
|
|
sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
|
sudo dnf install telegram
|
|
...
|
|
sudo dnf remove telegram
|
|
sudo dnf config-manager --set-disabled rpmfusion-free
|
|
sudo dnf config-manager --set-disabled rpmfusion-nonfree
|
|
2023
|
|
https://discussion.fedoraproject.org/t/video-playback-broken-after-upgrading-to-f39-libopenh264-so-7-is-missing-openh264-support-will-be-disabled/100019
|
|
sudo dnf remove libswscale-free
|
|
l /etc/yum.repos.d/
|
|
... fedora-cisco-openh264.repo
|
|
sudo dnf config-manager --set-enabled fedora-cisco-openh264
|
|
|
|
dnf install openh264 mpv
|
|
# ??? sudo dnf install ffmpeg avidemux vlc
|