🐕Ubuntu 24.04 上安装libssl1.1

This commit is contained in:
zyimm 2024-05-12 14:14:45 +08:00
parent adccf20fbe
commit 817f5b8ec5
51 changed files with 20 additions and 0 deletions

0
README.md Normal file → Executable file
View File

0
_posts/AI/ChatGPT.md Normal file → Executable file
View File

0
_posts/Linux/command/batch_del_many_files.md Normal file → Executable file
View File

0
_posts/Linux/command/service-systemctl-diff.md Normal file → Executable file
View File

0
_posts/Linux/docker/24.04.md Normal file → Executable file
View File

0
_posts/Linux/docker/clear-docker.md Normal file → Executable file
View File

0
_posts/Linux/docker/container-network-ip.md Normal file → Executable file
View File

0
_posts/Linux/docker/docker-exec-cd.md Normal file → Executable file
View File

0
_posts/Linux/docker/docker-login-err.md Normal file → Executable file
View File

0
_posts/Linux/docker/dockerfile-best-op.md Normal file → Executable file
View File

0
_posts/Linux/docker/php56-zip.md Normal file → Executable file
View File

0
_posts/Linux/docker/php8-event.md Normal file → Executable file
View File

0
_posts/Linux/git/git-compile-with-centos.md Normal file → Executable file
View File

0
_posts/Linux/linux-command.md Normal file → Executable file
View File

0
_posts/Linux/other/cron.md Normal file → Executable file
View File

0
_posts/Linux/other/ref-site.md Normal file → Executable file
View File

View File

0
_posts/Linux/ssh/ssh-password-free-login.md Normal file → Executable file
View File

0
_posts/Linux/systemd.md Normal file → Executable file
View File

0
_posts/Linux/ubuntu/charles-install.md Normal file → Executable file
View File

0
_posts/Linux/ubuntu/clear-invalid-package.md Normal file → Executable file
View File

0
_posts/Linux/ubuntu/desktop-locate.md Normal file → Executable file
View File

View File

@ -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
```

0
_posts/Linux/ubuntu/network-drive-repair.md Normal file → Executable file
View File

0
_posts/Linux/ubuntu/update-snap.md Normal file → Executable file
View File

0
_posts/Linux/virtual/qemu-guide.md Normal file → Executable file
View File

0
_posts/Personal/2023-year-end.md Normal file → Executable file
View File

0
_posts/Personal/keyboard/v700s.md Normal file → Executable file
View File

0
_posts/code-first.md Normal file → Executable file
View File

0
_posts/git/batch_delete_branch.md Normal file → Executable file
View File

0
_posts/git/merge-logs-single.md Normal file → Executable file
View File

0
_posts/git/no-login-required.md Normal file → Executable file
View File

0
_posts/git/questions.md Normal file → Executable file
View File

0
_posts/git/rm-cache-file.md Normal file → Executable file
View File

0
_posts/hello-world.md Normal file → Executable file
View File

0
_posts/前端/caniuse.md Normal file → Executable file
View File

0
_posts/前端/npm-serror.md Normal file → Executable file
View File

0
_posts/数据库/Mysql/batch_drop_table.md Normal file → Executable file
View File

0
_posts/数据库/Mysql/mysqldump-error.md Normal file → Executable file
View File

0
_posts/算法/algorithm-characteristic.md Normal file → Executable file
View File

0
_posts/编程/C++/env-setup.md Normal file → Executable file
View File

0
_posts/编程/C语言/implements-php-array.md Normal file → Executable file
View File

0
_posts/编程/C语言/pointer.md Normal file → Executable file
View File

0
_posts/编程/PHP/PHP8.3-Released.md Normal file → Executable file
View File

0
_posts/编程/PHP/composer.md Normal file → Executable file
View File

0
_posts/编程/PHP/coroutine/yield-coroutine.md Normal file → Executable file
View File

0
_posts/编程/PHP/install-php-ext-http.md Normal file → Executable file
View File

0
_posts/编程/PHP/reactphp/promise.md Normal file → Executable file
View File

0
_posts/编程/PHP/standard.md Normal file → Executable file
View File

0
_posts/编程/设计模式/行为模式/Strategy.md Normal file → Executable file
View File

View File