LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-17-2018, 12:18 PM   #1
tienhing
LQ Newbie
 
Registered: May 2013
Location: Western New York
Distribution: Ubuntu 18.04 LTS
Posts: 7

Rep: Reputation: Disabled
Question no vlc on bionic beaver


I can't play any video on my brand new bionic beaver. Tried everything I know (which is very little) but I only get crash reports, every time. My 'Software & Updates' in control panel will not load. How do I fix this, or is there a workaround?
 
Old 05-17-2018, 12:37 PM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Hi, tienhing, and welcome to LQ.

Can you please open a terminal and enter the following command:

Code:
vlc
and paste the output here (within CODE tags - see the # symbol on the advanced edit menu).

Also, can you provide a link to the copy of Bionic Beaver that you downloaded (if that's how you got your copy of the distro) and tell us a bit about your hardware?
 
1 members found this post helpful.
Old 05-18-2018, 12:09 PM   #3
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
You're probably using a sources.list that lacks parts, like updates and contributor packages.

Code:
deb http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse  
deb http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu xenial-security main restricted universe multiverse  
deb http://archive.canonical.com/ubuntu xenial partner
Replace xenial with bionic or beaver or whatever ubuntu's naming conventions are these days. You probably defaulted to something more like:

Code:
deb http://archive.ubuntu.com/ubuntu/ xenial main
Which lacks many of the options that you could have, like VLC.
 
1 members found this post helpful.
Old 05-19-2018, 02:06 PM   #4
tienhing
LQ Newbie
 
Registered: May 2013
Location: Western New York
Distribution: Ubuntu 18.04 LTS
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Hi, tienhing, and welcome to LQ.

Can you please open a terminal and enter the following command:

Code:
vlc
VLC media player 4.0.0-dev Otto Chriek (revision 4.0.0~rc1~~git20180518+r75817+138~ubuntu18.04.1)
[00005573204de570] main libvlc error: cannot load plug-in /usr/lib/x86_64-linux-gnu/vlc/plugins/gui/libqt_plugin.so: libGL.so.1: cannot open shared object file: No such file or directory
[00005573204de570] main libvlc error: cannot load plug-in /usr/lib/x86_64-linux-gnu/vlc/plugins/visualization/libglspectrum_plugin.so: libGL.so.1: cannot open shared object file: No such file or directory
[00005573204de570] main libvlc error: cannot load plug-in /usr/lib/x86_64-linux-gnu/vlc/plugins/video_output/libglx_plugin.so: libGL.so.1: cannot open shared object file: No such file or directory
[00005573204de570] main libvlc error: cannot load plug-in /usr/lib/x86_64-linux-gnu/vlc/plugins/video_output/libgles2_plugin.so: libGLESv2.so.2: cannot open shared object file: No such file or directory
[00005573204de570] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00005573205b77b0] skins2 interface error: cannot instantiate dialogs provider
[00005573204e2570] main playlist: playlist is empty
[00005573205b77b0] [cli] lua interface: Listening on host "*console".
VLC media player 4.0.0-dev Otto Chriek
Command Line Interface initialized. Type `help' for help.
and paste the output here (within CODE tags - see the # symbol on the advanced edit menu).

Also, can you provide a link to the copy of Bionic Beaver that you downloaded (if that's how you got your copy of the distro) and tell us a bit about your hardware?
I upgraded from the automatic update application. I'm runnig bionic beaver ona Dell Latitude E6430 with an i5 Intel.
 
Old 05-19-2018, 02:19 PM   #5
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
It looks as if your upgrade may not have gone smoothly. Could you please list the commands that you used, or the instructions that you followed, to do that?

Let's also check your software sources:

Code:
inxi -r
(if you don't have inxi installed, please do so)
 
1 members found this post helpful.
Old 05-19-2018, 02:22 PM   #6
tienhing
LQ Newbie
 
Registered: May 2013
Location: Western New York
Distribution: Ubuntu 18.04 LTS
Posts: 7

Original Poster
Rep: Reputation: Disabled
sounds likely

Quote:
Originally Posted by Shadow_7 View Post
You're probably using a sources.list that lacks parts, like updates and contributor packages.

Code:
deb http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse  
deb http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu xenial-security main restricted universe multiverse  
deb http://archive.canonical.com/ubuntu xenial partner
Replace xenial with bionic or beaver or whatever ubuntu's naming conventions are these days. You probably defaulted to something more like:

Code:
deb http://archive.ubuntu.com/ubuntu/ xenial main
Which lacks many of the options that you could have, like VLC.
So is there a sources.list file that I could edit? What do I do to fix this, assuming that you're correct. I suspect that the root of the problem has something to do with the deprecation of the old Software & Updates application that allowed me to choose sources. Now it won't run and I don't know how to add sources manually.
 
Old 05-19-2018, 04:17 PM   #7
tienhing
LQ Newbie
 
Registered: May 2013
Location: Western New York
Distribution: Ubuntu 18.04 LTS
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
It looks as if your upgrade may not have gone smoothly. Could you please list the commands that you used, or the instructions that you followed, to do that?

Let's also check your software sources:

Code:
inxi -r
Repos:     Active apt sources in file: /etc/apt/sources.list
           deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted multiverse
           deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
           deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted multiverse
           deb http://us.archive.ubuntu.com/ubuntu/ bionic universe
           deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates universe
           deb http://archive.canonical.com/ubuntu bionic partner
           deb http://us.archive.ubuntu.com/ubuntu/ bionic-security main restricted multiverse
           deb http://us.archive.ubuntu.com/ubuntu/ bionic-security universe
           Active apt sources in file: /etc/apt/sources.list.d/google-chrome.list
           deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
           Active apt sources in file: /etc/apt/sources.list.d/videolan-ubuntu-master-daily-bionic.list
           deb http://ppa.launchpad.net/videolan/master-daily/ubuntu bionic main
(if you don't have inxi installed, please do so)
I don't recall doing anything other than selecting 'upgrade' and following the onscreen instructions as they came up. Grateful for your help with this.
 
Old 05-19-2018, 04:37 PM   #8
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
You'll need to "update" before "upgrade" for things to be current. Update applies to the list of available things. Upgrade gets those things and installs them. Without the update you're getting OLD things, some of which may no longer be available.
 
Old 05-19-2018, 04:38 PM   #9
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Those look fine, although, unless you're a VLC developer or tester, I'm not sure that using VLC's master daily build PPA is a good idea:

https://launchpad.net/~videolan/+arc...u/master-daily:

Quote:
This package archive contains daily builds made from the VLC development branch (a.k.a. the vlc.git master branch). This is meant for build testing purpose...

The builds in this archive are fully automated, and do not go through any quality assurance whatsoever. Build breaks and functional regressions occur frequently.

DO NOT USE this archive if you are not prepared to cope with such problems.
In saying that, and advising you strongly against using this PPA if you don't want to experience VLC-related issues, can you please provide the output from the following commands:

Code:
apt update

apt list --upgradable
 
Old 05-19-2018, 04:40 PM   #10
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Shadow_7 View Post
You'll need to "update" before "upgrade" for things to be current. Update applies to the list of available things. Upgrade gets those things and installs them. Without the update you're getting OLD things, some of which may no longer be available.
I think that the OP is using "upgrade" here to refer to the Ubuntu-provided in-situ upgrade process from Ubuntu 17.10 to 18.04.
 
1 members found this post helpful.
Old 05-19-2018, 05:44 PM   #11
tienhing
LQ Newbie
 
Registered: May 2013
Location: Western New York
Distribution: Ubuntu 18.04 LTS
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Those look fine, although, unless you're a VLC developer or tester, I'm not sure that using VLC's master daily build PPA is a good idea:

https://launchpad.net/~videolan/+arc...u/master-daily:



In saying that, and advising you strongly against using this PPA if you don't want to experience VLC-related issues, can you please provide the output from the following commands:

Code:
apt update

apt list --upgradableReading package lists... Done
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
neil@neil-ThinkPad-T420:~$ sudo apt update
[sudo] password for neil: 
Hit:1 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease                                   
Hit:3 http://us.archive.ubuntu.com/ubuntu xenial InRelease                                                 
Hit:4 http://dl.google.com/linux/chrome/deb stable Release                                                 
Hit:5 http://archive.canonical.com/ubuntu bionic InRelease                                    
Hit:6 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease                            
Hit:7 http://ppa.launchpad.net/videolan/master-daily/ubuntu bionic InRelease
Hit:8 http://us.archive.ubuntu.com/ubuntu bionic-security InRelease
Reading package lists... Done                     
Building dependency tree       
Reading state information... Done
15 packages can be upgraded. Run 'apt list --upgradable' to see them.
neil@neil-ThinkPad-T420:~$ apt list --upgradable
Listing... Done
kicad/bionic 4.0.7+dfsg1-1ubuntu2 amd64 [upgradable from: 4.0.6+dfsg1-1]
libvlc-bin/bionic 4.0.0~rc1~~git20180519+r75818+138~ubuntu18.04.1 amd64 [upgradable from: 4.0.0~rc1~~git20180518+r75817+138~ubuntu18.04.1]
libvlc5/bionic 4.0.0~rc1~~git20180519+r75818+138~ubuntu18.04.1 amd64 [upgradable from: 4.0.0~rc1~~git20180518+r75817+138~ubuntu18.04.1]
libvlccore9/bionic 4.0.0~rc1~~git20180519+r75818+138~ubuntu18.04.1 amd64 [upgradable from: 4.0.0~rc1~~git20180518+r75817+138~ubuntu18.04.1]
vlc/bionic 4.0.0~rc1~~git20180519+r75818+138~ubuntu18.04.1 amd64 [upgradable from: 4.0.0~rc1~~git20180518+r75817+138~ubuntu18.04.1]
vlc-bin/bionic 4.0.0~rc1~~git20180519+r75818+138~ubuntu18.04.1 amd64 [upgradable from: 4.0.0~rc1~~git20180518+r75817+138~ubuntu18.04.1]
vlc-data/bionic,bionic 4.0.0~rc1~~git20180519+r75818+138~ubuntu18.04.1 all [upgradable from: 4.0.0~rc1~~git20180518+r75817+138~ubuntu18.04.1]
vlc-l10n/bionic,bionic 4.0.0~rc1~~git20180519+r75818+138~ubuntu18.04.1 all [upgradable from: 4.0.0~rc1~~git20180518+r75817+138~ubuntu18.04.1]
vlc-plugin-base/bionic 4.0.0~rc1~~git20180519+r75818+138~ubuntu18.04.1 amd64 [upgradable from: 4.0.0~rc1~~git20180518+r75817+138~ubuntu18.04.1]
vlc-plugin-notify/bionic 4.0.0~rc1~~git20180519+r75818+138~ubuntu18.04.1 amd64 [upgradable from: 4.0.0~rc1~~git20180518+r75817+138~ubuntu18.04.1]
vlc-plugin-qt/bionic 4.0.0~rc1~~git20180519+r75818+138~ubuntu18.04.1 amd64 [upgradable from: 4.0.0~rc1~~git20180518+r75817+138~ubuntu18.04.1]
vlc-plugin-skins2/bionic 4.0.0~rc1~~git20180519+r75818+138~ubuntu18.04.1 amd64 [upgradable from: 4.0.0~rc1~~git20180518+r75817+138~ubuntu18.04.1]
vlc-plugin-video-output/bionic 4.0.0~rc1~~git20180519+r75818+138~ubuntu18.04.1 amd64 [upgradable from: 4.0.0~rc1~~git20180518+r75817+138~ubuntu18.04.1]
vlc-plugin-video-splitter/bionic 4.0.0~rc1~~git20180519+r75818+138~ubuntu18.04.1 amd64 [upgradable from: 4.0.0~rc1~~git20180518+r75817+138~ubuntu18.04.1]
vlc-plugin-visualization/bionic 4.0.0~rc1~~git20180519+r75818+138~ubuntu18.04.1 amd64 [upgradable from: 4.0.0~rc1~~git20180518+r75817+138~ubuntu18.04.1]
I ran the commands as root.
 
Old 05-19-2018, 06:00 PM   #12
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
The apt command doesn't require sudo, so the initial errors were possibly caused by some other process accessing the apt directories at the same time. If you find that you're frequently or consistently not able to run apt without sudo then there is something unusual going on.

Anyway, you have two choices. You can run apt upgrade and continue to use the master daily build VLC PPA, in which case I can't really help you any further with your VLC issue (and in which case, if you experience any further VLC issues and seek help here or elsewhere, you must provide the info to others that you are using that PPA).

Or, you can remove VLC and install a more stable version, and we'll see if you're still experiencing issues

Your call.
 
1 members found this post helpful.
Old 05-19-2018, 06:09 PM   #13
tienhing
LQ Newbie
 
Registered: May 2013
Location: Western New York
Distribution: Ubuntu 18.04 LTS
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
The apt command doesn't require sudo, so the initial errors were possibly caused by some other process accessing the apt directories at the same time. If you find that you're frequently or consistently not able to run apt without sudo then there is something unusual going on.

Anyway, you have two choices. You can run apt upgrade and continue to use the master daily build VLC PPA, in which case I can't really help you any further with your VLC issue (and in which case, if you experience any further VLC issues and seek help here or elsewhere, you must provide the info to others that you are using that PPA).

Or, you can remove VLC and install a more stable version, and we'll see if you're still experiencing issues

Your call.
Something very unusual is going on. Something must have gone terribly with my installation because it's not just vlc that's refusing to run or crashing. I think I'll go nuclear and remove the entire installation and do a fresh install from a disc. Thanks for your help.
 
Old 05-19-2018, 06:11 PM   #14
tienhing
LQ Newbie
 
Registered: May 2013
Location: Western New York
Distribution: Ubuntu 18.04 LTS
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
I think that the OP is using "upgrade" here to refer to the Ubuntu-provided in-situ upgrade process from Ubuntu 17.10 to 18.04.
I actually did that already. I think something's wrong with the installation so I'm going to remove it and reinstall. Thanks for your help.
 
Old 05-19-2018, 06:12 PM   #15
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
No problem. Let us know if you have any problems with the fresh install.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu 18.04 LTS (Bionic Beaver) released jeremy Linux - News 2 05-04-2018 08:42 AM
LXer: How to install Ubuntu 18.04 Bionic Beaver LXer Syndicated Linux News 0 04-26-2018 02:44 PM
LXer: Ubuntu reverting to Xorg in Bionic Beaver LXer Syndicated Linux News 0 01-30-2018 03:50 AM
LXer: Ubuntu 18.04 Codename Announced | Bionic Beaver LXer Syndicated Linux News 0 10-27-2017 02:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration