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
相关推荐
路多辛2 天前
Debian新一代的APT软件源配置文件格式DEB822详解
linux·运维·ubuntu·debian
飘飘燃雪7 天前
在 Linux 系统上安装 Docker 的步骤如下(以 Ubuntu/Debian为例)
linux·ubuntu·docker·debian
ℳ₯㎕ddzོꦿ࿐9 天前
在 Debian 系统上安装 Redis服务
运维·redis·debian
samson_www10 天前
Debian系统更新实现
运维·debian
木子欢儿13 天前
在 Debian 12 上安装 Xfce 桌面
java·linux·运维·服务器·debian
Vdeilae13 天前
debian 时间同步 设置ntp服务端 客户端
java·服务器·debian
皓月盈江14 天前
Linux Deepin深度操作系统应用商店加载失败,安装星火应用商店
linux·debian·deepin·国产操作系统·深度操作系统·星火应用商店·deepin应用商店加载失败
没有余地 EliasJie17 天前
Ubuntu/Debian 搭建 Nginx RTMP 服务器全攻略
服务器·ubuntu·debian
第四维度417 天前
【Debian】4-‌2 Gitea搭建
运维·debian·gitea