Installing Media Player: Difference between revisions

No edit summary
No edit summary
 
Line 25: 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