일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 보르비스초월
- KB국민카드
- 알뜰폰
- ConoHa
- proxmox
- 시놀로지
- 티스토리
- OpenWrt
- 킹북이초월
- Rocky
- 램가스초월
- iptime
- 윈도우10
- jQuery
- 복현오거리
- KB증권
- PHP-FPM
- centos
- 가상서버호스팅
- php
- 스톤에이지
- 소비전력
- 아파치
- 자바스크립트
- mysql
- SKT
- 알리익스프레스
- Apache
- 리눅스
- 라즈베리파이2
- Today
- Total
맛집 여행 캠핑 일상 생활
[CentOS] 라즈베리파이2 arm32 epel-release 설치 방법 본문
728x90
라즈베리파이2를 재활용 하려니 할게 많네요~
더군다나 CentOS 7 버전이라 더 힘드네요~
Rocky Linux 는 64bit 부터 지원이 되서 할 수 없이 고난의 길로 갈 수 밖에 없네요~
[root@raspberry yum.repos.d]# yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
Loaded plugins: fastestmirror
Cannot open: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm. Skipping.
Error: Nothing to do
epel-release 를 설치하려고 하니 안되는군요~
브라우저에서 해당 주소를 찾아가보니 epel-release-latest-7.noarch.rpm 파일이 사라지고 없네요~
8과 9만 보입니다.
# vi /etc/yum.repos.d/epel-tmp.repo
[epel]
name=Extra Packages for Enterprise Linux 7 - $basearch
baseurl=https://vault.centos.org/altarch/7/epel/armhfp/
enabled=1
gpgcheck=0
baseurl 값은 CentOS 버전에 맞는 위치를 적어주시면 됩니다.
세부 버전을 모르신다면 그냥 위와 같이 하면 됩니다.
[root@raspberry yum.repos.d]# yum install epel-release
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
epel | 3.8 kB 00:00
Resolving Dependencies
--> Running transaction check
---> Package epel-release.noarch 0:7-14 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
epel-release noarch 7-14 epel 14 k
Transaction Summary
================================================================================
Install 1 Package
Total download size: 14 k
Installed size: 25 k
Is this ok [y/d/N]: y
Downloading packages:
epel-release-7-14.noarch.rpm | 14 kB 00:01
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : epel-release-7-14.noarch 1/1
Verifying : epel-release-7-14.noarch 1/1
Installed:
epel-release.noarch 0:7-14
Complete!
epel-release rpm 설치가 완료되었습니다.
이제 또 어떤 고난이 있을지 궁금하네요~
728x90
반응형
'LINUX' 카테고리의 다른 글
[Linux] 무선랜 WiFi Hotspot AP 만드는 방법 (0) | 2024.08.27 |
---|---|
[CentOS] 7.x pstree 명령어 psmisc 설치 (0) | 2024.08.14 |
[CentOS] yum update 에러 (0) | 2024.08.11 |
[라즈베리파이] CentOS microSD 공간 확장 (0) | 2024.08.10 |
[Proxmox] vnStat PHP Frontend 설치하기 (0) | 2024.07.25 |
Trackback : | Comments :