debian杂项

  • 移除非 Debian 软件包
bash 复制代码
apt list '?narrow(?installed, ?not(?origin(Debian)))'
  • 清理配置文件残留
bash 复制代码
find /etc -name '*.dpkg-*' -o -name '*.ucf-*' -o -name '*.merge-error'
  • 清理已删除的软件包
bash 复制代码
#显示列表
apt list '~c'
#清理
apt purge '~c'
  • 过时的软件包
bash 复制代码
#显示列表
apt list '~o'
#清理
apt purge '~o'
  • 变更源现代格式
bash 复制代码
apt modernize-sources
#有些源需要手动写入限制64位
Architectures: amd64
相关推荐
谜之锋1 天前
银河麒麟 Debian 系统离线deb包安装Mariadb 数据库指南
数据库·debian·mariadb
美丽的欣情6 天前
RK3588 Debian 交叉编译环境搭建(Windows + VMware Debian + CMake)
运维·windows·debian
是店小二呀18 天前
画架构图不想依赖在线平台?把Excalidraw装进自己的NAS
人工智能·debian
七歌杜金房21 天前
我终于又有了自己的 Linux 电脑
linux·debian·mac
2601_961875241 个月前
决战申论100题2026|最新|范文
linux·容器·centos·debian·ssh·fabric·vagrant
AI帮小忙1 个月前
Debian系linux操作系统里安装OpenClaw
linux·运维·debian
sxd20011 个月前
Debian #1135514 bug引发的思考
网络·debian·bug
一池秋_1 个月前
chroot-debian一键部署
android·容器·debian
来点抹茶吗2 个月前
U-Boot、内核移植与根文件系统构建(BeagleBone Green Gateway&AM335X)
linux·嵌入式硬件·ubuntu·debian
赵民勇2 个月前
Debian包systemd服务处理
debian