关于
此为测试仓库可用性评估及UI美化等用途而建立的实验性源仓库。
若要使用其内容,请遵守GPLv3许可证。
使用前请详阅:
GPLv3 英文版
GPLv3 中文版
声明
本仓库将不定期更新,请在终端确保使用的为最新版本。
目前仅提供 amd64 (x86_64) 以及 arm64 (aarch64) 的软件。请确定架构吻合后再使用。
实验性内容不保证任何稳定运行,请三思后再行动。
错误使用造成的损失等,我方概不负责。
本仓库为开放使用,若有任何疑问等,欢迎提出。
仓库
实验性源仓库地址:
https://dist.piscesys.com
软件源基本资讯如下
Origin: Piscesys
Suite: kinetic
Label: experimental
Codename: kinetic
Architectures: amd64 arm64
Components: main
Description: Piscesys experimental repository
内容
软件名称 / 描述 (A-Z)
appmotor 优化器
fishui 使用者界面
libpisces 图书馆
pisces-calamares 安装器
pisces-calculator 计算器
pisces-core 核心
pisces-cursor-themes 光标主题
pisces-daemon 守护进程
pisces-debinstaller 包安装器
pisces-dock 坞
pisces-filemanager 文件浏览器
pisces-gtk-themes GTK主题
pisces-icons 图标
pisces-kwin-plugins Kwin插件
pisces-launcher 启动器
pisces-qt-plugins QT插件
pisces-screenlocker 锁屏
pisces-screenshot 截屏
pisces-sddm-theme SDDM主题
pisces-settings 设置
pisces-statusbar 状态列
pisces-terminal 终端
pisces-texteditor 文本编辑器
pisces-updator 更新器
pisces-videoplayer 视频播放器
piscesys-grub-theme GRUB主题
piscesys-plymouth-theme 启动画面主题
piscesys-wallpapers 壁纸包
使用
手动
您可以将下列内容添加至/etc/apt/sources.list内
或于/etc/apt/sources.list.d/内创建一个文件,并写入下列内容
若不确定当前架构,可以使用uname -i查看。
amd64 (x86_64)
deb [arch=amd64] https://dist.piscesys.com/ main
arm64 (aarch64)
deb [arch=arm64] https://dist.piscesys.com/ main
添加完成并保存后,即完成仓库的添加
下一步,你需要导入仓库公钥。请使用下列指令。
apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv-keys 55E8A4EE4F1DB8
你现在已经完成了。使用apt update来更新软件列表吧。
自动
一键脚本
wget -P /etc/apt/sources.list.d/ -N http://dist.piscesys.com/piscesys.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv-keys 55E8A4EE4F1DB8D5
apt update
错误排除
如果出现Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg)时请使用下列指令,并且再试一次。
mv /etc/apt/trusted.gpg /etc/apt/trusted.gpg.d/
本内容仅适用于Debian系GNU/Linux等操作系统
2023/02/04 announce & add arm64
2023/02/03 add content
2023/02/02 Inital
Takasaka Chikuho