Apt

zlibc:找不到包

  • September 1, 2021

我正在使用pop os,我想安裝一堆工具,在這個過程中,我收到一個錯誤,告訴我沒有呼叫包zlibc

apt search zlibc 沒有給我任何結果。我該如何設置?我正在嘗試安裝這些工具集:https ://gitlab.com/incoresemi/utils/common_utils/-/raw/master/pesu_install/inst_toolchain.sh

提前致謝!

zlibc已過時並從 Debian中刪除,因此從 Ubuntu 和 Pop!_OS 中刪除。

錯誤應該無關緊要;安裝腳本說

sudo apt-get install zlibc zlib1g zlib1g-dev  # Ubuntu only (ignore if gives error)

引用自:https://unix.stackexchange.com/questions/667148