mirror of
https://gitee.com/spark-store-project/additional-base-lib
synced 2025-09-23 12:02:22 +08:00
fix markdown layout
This commit is contained in:
parent
7ae060cbc5
commit
da79628931
14
README.en.md
14
README.en.md
@ -5,7 +5,7 @@ Solve the common compatible problem of glibc on GNU/Linux, by lightweight contai
|
|||||||
#### Introdution
|
#### Introdution
|
||||||
|
|
||||||
When running applications, which are not include in system repository, there's sometimes a problem like this, which prevent application to run:
|
When running applications, which are not include in system repository, there's sometimes a problem like this, which prevent application to run:
|
||||||
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.xx' not found (required by /path/to/xxx)
|
``/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.xx' not found (required by /path/to/xxx)``
|
||||||
That's because the application build with higher glibc then running. Someone choose to manually upgrade glibc, but because of the importance of glibc in GNU/Linux, this method usually make the whole OS distroyed. There's some safer but more complex solution, however, the utility here is much easier using and installing, without troubles to damage your operating system.
|
That's because the application build with higher glibc then running. Someone choose to manually upgrade glibc, but because of the importance of glibc in GNU/Linux, this method usually make the whole OS distroyed. There's some safer but more complex solution, however, the utility here is much easier using and installing, without troubles to damage your operating system.
|
||||||
|
|
||||||
#### License
|
#### License
|
||||||
@ -23,22 +23,22 @@ There's no license restriction with scripts such as ablrun. All the library file
|
|||||||
#### Usage
|
#### Usage
|
||||||
|
|
||||||
Install additional-base-lib debian package first:
|
Install additional-base-lib debian package first:
|
||||||
sudo apt install "path/to/package_name.deb"
|
`sudo apt install "path/to/package_name.deb"`
|
||||||
|
|
||||||
Then you can run command, that contains glibc problem, led by ablrun and a space:
|
Then you can run command, that contains glibc problem, led by ablrun and a space:
|
||||||
ablrun [command [arguments ...]]
|
`ablrun [command [arguments ...]]`
|
||||||
|
|
||||||
Uninstall:
|
Uninstall:
|
||||||
sudo apt remove additional-base-lib
|
`sudo apt remove additional-base-lib`
|
||||||
|
|
||||||
|
|
||||||
#### Resources
|
#### Resources
|
||||||
|
|
||||||
Original release page (in Chinese):
|
Original release page (in Chinese):__
|
||||||
https://bbs.deepin.org/post/256555
|
https://bbs.deepin.org/post/256555
|
||||||
|
|
||||||
Common solution for many library problem (in Chinese):
|
Common solution for many library problem (in Chinese):__
|
||||||
https://bbs.deepin.org/post/256081
|
https://bbs.deepin.org/post/256081
|
||||||
|
|
||||||
A help for someone like to port this script to other GNU/Linux platform (in Chinese):
|
A help for someone like to port this script to other GNU/Linux platform (in Chinese):__
|
||||||
https://bbs.deepin.org/post/258721
|
https://bbs.deepin.org/post/258721
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#### 概述
|
#### 概述
|
||||||
|
|
||||||
如果经常在GNU/Linux平台使用非系统软件源内的应用,很容易遇到这样的问题:
|
如果经常在GNU/Linux平台使用非系统软件源内的应用,很容易遇到这样的问题:
|
||||||
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.xx' not found (required by /path/to/xxx)
|
``/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.xx' not found (required by /path/to/xxx)``
|
||||||
这是因为程序编译时的使用的glibc高于运行时使用的版本。网上流传的解决方案通常是让你升级系统中的glibc,但是由于glibc是GNU/Linux系统中极其重要的组件,贸然行事很容易造成系统损坏。尽管确实有一些更合理的解决方法,但是他们都比较麻烦。而这个小工具简单快捷,方便安装,没有任何安全隐患。
|
这是因为程序编译时的使用的glibc高于运行时使用的版本。网上流传的解决方案通常是让你升级系统中的glibc,但是由于glibc是GNU/Linux系统中极其重要的组件,贸然行事很容易造成系统损坏。尽管确实有一些更合理的解决方法,但是他们都比较麻烦。而这个小工具简单快捷,方便安装,没有任何安全隐患。
|
||||||
|
|
||||||
#### 许可
|
#### 许可
|
||||||
|
Loading…
x
Reference in New Issue
Block a user