Ubuntu 24.04에서 아래 2가지 조치가 필요합니다.
Install the Prerequisites
- libglib2.0-0 → libglib2.0-0t64 변경
sudo apt install -y git gcc g++ autoconf automake asciidoc asciidoctor bash-completion xmlto libtool pkg-config libglib2.0-0t64 libglib2.0-dev libfabric1 libfabric-dev doxygen graphviz pandoc libncurses5 libkmod2 libkmod-dev libudev-dev uuid-dev libjson-c-dev libkeyutils-dev libiniparser1 libiniparser-dev bc meson
libncurses5
- Open the apt sources list by running: sudo nano /etc/apt/sources.list.d/ubuntu.sources
- Locate the second entry and modify the Suites field by adding focal-security next to noble-security (https://webshare.cz/#/file/xHpko9cIO1/img-4176-jpeg).
- Save and close the file (CTRL+X, then Y, and Enter).
- Update the package list: sudo apt update
- Install the ncurses5 library: sudo apt install libncurses5
반응형
'【Fundamental Tech】 > Operating System' 카테고리의 다른 글
| [Ubuntu 22.04] 특정 버전의 node 설치 (0) | 2025.07.05 |
|---|---|
| [Ubuntu 22.04] Python 3.12 설치 (0) | 2025.07.05 |
| [SUSE] How to Enable SSH in openSUSE Leap 15.6 (0) | 2024.12.26 |
| [Windows] 배치파일에서 문자열 다루기 (0) | 2024.11.01 |
| [Ubuntu 22.04] ndctl build issue (0) | 2024.11.01 |
댓글