[software development] flatpak安装并配置国内镜像源(上海交通大学) 没有在deepin试过
Tofloor
poster avatar
罗小黑
deepin
2024-06-23 00:14
Author

flatpak安装并配置国内镜像源(上海交通大学)

简单步骤:

1、先安装flatpak

sudo apt install flatpak

2、安装桌面商店插件

gnome桌面环境:

sudo apt install gnome-software-plugin-flatpak

kde桌面环境:

sudo apt install plasma-discover-backend-flatpak

3、先安装官方flatpak的源

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

4、更改为上海交通大学镜像源

flatpak remote-modify flathub --url=https://mirror.sjtu.edu.cn/flathub

重启电脑打开商店开始逛该ok

如果有别的国内flatpak镜像源可以分享一下么,找了好久只看到上交大的

Reply Favorite View the author
All Replies
罗小黑
deepin
2024-06-23 00:24
#1
# 查找想要的app
sudo flatpak search nyxt
Name       Description                Application ID            Version       Branch      Remotes
Nyxt       The hacker's browser       engineer.atlas.Nyxt       3.11.5        stable      flathub


# 使用Application ID进行安装
sudo flatpak install engineer.atlas.Nyxt

# 运行app
# 1. 在Debian 12, 通过flatpak安装的应用可以直接被添加到快捷方式中,可以通过搜索打开运行
# 2. Ubuntu22.04貌似不行,但是可以使用如下命令运行:
flatpak run engineer.atlas.Nyxt

# 更新runtime与app
flatpak update

# 显示安装的runtime与app列表
flatpak list

# 只显示app
flatpak list --app

# 卸载应用
flatpak uninstall app

# 卸载不再需要的依赖
flatpak uninstall --unused

# 其他
flatpak repair
flatpak history
Reply View the author
罗小黑
deepin
2024-06-23 00:31
#2

上边发了指令,怕deepin和麒麟啥的用户用不了桌面插件,可以不安装桌面插件用命令行下载,到商店网页找到应用复制粘贴就能下载了。

flatpak商店地址 https://flathub.org/

记得加sudosweat 分享给小白大佬勿敲我
图片.png

Reply View the author
一醉陶然
deepin
2024-06-23 02:50
#3

👍

Reply View the author
阿尼樱奈奈
Moderator
2024-06-23 06:31
#4
like
Reply View the author
hanzn-zzx
deepin
2024-06-23 08:10
#5

like我试过,实测可用

Reply View the author
f@deepin
deepin
2024-06-23 08:16
#6

flatpak install flathub com.tencent.WeChat

通过上面命令,就能轻松安装使用原生版微信啦proud

https://flathub.org/apps/com.tencent.WeChat

Reply View the author
小图巴巴
deepin
2024-09-04 16:54
#7
f@deepin

flatpak install flathub com.tencent.WeChat

通过上面命令,就能轻松安装使用原生版微信啦proud

https://flathub.org/apps/com.tencent.WeChat

我试用 了。这个微信,手机传图片到电脑再保存,会打不开。其它功能没有验证

Reply View the author