以前安装了amd-gpu,解决了Ubuntu上的木柴没有安装在我的Mint上这一事实,给出了错误的操作系统错误。有了这个问题,我想明白了。在amd安装中,我将操作系统检查从Ubuntu更改为“launcher”中的LinuxMint。在这些操作之后,下载完成了,但是问题如下:当安装驱动程序时,会发生错误:
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)当我再次尝试安装时,我得到了以下信息:
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,那么我得到的结果与您第一次安装时相同:
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)如何解决这个问题?
发布于 2019-04-22 19:10:23
在其中一个论坛上找到了解决方案。首先,您需要清除突触管理器中的所有amd包。下一步:使用以下命令打开它:xed admin:///etc/os-release
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
https://unix.stackexchange.com/questions/513823
复制相似问题