首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在LinuxMint19.1上安装amdgpupro 18.50驱动程序时出错

在LinuxMint19.1上安装amdgpupro 18.50驱动程序时出错
EN

Unix & Linux用户
提问于 2019-04-22 13:49:03
回答 1查看 580关注 0票数 0

以前安装了amd-gpu,解决了Ubuntu上的木柴没有安装在我的Mint上这一事实,给出了错误的操作系统错误。有了这个问题,我想明白了。在amd安装中,我将操作系统检查从Ubuntu更改为“launcher”中的LinuxMint。在这些操作之后,下载完成了,但是问题如下:当安装驱动程序时,会发生错误:

代码语言:javascript
复制
    Errors occurred while processing the following packages:
     /tmp/apt-dpkg-install-1aU6FT/00-amdgpu-core_18.50-756341_all.deb 
     E: Sub-process /usr/bin/dpkg returned an error code (1)

当我再次尝试安装时,我得到了以下信息:

代码语言:javascript
复制
mesa-amdgpu-vdpau-drivers: Depends: amdgpu-core but it will not be installed
 wsa-amdgpu: Depends: amdgpu-core but it will not be installed
 wsa-amdgpu: i386: Depends: amdgpu-core: i386
 xserver-xorg-amdgpu-video-amdgpu: Depends: amdgpu-core but it will not be installed
E: Unmet dependencies. Try running “apt --fix-broken install” without specifying the package name, (or find another solution).

如果您运行sudo apt-get --fix-broken install,那么我得到的结果与您第一次安装时相同:

代码语言:javascript
复制
Errors occurred while processing the following packages:
 /var/opt/amdgpu-pro-local/./amdgpu-core_18.50-756341_all.deb
E: Sub-process / usr / bin / dpkg returned an error code (1)

如何解决这个问题?

EN

回答 1

Unix & Linux用户

发布于 2019-04-22 19:10:23

在其中一个论坛上找到了解决方案。首先,您需要清除突触管理器中的所有amd包。下一步:使用以下命令打开它:xed admin:///etc/os-release

代码语言:javascript
复制
NAME="Linux Mint"
VERSION="19 (Tara)"
ID=linuxmint
ID_LIKE=ubuntu
PRETTY_NAME="Linux Mint 19"
VERSION_ID="19"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.ubuntu.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=tara
UBUNTU_CODENAME=bionic

将第3行中的linuxmint改为ubuntu,并将第6行中的数字19改为18.04。安装之后,可以将这些更改回。不需要编辑amdgpu-pro安装脚本。使用命令./amdgpu-pro-install

票数 0
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/513823

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档