RHEL8/CentOS8使用snap、flatpak、AppImage

(1)snap

安装步骤:

a)  yum  install epel-release

b) yum install snapd

c)  sudo systemctl start snapd.service

d)  sudo systemctl enable snapd.service

e) ln -s /var/lib/snapd/snap /snap

snap仓库地址:

https://snapcraft.io/store

 

 

(2)flatpak

安装步骤:

a) yum -y install flatpak

b) flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

flatpak仓库地址:

https://flathub.org/apps

 

 

(3)AppImage

AppImage软件直接点击运行即可。

AppImage软件仓库地址:

https://github.com/AppImage/AppImageKit/wiki/AppImages

https://bintray.com/probono/AppImages

https://appimage.github.io/apps/

你可能感兴趣的:(技术类)