When I issue:
Code:
sudo aptitude install vlc
I get the feedback that the following packages are also to be installed as a dependency:
Code:
The following NEW packages will be installed:
libdvbpsi4 libdvdnav4 libebml0 libiso9660-4 libmatroska0 libtar
libvcdinfo0 libvlc0 libxosd2 vlc vlc-nox
But I am using Gnome and you are using KDE, so you may need a few more packages to satisfy the dependencies. Nevertheless, this list will be a good start.
You can visit this site:
http://packages.ubuntu.com/gutsy/vlc
and download the above packages, and of course "vlc" itself, elsewhere to a pen drive, take them to your pc and install them all with:
Code:
cd <the folder where those debian packages are stored>
sudo dpkg -i *.deb
Bookmarks