小白不会搞vlc依赖,(解决了)
Tofloor
poster avatar
lokissmith
deepin
2020-12-12 14:23
Author

软件商店正在装软件,结果出现了安装失败的情况,我想着看看有啥依赖需要装的,然后出现这个

装不了,现在autoremove也用不了,想更到测试版来着upgrade也用不了,关键是我忘了是哪个软件造成的了,现在卡在这里,商店卸载软件都做不到了,有大神看看嘛

Reply Favorite View the author
All Replies
i8520
deepin
2020-12-12 16:26
#1
#卸载程序
sudo apt-get autoremove --purge 文字换程序名称 -y
卸载程序的依赖
sudo apt autoremove -y
安装报错执行试试
sudo apt-get autoremove --purge
sudo apt --fix-broken install

你试试

Reply View the author
lokissmith
deepin
2020-12-12 17:01
#2
i8520
#卸载程序
sudo apt-get autoremove --purge 文字换程序名称 -y
卸载程序的依赖
sudo apt autoremove -y
安装报错执行试试
sudo apt-get autoremove --purge
sudo apt --fix-broken install

你试试

多谢好意,但还是不行

不过我找到了另一个方法

https://www.fujieace.com/kali-linux/dpkg-deb-2.html

执行强制安装倒是好了,就是不知道以后有啥隐患

Reply View the author