jak odinstalować Universal Media Server 3.6.2
: 26 paź 2014, 00:14
Mając zainstalowane ubuntu 12.04 LTS, zainstalowałem UMS(pomagałem koledze w jego uruchomieniu). Teraz chciałbym się tego pozbyć ale nie wiem jak. Instalacja polegała na:
Będę wdzięczny za każdą podpowiedź.
W atrybucie mam 14.04, ale faktycznie mam już 14.10 i nie dość że UMS nie daje się uruchomić to jest zbędny.1) Install the dependencies (this only needs to be done once):
sudo apt-get install mediainfo openjdk-7-jre
# you can also optionally install dcraw and VLC: sudo apt-get install dcraw vlc
2) Download the tarball e.g.:
# if wget isn't installed, run: sudo apt-get install wget
wget http://sourceforge.net/projects/unimedi ... z/download
3) Extract the tarball into a ums-<version> directory:
tar xzvf ums-<version>.tgz
4) Run (note: UMS should NOT be run as root):
cd ums-<version>
./UMS.sh
UMS accesses some files in the ums-<version> directory (the working directory).
Other files will be looked for in ~/.config/UMS
Będę wdzięczny za każdą podpowiedź.