12 lines
369 B
Markdown
12 lines
369 B
Markdown
- dpkg install weixin error #linux
|
|
- https://askubuntu.com/questions/1241362/fix-package-post-installation-script-subprocess-returned-error-exit-status-10-fo
|
|
- ```zsh
|
|
sudo rm /var/lib/dpkg/info/libpaper1*
|
|
sudo dpkg --configure -D 777 libpaper1
|
|
sudo apt -f install
|
|
```
|
|
- ```zsh
|
|
sudo apt autoremove weixin
|
|
sudo dpkg -i weixin
|
|
```
|
|
- [[Java8实战]] |