lcw0268
deepin
2021-03-20 20:40 sudo apt install -f
Reply Like 0 View the author
sudo apt install -f
sudo dpkg --configure -a && sudo apt -f install
我怎么卸载它?
我怎么卸载它?
sudo apt purge(remove) ***

@ lcw0268 卸载过程出错
建议先按7楼操作
sudo dpkg --purge jabref
整不明白了,我决定系统重新安装
到/var/lib/dpkg/info找到jabref 的jabref.prerm和jabref.postrm脚本,用sudo vim 打开,在恰当的位置写上exit 0 (一般是#!/bin/sh之后的一行)
保存,重新运行apt -f install
卸载不完全怎么办?