initial commit
This commit is contained in:
12
journals/2023_03_25.md
Normal file
12
journals/2023_03_25.md
Normal file
@@ -0,0 +1,12 @@
|
||||
- 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实战]]
|
||||
Reference in New Issue
Block a user