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

Popular posts from this blog

crash - Windows Rundll32 (child process of DllHost) is crashing. How can I even identify it? - Super User

debian - Kali Linux - Debootstrap error Failed to determine codename for the release - Super User

networking - Slave steals IP meant for bonded interface - Ask Ubuntu