Installing Media Player: Difference between revisions
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
<pre> | <pre> | ||
sudo apt install nvidia-legacy-390xx-driver</pre> | sudo apt install nvidia-legacy-390xx-driver</pre> | ||
Install snapd | |||
<pre>sudo aptitude install snapd</pre> | |||
restart |
Revision as of 08:30, 19 December 2022
install debian
Add user to sudo
sudo usermod -aG sudo bpopp
install extra stuff
sudo apt-get install aptitude binutils
Add non free
sudo apt-add-repository contrib sudo apt-add-repository non-free sudo aptitude update
Install nvidia driver for GTX 700 (manually)
sudo apt install nvidia-legacy-390xx-driver
Install snapd
sudo aptitude install snapd
restart