0

I created Ubuntu live usb stick and I wanted install vlc on it.

I downloaded the package but it didn't install.

I tried the sudo apt-get method, but it didn't work.

Is there any way how to install vlc on Ubuntu live without installing it on computer?

BlueManCZ
  • 613
Lion
  • 1

2 Answers2

2

If I understand correctly, vlc is in the repository universe. If it is not available, you must activate that repository. You can do it with the following commands (or with some GUI tool, for example synaptic).

sudo add-apt-repository universe
sudo apt-get update

then it should work to install vlc with

sudo apt-get install vlc
sudodus
  • 47,684
0

Note that to install a program in live mode and that changes when you shut down not miss is to allocate space for persistence. I have understood that the only live usb creator that allows that is UNetbootin. Try also enabled all repositories in software origins