Comments on: How to Get the Latest Intel Graphics Drivers for Linux https://www.maketecheasier.com/install-intel-graphics-drivers-linux/ Uncomplicating the complicated, making life easier Sat, 16 Sep 2023 13:39:01 +0000 hourly 1 https://wordpress.org/?v=6.4.2 By: Herve S. https://www.maketecheasier.com/install-intel-graphics-drivers-linux/#comment-122872 Sat, 16 Sep 2023 13:39:01 +0000 http://www.maketecheasier.com/?p=87011#comment-122872 The first command proposed, to check if one’s installation is up-to-date, turns out to actually install a newer version -it’s not at all what I call a check.
In order to check (and only this), the following, simpler command can be run. Moreover, it does not require sudo (so, not your master password) :
apt install -s xserver-xorg-video-intel
the key is the ‘-s’ qualifier, which transforms the command into a simulation (and a simulation won’t require the superuser password).
the result of the simulation is perfectly explicit. The install command WOULD install new sofware or then you indeed have the latest one.

]]>