Skip to content

redhat8 安装录屏软件、vlc

#使用阿里网络源
[root@server1 ~]# wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo
[root@server1 ~]# wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo
#安装vlc
[root@server1 ~]# yum -y install https://mirrors.aliyun.com/epel/epel-release-latest-8.noarch.rpm
[root@server1 ~]# yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
[root@server1 ~]# yum -y install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm
[root@server1 ~]# yum -y install vlc

#安装simplescreenrecorder
[root@server1 ~]# yum -y install simplescreenrecorder


#详细请看:
linux centos7 录屏,centos7在线安装视频录制软件
https://blog.csdn.net/weixin_28759725/article/details/117010067
#How to Record Programs and Games Using ‘Simple Screen Recorder’ in Linux
http://www.tecmint.com/screencasting-with-simple-screen-recorder-in-linux
#VLC media player for Red Hat Enterprise Linux
http://www.videolan.org/vlc/download-redhat.html


#拓展,Linux安装向日葵解决报错
https://blog.csdn.net/myt2000/article/details/125024265