本文主要是介绍fedora 命令行代理proxychains 使用flatpak下载 flathub包,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
feodra 28 有 tsocks - (rpm 包)工具, 后面就没有了. 不过还有替代工具 proxychains
当前操作环境 Fedora 38
proxychains 配置文件所在位置
# 全局配置
/etc/proxychains.conf
proxychains looks for configuration in the following order:
SOCKS5 proxy port in environment variable ${PROXYCHAINS_SOCKS5} (if set, no further configuration will be searched)
file listed in environment variable ${PROXYCHAINS_CONF_FILE} or provided as a -f argument to proxychains script or binary.
./proxychains.conf
$(HOME)/.proxychains/proxychains.conf
/etc/proxychains.conf
flatpak 配置位置
# 全局配置
/var/lib/flatpak/repo/config
#
~/.local/share/flatpak/repo/config
比如下载 腾讯会议 https://flathub.org/apps/com.tencent.wemeet, 百度盘 https://flathub.org/apps/com.baidu.NetDisk
下载方法
[user@host]$ proxychains4 flatpak install com.tencent.wemeet.flatpakref
flathub 仓库源
flathub 上海交大镜像源
这篇关于fedora 命令行代理proxychains 使用flatpak下载 flathub包的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!