Manjaro i3에 VirtualBox 설치, 오류: 대상을 찾을 수 없음: virtualbox

Manjaro i3에 VirtualBox 설치, 오류: 대상을 찾을 수 없음: virtualbox

나는 설치했다만자로 i3이제 내 시스템에 설치하고 싶습니다.가상 상자위에.

~에 따르면Manjaro의 VirtualBox 위키, 설치해야 해요다음 명령을 사용하십시오.

pamac install virtualbox $(pacman -Qsq "^linux" | grep "^linux[0-9]*[-rt]*$" | awk '{print $1"-virtualbox-host-modules"}' ORS=' ')

virtual-guest-iso: Guest Additions CD image필요에 따라 선택할 수 있는 몇 가지 선택적 종속성을 제공합니다.공유 된 폴더나중에. 하지만 다음 오류가 발생합니다.

Synchronizing package databases...
Error: could not open file /var/lib/pacman/sync/core.db: Unrecognized archive format
Error: could not open file /var/lib/pacman/sync/extra.db: Unrecognized archive format
Error: could not open file /var/lib/pacman/sync/community.db: Unrecognized archive format
Error: could not open file /var/lib/pacman/sync/multilib.db: Unrecognized archive format
Error: Failed to prepare transaction: target not found: virtualbox-guest-iso

다시 실행하면 다음 오류가 발생합니다.

Error: target not found: virtualbox

sudo pacman -Syu이제 동일한 오류가 발생하므로 더 이상 아무것도 할 수 없습니다 .

:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
error: could not open file /var/lib/pacman/sync/core.db: Unrecognized archive format
error: could not open file /var/lib/pacman/sync/extra.db: Unrecognized archive format
error: could not open file /var/lib/pacman/sync/community.db: Unrecognized archive format
error: could not open file /var/lib/pacman/sync/multilib.db: Unrecognized archive format
error: database 'core' is not valid (invalid or corrupted database (PGP signature))
error: database 'extra' is not valid (invalid or corrupted database (PGP signature))
error: database 'community' is not valid (invalid or corrupted database (PGP signature))
error: database 'multilib' is not valid (invalid or corrupted database (PGP signature))
:: Starting full system upgrade...
 there is nothing to do

이제 따르면[해결됨] 인식할 수 없는 아카이브 형식(core.db, extra.db 등)/var/lib/pacman/sync, 디렉터리의 모든 항목을 반복적으로 삭제하여 이 문제를 해결할 수 있었습니다 . 이제는 아주 잘 할 수 있어요 sudo pacman -Syu.

그러나 설치를 위해 첫 번째 명령을 실행하면 VirtualBox동일한 오류가 발생하고 모든 것이 반복됩니다.

이 문제를 어떻게 해결하고 VirtualBox설치할 수 있습니까 Manjaro i3?

답변1

이것이 여전히 누군가에게 문제가 되는 경우: Manjaro Wiki가 업데이트되어 잘못된 명령을 제거했습니다.

sudo pacman -Syu virtualbox linux54-virtualbox-host-modules

5.4.XX 커널을 실행한다고 가정하면 virtualbox를 설치해야 합니다.

mhwd-kernel -li                                                           
> Currently running: 5.4.0-1-MANJARO (linux54)
> The following kernels are installed in your system:
>   * linux54

관련 정보