Linux Mint 19.1にamdgpupro 18.50ドライバをインストール中にエラーが発生しました。

Linux Mint 19.1にamdgpupro 18.50ドライバをインストール中にエラーが発生しました。

以前にamd-gpu-proをインストールした後、Ubuntuの薪がMintにインストールされず、誤ったOSのエラーが発生する問題を修正しました。この質問で理解できました。 amd-gpu-proのインストールでは、LauncherのOSチェックをUbuntuから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)

この問題を解決するには?

ベストアンサー1

フォーラムの1つで解決策を見つけました。まず、シナプティックマネージャですべての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-installスクリプトを編集する必要はありません。コマンドの使用./amdgpu-pro-install

おすすめ記事