Linux manjaro 安裝glibc指定版本

2021-08-21 16:30:12 字數 1355 閱讀 5584

檢視現在系統的glibc版本

strings /lib64/libc.so.6

|grep glibc_

直接安裝最新版

sudo pacman -s glibc lib32-glibc

--force

安裝glibc 2.19版本

wget

.edu

.cn/gnu/libc/glibc-2.19

.tar

.xz#解壓

tar -xf glibc-2.19

.tar

.xz#直接在此目錄編譯,使用./configure會報錯(configure: error: you must configure in a separate build directory)

./glibc-2.19/configure --prefix=/usr --enable-profile --enable-add-ons --with-headers=/usr/include --with-binutils=/usr/bin

make

#安裝sudo make install

#安裝完畢,重新建立快取

sudo ldconfig

最新版本安裝

其他

#錯誤,把lib32-glibc一同更新

錯誤:無法準備事務處理 (無法滿足依賴關係)

:: lib32-glibc:安裝 glibc (2.27-3) 將破壞依賴關係 'glibc=2.26'

#錯誤,使用--force

錯誤:無法提交處理 (有衝突的檔案)

glibc: 檔案系統中已存在 /usr/include/bits/_g_config.h

glibc: 檔案系統中已存在 /usr/include/bits/floatn-common.h

glibc: 檔案系統中已存在 /usr/include/bits/libio.h

glibc: 檔案系統中已存在 /usr/include/bits/mman-shared.h

glibc: 檔案系統中已存在 /usr/include/bits/ptrace-shared.h

glibc: 檔案系統中已存在 /usr/include/bits/types/__sigval_t.h

#直接安裝

sudo pacman -s lib32-glibc glibc --force

linux manjaro 下安裝jlink驅動

本人的linux是manjaro發行版本的,網上看到別人用ubuntu遇到很多問題,我裝驅動的時候沒遇到問題,可能環境不一樣吧 首先獲取許可權,執行 sudo su執行jlinkexe jlinkexe顯示 segger j link commander v6.32c compiled may 11...

linux manjaro簡單式安裝常用軟體

本人使用物理機安裝的,manjaro版本號是manjaro xfce 18.1.0 stable x86 64。以下是小白式安裝軟體。1 更改國內源 sudo pacman mirrors i c china m rank sudo pacman syy 2 ibus輸入法,在pacman mana...

linux manjaro簡單式安裝常用軟體

本人使用物理機安裝的,manjaro版本號是manjaro xfce 18.1.0 stable x86 64。以下是小白式安裝軟體。1 更改國內源 sudo pacman mirrors i c china m rank sudo pacman syy 2 ibus輸入法,在pacman mana...