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
相关推荐
羌俊恩3 天前
统信UOS存在elfverify绕过漏洞
debian·grub·uos v20·内核升级·deb包
污斑兔10 天前
Debian 普通用户无 sudo 权限问题排查与解决
运维·debian
tobebetter952713 天前
Debian / Ubuntu openclaw 浏览器自动化
ubuntu·自动化·debian
allway215 天前
Debian Regular Expressions
运维·debian·scala
brucelee18615 天前
Debian 安装 Ollama 教程
debian·ollama·open claw
AiGuoHou116 天前
Debian/Ubuntu 各个版本一键更换国内镜像源
linux·ubuntu·国内源·debian·镜像源·换源
木子欢儿21 天前
在 Debian 12 上安装多个版本的 php(7.3、7.4、8.1、8.2)
运维·开发语言·debian·php
無法複制22 天前
debian安装Postgresql-14.x
运维·postgresql·debian
liulilittle1 个月前
OPENPPP2静态隧道UDP中断问题排查与解决
网络·网络协议·ubuntu·udp·debian·信息与通信·通信
liulilittle1 个月前
Debian/Ubuntu 18.04 上安装 GLIBC 2.28 (2026)
linux·运维·服务器·开发语言·c++·ubuntu·debian