Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 크롬
- audit
- Python
- Audit Log
- Kubernetes
- JSON
- Shell
- GPU
- K8S
- RHEL
- docker
- CentOS
- log
- PostgreSQL
- Linux
- centos 7.5
- C
- bash
- Chrome
- zabbix
- yum
- 파이썬
- 빅데이터
- Elasticsearch
- rsyslog
- syslog
- GNOME
- 서울시민카드
- 디렉토리
- Elk
Archives
- Today
- Total
Sysops Notepad
[Linux] bzip2 설치하기 본문
728x90
압축 파일을 다운 받아서 압축해제를 하려는데 에러가 발생한다.
[root@sysops build]# tar -xvf pdns-4.5.2.tar.bz2
tar (child): cannot run bzip2: No such file or directory
tar (child): trying lbzip2
tar (child): lbzip2: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
.
bzip2를 설치해주자
[root@sysops build]# yum install bzip2
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.kakao.com
* epel: mirrors.nipa.cloud
* extras: mirror.kakao.com
* updates: mirror.kakao.com
Resolving Dependencies
--> Running transaction check
---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
==============================================================================================================================================
Package Arch Version Repository Size
==============================================================================================================================================
Installing:
bzip2 x86_64 1.0.6-13.el7 base 52 k
Transaction Summary
==============================================================================================================================================
Install 1 Package
Total download size: 52 k
Installed size: 82 k
Is this ok [y/d/N]: ^[[A
Is this ok [y/d/N]: y
Downloading packages:
bzip2-1.0.6-13.el7.x86_64.rpm | 52 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : bzip2-1.0.6-13.el7.x86_64 1/1
Verifying : bzip2-1.0.6-13.el7.x86_64 1/1
Installed:
bzip2.x86_64 0:1.0.6-13.el7
Complete!
잘된다~
[root@sysops build]# tar -xvf pdns-4.5.2.tar.bz2
pdns-4.5.2/
pdns-4.5.2/ext/
pdns-4.5.2/ext/Makefile.am
pdns-4.5.2/ext/luawrapper/
pdns-4.5.2/ext/luawrapper/include/
pdns-4.5.2/ext/luawrapper/include/LuaContext.hpp
pdns-4.5.2/ext/Makefile.in
pdns-4.5.2/ext/ipcrypt/
pdns-4.5.2/ext/ipcrypt/LICENSE
pdns-4.5.2/ext/ipcrypt/Makefile.am
pdns-4.5.2/ext/ipcrypt/ipcrypt.c
728x90
'업무 > etc' 카테고리의 다른 글
[Linux] curl 컴파일 (0) | 2021.11.24 |
---|---|
[Linux] A compiler with support for C++17 language features is required. 에러 발생시 조치방법 (0) | 2021.11.24 |
[Linux] git 설치 (0) | 2021.11.15 |
[Linux] Centos python 3.9.x 버전 설치 (0) | 2021.11.15 |
[Linux] Streamlit 설치 (0) | 2021.11.15 |
Comments