Installing Media Player: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
install debian | install debian | ||
su to root | |||
<pre>su</pre> | |||
Add user to sudo | Add user to sudo | ||
Line 22: | Line 25: | ||
restart | restart | ||
Install snap core | |||
<pre>sudo snap install core | |||
sudo snap install plex-htpc | |||
</pre> |
Latest revision as of 08:32, 19 December 2022
install debian
su to root
su
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
Install snap core
sudo snap install core sudo snap install plex-htpc