Vlc on Ubuntu live usb - Ask Ubuntu
i created ubuntu live usb stick , wanted install vlc on it.
i downloaded package didn't install.
i tried sudo apt-get method, didn't work.
is there way how install vlc on ubuntu live without installing on computer?
if understand correctly, vlc in repository universe. if not available, must activate repository. can following commands (or gui tool, example synaptic).
sudo add-apt-repository universe sudo apt-get update then should work install vlc with
sudo apt-get install vlc
Comments
Post a Comment