自学内容网 自学内容网

Linux 的 app :一般到哪里下载 ?(**)

利用 appimagetool 工具对开发好的项目进行打包 (***带笔记*)  https://blog.csdn.net/ken2232/article/details/131313613

======

1. 首选,直接通过 OS发行版的官网仓库:简单、方便;可能相对最可靠。

如:

sudo apt install xxxxx

但这里的、有些 app 的版本太旧了,缺少了最新版本的好用功能。

2. 到 KDE、GNOME 的桌面环境的官网网站下载。

https://apps.kde.org/

https://apps.gnome.org/

3. 跨发行版的应用工具官方商店

三种跨发行版的 app 打包软件

snap 包:由 ubuntu 控制,在未必可靠当中的相对可靠。

   https://snapcraft.io/store

   https://snapcraft.io/docs

flatpat 包:可信赖性,弱与 snap 仓库。

  https://flathub.org/ 

  https://docs.flatpak.org/zh-cn/latest/using-flatpak.html

appimage 包:可信赖性,弱与 snap 仓库。

  https://appimage.github.io/

  https://docs.appimage.org/

  https://www.docker.com/products/docker-desktop/

 4. 综合型

偏重带源码型:综合仓库  https://github.com/

偏重打包好的应用型: https://sourceforge.net/

5. 其他

有部分开源软件,由于开发者的实力够大,或者由于策略问题,其 app一般放在自己的官网上。

  如果没有,再想其他的办法。

=======================================

KDE Applications

  https://apps.kde.org/

Apps for GNOME

  https://apps.gnome.org/


原文地址:https://blog.csdn.net/ken2232/article/details/136988526

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!