Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 3788  / 2 Years ago, thu, september 8, 2022, 2:37:10

How to install VLC? (with error showing such).



root@sun-desktop:/var/tmp# apt-get install vlc
Reading package lists... Done
Building dependency tree
Reading state information... Done
vlc is already the newest version.
The following packages were automatically installed and are no longer required:
liblash3 libreoffice-l10n-common libgsf-1-common libcutter-dev pocketsphinx-hmm-wsj1
libfluidsynth1 libftgl2 projectm-data libprojectm-qt1 libgnomevfs2-extra libbml0
libprojectm2 libpocketsphinx1 libsphinxbase1 buzztard-data libbabl-0.0-0
libgegl-0.0-0 libhal1 libgsf-1-114 libsidplay1 pocketsphinx-utils liboil0.3
pocketsphinx-lm-wsj libcutter0 cutter-testing-framework-bin
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 239 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up vlc-nox (1.1.9-1ubuntu1.3) ...
/var/lib/dpkg/info/vlc-nox.postinst: 10: /usr/lib/vlc/vlc-cache-gen: not found
dpkg: error processing vlc-nox (--configure):
subprocess installed post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of vlc:
vlc depends on vlc-nox (= 1.1.9-1ubuntu1.3); however:
Package vlc-nox is not configured yet.
dpkg: error processing vlc (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
vlc-nox
vlc
E: Sub-process /usr/bin/dpkg returned an error code (1)

# sudo apt-get autoremove vlc vlc-nox
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package vlc is not installed, so not removed
Package vlc-nox is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 237 not upgraded.

More From » 11.10

 Answers
0

This is what I have to do to get it to work



#!/bin/bash
#add VLC (Totem has been removed and Mplayer added)
sudo add-apt-repository ppa:lucid-bleed/ppa
sudo apt-get update
sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc
sudo rm /etc/apt/sources.list.d/lucid-bleed-ppa-lucid.list
sudo apt-get update
sudo apt-get upgrade
echo "now run VLC and set the preferences to allow only one instance."

[#39751] Thursday, September 8, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ippalogu

Total Points: 215
Total Questions: 127
Total Answers: 146

Location: Denmark
Member since Tue, Jul 19, 2022
2 Years ago
ippalogu questions
Tue, Jan 4, 22, 21:49, 2 Years ago
Tue, Sep 21, 21, 09:12, 3 Years ago
Wed, May 19, 21, 02:24, 3 Years ago
Mon, Dec 27, 21, 01:44, 2 Years ago
;