안녕하세요, VMware를 설치하는 데 몇 가지 문제가 있습니다. 저는 우분투를 처음 접하는데 도와주실 수 있나요?
E: The repository 'http://ppa.launchpad.net/ehoover/compholio/ubuntu artful Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
답변1
ppa:ehoover/compholio에는 Ubuntu 17.10용 패키지가 없으므로 소프트웨어 소스에서 이 ppa를 제거하십시오.
sudo add-apt-repository --remove ppa:ehoover/compholio sudo apt update
다음에서 Linux용 최신 VMware Workstation Player 버전을 다운로드하세요.공식 VMware 웹 사이트.
cd
다운로드한 VMware .bundle 파일이 있는 디렉토리로 다음을 사용하여 디렉토리를 변경합니다 .cd /path/to/directory/that/contains/VMware-bundle
VMware Player 번들 파일을 실행 가능하게 만듭니다.
chmod +x VMware-Player-14.1.1-7528167.x86_64.bundle
VMware 플레이어를 설치합니다.
sudo sh ./VMware-Player-14.1.1-7528167.x86_64.bundle
VMware에서 호스팅되는 가상 머신용 Open VMware Tools를 설치합니다. VMware 가상 머신의 기능, 사용자 경험 및 관리를 개선하는 가상화 유틸리티 및 드라이버 제품군입니다.
sudo apt install open-vm-tools-desktop