%EC%97%90%EC%84%9C%20%ED%8C%A8%ED%82%A4%EC%A7%80%EB%A5%BC%20%EC%B0%BE%EC%9D%84%20%EC%88%98%20%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
VirtualBox에 CentOS를 VM으로 설치하고 있습니다.
RPF 퓨전 저장소에서 설치하려는 일부 패키지에 문제가 있습니다. 나는 찾았다VirtualBox-guest-additions-5.2.16-1.el7.x86_64패키지 참조이 페이지에서에 의해 배포된다는 것을 알려주었습니다 Distribution: RPM Fusion
.
그러나 내가 달릴 때 sudo yum search VirtualBox-guest-additions
나는 No matches found
.
내 repolist에는 rpmfusion의 repo가 활성화되어 있는 것 같습니다.
[foobar@localhost ~]$ sudo yum repolist
Modules complémentaires chargés : fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: centos.crazyfrogs.org
* epel: epel.besthosting.ua
* extras: centos.crazyfrogs.org
* rpmfusion-free-updates: fedora.tu-chemnitz.de
* rpmfusion-nonfree-updates: fedora.tu-chemnitz.de
* updates: centos.mirror.ate.info
id du dépôt nom du dépôt statut
base/7/x86_64 CentOS-7 - Base 9 911
epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 12 656
extras/7/x86_64 CentOS-7 - Extras 370
rpmfusion-free-updates/x86_64 RPM Fusion for EL 7 - Free - Updates 230
rpmfusion-nonfree-updates/x86_64 RPM Fusion for EL 7 - Nonfree - Updates 57
updates/7/x86_64
이 패키지가 설치되지 않는 이유를 확인하려면 무엇을 확인해야 합니까?
답변1
언제든지 저장소에서 직접 파일을 다운로드할 수 있습니다.
VirtualBox-guest-additions-5.2.16-1.el7.x86_64.rpm
아니면 왜 사용하지 않습니까?공식적인VirtualBox 저장소?
[virtualbox]
name=Fedora $releasever - $basearch - VirtualBox
baseurl=http://download.virtualbox.org/virtualbox/rpm/fedora/$releasever/$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://www.virtualbox.org/download/oracle_vbox.asc
이는 VirtualBox-5.2-5.2.8_121009_el7-1.x86_64.rpm
CentOS 7 x64의 최신 버전인 것으로 보입니다.