diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/_posts/AI/ChatGPT.md b/_posts/AI/ChatGPT.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/command/batch_del_many_files.md b/_posts/Linux/command/batch_del_many_files.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/command/service-systemctl-diff.md b/_posts/Linux/command/service-systemctl-diff.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/docker/24.04.md b/_posts/Linux/docker/24.04.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/docker/clear-docker.md b/_posts/Linux/docker/clear-docker.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/docker/container-network-ip.md b/_posts/Linux/docker/container-network-ip.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/docker/docker-exec-cd.md b/_posts/Linux/docker/docker-exec-cd.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/docker/docker-login-err.md b/_posts/Linux/docker/docker-login-err.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/docker/dockerfile-best-op.md b/_posts/Linux/docker/dockerfile-best-op.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/docker/php56-zip.md b/_posts/Linux/docker/php56-zip.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/docker/php8-event.md b/_posts/Linux/docker/php8-event.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/git/git-compile-with-centos.md b/_posts/Linux/git/git-compile-with-centos.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/linux-command.md b/_posts/Linux/linux-command.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/other/cron.md b/_posts/Linux/other/cron.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/other/ref-site.md b/_posts/Linux/other/ref-site.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/share/local-folders-to-remote-Samba-dir.md b/_posts/Linux/share/local-folders-to-remote-Samba-dir.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/ssh/ssh-password-free-login.md b/_posts/Linux/ssh/ssh-password-free-login.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/systemd.md b/_posts/Linux/systemd.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/ubuntu/charles-install.md b/_posts/Linux/ubuntu/charles-install.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/ubuntu/clear-invalid-package.md b/_posts/Linux/ubuntu/clear-invalid-package.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/ubuntu/desktop-locate.md b/_posts/Linux/ubuntu/desktop-locate.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/ubuntu/libssl-install-on24.04.md b/_posts/Linux/ubuntu/libssl-install-on24.04.md new file mode 100644 index 0000000..727932f --- /dev/null +++ b/_posts/Linux/ubuntu/libssl-install-on24.04.md @@ -0,0 +1,20 @@ +--- +title: 🐕Ubuntu 24.04 上安装libssl1.1 +date: 2024-05-11 +tags: + - Ubuntu +--- + +在ubuntu 24.04上安装linux原生微信客户端时出现的问题: + +下列软件包有未满足的依赖关系: + com.tencent.wechat : 依赖: libssl1.1 (>= 1.1.0) 但无法安装它 +E: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。 + +**解决办法:** +安装libssl1.1 + +```sh +wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb +sudo apt install libssl1.1_1.1.0g-2ubuntu4_amd64.deb +``` diff --git a/_posts/Linux/ubuntu/network-drive-repair.md b/_posts/Linux/ubuntu/network-drive-repair.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/ubuntu/update-snap.md b/_posts/Linux/ubuntu/update-snap.md old mode 100644 new mode 100755 diff --git a/_posts/Linux/virtual/qemu-guide.md b/_posts/Linux/virtual/qemu-guide.md old mode 100644 new mode 100755 diff --git a/_posts/Personal/2023-year-end.md b/_posts/Personal/2023-year-end.md old mode 100644 new mode 100755 diff --git a/_posts/Personal/keyboard/v700s.md b/_posts/Personal/keyboard/v700s.md old mode 100644 new mode 100755 diff --git a/_posts/code-first.md b/_posts/code-first.md old mode 100644 new mode 100755 diff --git a/_posts/git/batch_delete_branch.md b/_posts/git/batch_delete_branch.md old mode 100644 new mode 100755 diff --git a/_posts/git/merge-logs-single.md b/_posts/git/merge-logs-single.md old mode 100644 new mode 100755 diff --git a/_posts/git/no-login-required.md b/_posts/git/no-login-required.md old mode 100644 new mode 100755 diff --git a/_posts/git/questions.md b/_posts/git/questions.md old mode 100644 new mode 100755 diff --git a/_posts/git/rm-cache-file.md b/_posts/git/rm-cache-file.md old mode 100644 new mode 100755 diff --git a/_posts/hello-world.md b/_posts/hello-world.md old mode 100644 new mode 100755 diff --git a/_posts/前端/caniuse.md b/_posts/前端/caniuse.md old mode 100644 new mode 100755 diff --git a/_posts/前端/npm-serror.md b/_posts/前端/npm-serror.md old mode 100644 new mode 100755 diff --git a/_posts/数据库/Mysql/batch_drop_table.md b/_posts/数据库/Mysql/batch_drop_table.md old mode 100644 new mode 100755 diff --git a/_posts/数据库/Mysql/mysqldump-error.md b/_posts/数据库/Mysql/mysqldump-error.md old mode 100644 new mode 100755 diff --git a/_posts/算法/algorithm-characteristic.md b/_posts/算法/algorithm-characteristic.md old mode 100644 new mode 100755 diff --git a/_posts/编程/C++/env-setup.md b/_posts/编程/C++/env-setup.md old mode 100644 new mode 100755 diff --git a/_posts/编程/C语言/implements-php-array.md b/_posts/编程/C语言/implements-php-array.md old mode 100644 new mode 100755 diff --git a/_posts/编程/C语言/pointer.md b/_posts/编程/C语言/pointer.md old mode 100644 new mode 100755 diff --git a/_posts/编程/PHP/PHP8.3-Released.md b/_posts/编程/PHP/PHP8.3-Released.md old mode 100644 new mode 100755 diff --git a/_posts/编程/PHP/composer.md b/_posts/编程/PHP/composer.md old mode 100644 new mode 100755 diff --git a/_posts/编程/PHP/coroutine/yield-coroutine.md b/_posts/编程/PHP/coroutine/yield-coroutine.md old mode 100644 new mode 100755 diff --git a/_posts/编程/PHP/install-php-ext-http.md b/_posts/编程/PHP/install-php-ext-http.md old mode 100644 new mode 100755 diff --git a/_posts/编程/PHP/reactphp/promise.md b/_posts/编程/PHP/reactphp/promise.md old mode 100644 new mode 100755 diff --git a/_posts/编程/PHP/standard.md b/_posts/编程/PHP/standard.md old mode 100644 new mode 100755 diff --git a/_posts/编程/设计模式/行为模式/Strategy.md b/_posts/编程/设计模式/行为模式/Strategy.md old mode 100644 new mode 100755 diff --git a/_posts/编程/设计模式/行为模式/factory-method.md b/_posts/编程/设计模式/行为模式/factory-method.md old mode 100644 new mode 100755