yum install simplescreenrecorder
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: centos-hn.viettelidc.com.vn
* extras: centos-hcm.viettelidc.com.vn
* updates: mirrors.nhanhoa.com
No package simplescreenrecorder available.
Error: Nothing to do
我尝试安装 simplescreenrecorder 但失败了
答案1
simplescreenrecorder 在标准 CentOS 存储库中不可用。你可以从li.nux.ro。
# yum install epel-release
# rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
然后
# yum install simplescreenrecorder
祝你好运!
答案2
纳米/etc/yum.repos.d/atrpm.repo
[atrpms] 名称=Fedora Core $releasever - $basearch - ATrpms baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms gpgcheck=1
答案3
这是 CentOS 7 还是 6?
您必须从单独的存储库安装 EPEL。
脚本另存为 -> simplescreenrecorder.sh 使用 nano 或 vi 命令在当前工作目录中运行
sh 简单屏幕录制工具.sh
这将执行您的脚本 / GitHub 也适合保存脚本。或者将 USB 密钥放在保险箱中的珠宝盒中。
当前工作目录
密码
cd /tmp
始终使用 lynx 验证下载链接
yum-y 安装 lynx
获得https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-10.noarch.rpm
yum -y 安装 epel-release-7-10.noarch.rpm
或者
rpm -Uvh epel-release-7-10.noarch.rpm
并不总是验证
ls *.rpm
或者
ls -lha
或者尝试使用源文件 .tarball make、make install、./configure 从源代码尝试主站点的 Readme Docs
哦,看起来它不在那个 repo 中,它在 ATRPM.REPO 中阅读此内容:
https://www.tecmint.com/screencasting-with-simple-screen-recorder-in-linux/