Files
logseq/journals/2023_03_25.md

12 lines
369 B
Markdown
Executable File

- 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实战]]