CentOS8 OS 설치/cockpit/리포지토리 추가/Ansible/snappy
RHEL 8 배포 고려 사항 Red Hat Enterprise Linux 8 | Red Hat Customer Portal
Download
htp //ftp. 그럼. 와우. 아 d. jp/pu b/ぃぬ x/센토 s/8/이자 s/x86_64/
CentOS-8-x86_64-1905-boot.iso
htp //ftp. 그럼. 와우. 아 d. jp/pub/ぃぬx/전과 s/8-st레아m/이소 s/x86_64/
CentOS-Stream-x86_64-boot.iso
설치
로그인 화면
텍스트
Esc
키를 누르면 부팅 메뉴의 옵션 수동 입력.cockpit
systemctl enable --now cockpit.socket
기타 리포지토리
elrepo
yum install elrepo-release
epel,remi
wget "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
wget "https://rpms.remirepo.net/enterprise/remi-release-8.rpm"
rpm -ivh epel-release-latest-8.noarch.rpm
rpm -ivh remi-release-8.rpm
puppetlabs
wget "https://yum.puppetlabs.com/puppet-release-el-8.noarch.rpm"
rpm -ivh puppet-release-el-8.noarch.rpm
Ansible
pip3 install ansible --user
snappy
/usr/lib/rpm/redhat/redhat-hardened-cc1 해결
gcc: 오류:/usr/lib/rpm/redhat/redhat-hardened-cc1: 이러한 파일이나 디렉터리가 없습니다.
yum install -y redhat-rpm-config
cc1plus 해결
gcc: error trying to exec 'cc1plus': execvp: 이러한 파일이나 디렉토리가 없습니다.
yum install -y gcc-c++
Python.h
Python.h : 그러한 파일이나 디렉토리가 없습니다.
yum install -y python36-devel
snappy-c.h
snappy-c.h: 이러한 파일이나 디렉토리가 없습니다.
yum install -y git
git clone https://github.com/google/snappy/
cd snappy
yum install -y make cmake gcc
mkdir build && cd build
export CXXFLAGS="-fPIC"
cmake ..
make
make install
snappy 설치
pip3 install python-snappy
python3 -m snappy --help
Reference
이 문제에 관하여(CentOS8 OS 설치/cockpit/리포지토리 추가/Ansible/snappy), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/tukiyo3/items/d87c8752f2b59f73d062텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)