linux debian doesn't have driver manager and update manager, what i have to do?

otto256pl

Prominent
Nov 28, 2017
6
0
510
how do i install drivers or update debian?

CPU: intel core 2 quad q6600 2.4 ghz
OS: 64 bit linux debian cinnamon
 
Solution
Yes it does. It's called APT.

sudo apt-get update
sudo apt-get upgrade

sudo apt-get install <package>

You probably don't need any additional drivers for that old of a CPU motherboard and a recent build of Debian, I have a Q6600 that runs out of the box no problems.
Yes it does. It's called APT.

sudo apt-get update
sudo apt-get upgrade

sudo apt-get install <package>

You probably don't need any additional drivers for that old of a CPU motherboard and a recent build of Debian, I have a Q6600 that runs out of the box no problems.
 
Solution