artful release 没有发布文件

artful release 没有发布文件

大家好,我在安装 VMware 时遇到了一些问题。我是 ubuntu 新手,你们能帮我吗?

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

  1. ppa:ehoover/compholio 中没有适用于 Ubuntu 17.10 的任何软件包,因此请从软件源中删除此 ppa:

    sudo add-apt-repository --remove ppa:ehoover/compholio  
    sudo apt update 
    
  2. 从以下位置下载最新的 VMware Workstation Player for Linux 版本VMware 官方网站

  3. 将目录更改cd为您下载的 VMware .bundle 文件所在的目录:

    cd /path/to/directory/that/contains/VMware-bundle  
    
  4. 使 VMware Player 捆绑文件可执行。

    chmod +x VMware-Player-14.1.1-7528167.x86_64.bundle  
    
  5. 安装 VMware Player。

    sudo sh ./VMware-Player-14.1.1-7528167.x86_64.bundle  
    
  6. 为 VMware 上托管的虚拟机安装 Open VMware Tools。它是一套虚拟化实用程序和驱动程序,用于改善 VMware 虚拟机的功能、用户体验和管理。

    sudo apt install open-vm-tools-desktop
    

相关内容