Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

一个优雅、轻量级的fedora下的安装管理

License

Notifications You must be signed in to change notification settings

shiro123444/sideload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTK4 Libadwaita Python License Platform

Sideload

在 Fedora/GNOME 上安装和管理第三方软件包。

功能

  • 支持 .deb.tar.gz 格式
  • 拖放安装
  • Distrobox 容器隔离安装(仅 DEB)
  • 应用管理:编辑图标、名称、启动命令
  • 自动创建桌面图标和菜单项

安装

# 依赖
sudo dnf install python3-gobject gtk4 libadwaita

# 安装
git clone https://github.com/shiro123444/sideload.git
cd sideload
./install.sh

使用

  • 拖放软件包到窗口
  • 或点击选择文件
  • 或命令行:sideload /path/to/package.deb

项目结构

sideload/
├── sideload.py      # 主程序
├── install.sh       # 安装脚本
├── uninstall.sh     # 卸载脚本
├── LICENSE          # MIT 许可证
└── README.md

技术栈

组件 技术
UI 框架 GTK4 + Libadwaita
语言 Python 3
容器 Distrobox (可选)
桌面集成 XDG Desktop Entry

许可证

MIT License © 2024

About

一个优雅、轻量级的fedora下的安装管理

Resources

License

Stars

Watchers

Forks

Packages

No packages published