F5F Stay Refreshed Software Operating Systems Find the latest drivers for your Linux Ubuntu system with AMD graphics cards.

Find the latest drivers for your Linux Ubuntu system with AMD graphics cards.

Find the latest drivers for your Linux Ubuntu system with AMD graphics cards.

S
SKSeer
Junior Member
38
02-03-2016, 11:30 AM
#1
while attempting to download the AMD drivers, I encountered issues with missing dependencies. The required packages aren't installable, which is making it hard to proceed. I've tried fetching each one but still face problems. If you're new to Linux, this might be frustrating. Let me know if you need further guidance.
S
SKSeer
02-03-2016, 11:30 AM #1

while attempting to download the AMD drivers, I encountered issues with missing dependencies. The required packages aren't installable, which is making it hard to proceed. I've tried fetching each one but still face problems. If you're new to Linux, this might be frustrating. Let me know if you need further guidance.

P
Pindah
Junior Member
9
02-03-2016, 03:58 PM
#2
Begin by updating your system using sudo apt-update. Then install the required packages with sudo apt install software-properties-common and sudo apt upgrade. Add the Deadsnakes PPA to your repositories via sudo add-apt-repository ppa:deadsnakes/ppa. After that, refresh the package list with sudo apt update. Install Python 3.8 using sudo-apt install Python-3.8 and verify the version with sudo-apt install python --version. For further guidance, refer to the official documentation at https://phoenixnap.com/kb/how-to-install...n-3-ubuntu. I added these explanations to ensure clarity before proceeding.
P
Pindah
02-03-2016, 03:58 PM #2

Begin by updating your system using sudo apt-update. Then install the required packages with sudo apt install software-properties-common and sudo apt upgrade. Add the Deadsnakes PPA to your repositories via sudo add-apt-repository ppa:deadsnakes/ppa. After that, refresh the package list with sudo apt update. Install Python 3.8 using sudo-apt install Python-3.8 and verify the version with sudo-apt install python --version. For further guidance, refer to the official documentation at https://phoenixnap.com/kb/how-to-install...n-3-ubuntu. I added these explanations to ensure clarity before proceeding.

M
MasTerH200
Member
211
02-25-2016, 09:24 AM
#3
at that time but after installing amdgpu-install I still encountered the following issues: rocm-llvm requires python which isn't installable, libstdc++-5-dev and libstdc++-7-dev are also not available, and libgcc-5-dev is missing. The problem persists despite attempts to fix dependencies.
M
MasTerH200
02-25-2016, 09:24 AM #3

at that time but after installing amdgpu-install I still encountered the following issues: rocm-llvm requires python which isn't installable, libstdc++-5-dev and libstdc++-7-dev are also not available, and libgcc-5-dev is missing. The problem persists despite attempts to fix dependencies.

Y
124
02-25-2016, 10:01 AM
#4
We're looking to set up the AMD GPU driver for optimal performance. If you don't require OpenCL support, the built-in driver should work just fine and may even be faster.
Y
YourBoyBarcode
02-25-2016, 10:01 AM #4

We're looking to set up the AMD GPU driver for optimal performance. If you don't require OpenCL support, the built-in driver should work just fine and may even be faster.

L
Lexiie_cx
Junior Member
3
02-25-2016, 11:17 AM
#5
AMD made a mistake. To resolve: run dpkg -L amdgpu-install. Check the files at /etc/apt/sources.list.d/amdgpu.list and /etc/apt/sources.list.d/rocm.list for errors. Update the names to match Jammy, like "Jammy Jellyfish." Then install with amdgpu-install --usecase=graphics,opencl --vulkan=amdvlk,pro...
L
Lexiie_cx
02-25-2016, 11:17 AM #5

AMD made a mistake. To resolve: run dpkg -L amdgpu-install. Check the files at /etc/apt/sources.list.d/amdgpu.list and /etc/apt/sources.list.d/rocm.list for errors. Update the names to match Jammy, like "Jammy Jellyfish." Then install with amdgpu-install --usecase=graphics,opencl --vulkan=amdvlk,pro...

S
shermenz
Junior Member
49
02-29-2016, 03:57 AM
#6
I've realized Linux differs significantly from Windows, and you're right—those drivers aren't necessary here.
S
shermenz
02-29-2016, 03:57 AM #6

I've realized Linux differs significantly from Windows, and you're right—those drivers aren't necessary here.

M
minecraft30
Junior Member
12
03-01-2016, 02:38 AM
#7
Hello! Here you go.
M
minecraft30
03-01-2016, 02:38 AM #7

Hello! Here you go.

J
JunkdudeHD
Junior Member
47
03-01-2016, 04:36 AM
#8
Welcome to the exciting realm of Linux! You’ll discover plenty of support by visiting your chosen distributions’ websites, as most offer active user groups and their own Q&A sections where many questions are already answered. Explore communities from Ubuntu and Arch, which provide extensive resources. Keep in mind that some Arch members have responded to queries with less-than-friendly tones.
J
JunkdudeHD
03-01-2016, 04:36 AM #8

Welcome to the exciting realm of Linux! You’ll discover plenty of support by visiting your chosen distributions’ websites, as most offer active user groups and their own Q&A sections where many questions are already answered. Explore communities from Ubuntu and Arch, which provide extensive resources. Keep in mind that some Arch members have responded to queries with less-than-friendly tones.