LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-01-2017, 10:57 PM   #1
Astr0
LQ Newbie
 
Registered: Jun 2017
Posts: 1

Rep: Reputation: Disabled
Smile VLC Package Not Found [Debian]



Using Kali linux, trying to open mp4 files gives me a message that reads "Unable to play the file: text/html decoder is required to play the file but is not installed"

I decided to try to get vlc, however the package can not be found.
apt-get install vlc returns "E: Unable to locate the package vlc"
I read another thread which suggested apt-get update
apt-get update updated the package, but vlc still isn't found,I am having no luck trying to get an install that is not this way. I would greatly appreciate any help you can provide!

Thank you!
 
Old 06-01-2017, 11:34 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
What is the output of

Code:
cat /etc/apt/sources.list
That lists the repos your system is configured to use. Be sure to surround the output with "code" tags, which become available when you click the "Go Advanced" button at the bottom of the "compose post" window.

Please note that Kali is very specifically designed for pen-testing and is not designed to be used as a general-purpose system (that is, the type of system on which one would find VLC). The Kali maintainers caution against using it for anything other than its stated purpose and I would not be at all surprised if the repos where VLC resides are not in the default list of repos.

If you wish to use it as a general-purpose desktop distro, you might be well advised to consider a distro designed for that purpose instead of Kali, and, instead, run Kali as Live CD or as a VM to explore the world of pen-testing.

And welcome to LQ.

Last edited by frankbell; 06-01-2017 at 11:41 PM.
 
Old 06-01-2017, 11:44 PM   #3
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Hi & Welcome to Linux Questions.

Code:
apt-get install vlc returns "E: Unable to locate the package vlc"
That means it's not in the repo.

You can download VLC from here and install it fairly easy.

http://www.videolan.org/vlc/#download

http://www.videolan.org/vlc/download-debian.html

If those links don't work for you try here: vlc_2.0.3-1-bpo60+_amd64.deb
http://download.cnet.com/VLC-Media-P...-75794862.html
 
1 members found this post helpful.
Old 06-02-2017, 02:06 AM   #4
dejank
Member
 
Registered: May 2016
Location: Belgrade, Serbia
Distribution: Debian
Posts: 229

Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
Hi & Welcome to Linux Questions.

Code:
apt-get install vlc returns "E: Unable to locate the package vlc"
That means it's not in the repo.

You can download VLC from here and install it fairly easy.

http://www.videolan.org/vlc/#download

http://www.videolan.org/vlc/download-debian.html

If those links don't work for you try here: vlc_2.0.3-1-bpo60+_amd64.deb
http://download.cnet.com/VLC-Media-P...-75794862.html
No, please. That package you have in repos of all versions of Debian, from Wheezy to experimental. So, it is better to see what is causing his apt not to see it, than to mess things up further. Or, even if he wants to download deb and install it, he should download from debian repos relative to his version of Kali, not from somewhere else. Specially not from pages that gets blocked in browser because of badware.
 
Old 06-04-2017, 01:58 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Astr0 View Post
Using Kali linux, trying to open mp4 files gives me a message that reads "Unable to play the file: text/html decoder is required to play the file but is not installed"
this could mean that what you think is an .mp4 file, is in fact a .html file.

Quote:
Originally Posted by dejank View Post
No, please. That package you have in repos of all versions of Debian, from Wheezy to experimental. So, it is better to see what is causing his apt not to see it, than to mess things up further.
totally agree!
 
Old 06-04-2017, 02:14 PM   #6
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Please post the output of the command that frankbell wrote in post #2.
 
Old 06-04-2017, 07:49 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
here is your first major problem on playing a video
Quote:
Using Kali linux, trying to open mp4 files
please READ!!!!
http://docs.kali.org/introduction/sh...use-kali-linux

you CAN NOT!!! run VLC as the "root" user
and Kali is ONLY THE ROOT USER!!!!!

you have to run it a a NON root user

also vlc 2 IS in the kali repos

Last edited by John VV; 06-04-2017 at 07:51 PM.
 
Old 06-05-2017, 02:45 PM   #8
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
http://docs.kali.org/community/kali-linux-mirrors

http://docs.kali.org/faq/kali-sources-list-faq
 
  


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
[SOLVED] No package 'x11' found No package 'xext' found No package 'xdamage' found No package 'xfixes' found No package 'x11-xcb' found Jigsaw Linux From Scratch 14 02-23-2021 08:35 PM
[SOLVED] x-windows-system package not found, other packages not found. bwilky11 Debian 3 04-12-2012 12:39 PM
[SOLVED] many vlc dependencies ./configure errors and No package 'fribidi' found clocker Linux - Software 8 11-04-2011 07:02 AM
"No package 'fuse' found" when trying to ./configure gphoto2 on debian etch zerynthia Linux - Newbie 2 10-18-2008 06:15 AM
vlc, debian etch package? Michael_aust Linux - Software 1 10-17-2006 09:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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

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