kali-linux - 如何卸载使用 dpkg 安装的软件包

标签 kali-linux

我已经使用 dpkg 在我的 Kali Linux 机器上安装了 steam。我想卸载 steam。

我已经尝试使用 dpkg -r steam_latestdpkg --purge steam_latest 卸载 steam,但出现错误

dpkg: warning: ignoring request to remove steam_latest which isn't installed

我还尝试使用apt卸载它。这是 apt

的结果

Reading package lists... Done Building dependency tree
Reading state information... Done
Package 'steam:i386' is not installed, so not removed
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies: steam-launcher : Depends: python-apt but it is not going to be installed Recommends: jockey-common but it is not installable

E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

最佳答案

尝试:sudo apt-get purge '^steam.*'

关于kali-linux - 如何卸载使用 dpkg 安装的软件包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58316744/

相关文章:

linux - 包括/配置/auto.conf.cmd : No such file or directory [Kali Linux]

python-3.x - Buildozer 找不到 Cython

linux - 修复在 Kali 中安装 Teensyduino 时加载共享库 : libpng12. so.0 时出现的错误

python - 使用GitHub Decoder脚本解码有效载荷

android - 异常 : Unable to generate build files in flutter

linux - Kali Linux 安装 Bluto

docker - 如何在 docker 容器上使用主机 ip?

azure - 无法将 azure cli 升级到最新版本

python - KaToolin 似乎只是硬编码了这个唯一的 key 才能工作,我们如何判断它是否合法地绑定(bind)回真实的 Kali 项目?