unable to install vlc-nox
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I cannot install vlc-nox.
I am using the following commands:
sudo -i
apt-get clean
apt-get update
apt-get upgrade
apt-get install vlc vlc-nox
And I obtain:
root@Nt08:~# apt-get install vlc vlc-nox
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package vlc-nox
root@Nt08:~#
I also removed and reinstall vlc but again I get the same: Unable to locate package vlc-nox.
Any help will be very valuable!
Thank you!
vlc
add a comment |Â
up vote
1
down vote
favorite
I cannot install vlc-nox.
I am using the following commands:
sudo -i
apt-get clean
apt-get update
apt-get upgrade
apt-get install vlc vlc-nox
And I obtain:
root@Nt08:~# apt-get install vlc vlc-nox
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package vlc-nox
root@Nt08:~#
I also removed and reinstall vlc but again I get the same: Unable to locate package vlc-nox.
Any help will be very valuable!
Thank you!
vlc
1
which ubuntu version?
â Suraj Rao
Apr 27 at 10:45
I am using Ubuntu 17.10
â looking for answers
Apr 27 at 13:11
2
if your plan is to run vlc without gui you it can be run in a headless servervlc -I http --http-port 8888 --http-password 12345
then access it withhttp://localhost:8888
â ptetteh227
Apr 27 at 14:13
@ptetteh227 Thank you for the suggestion, I'll keep it in mind.
â looking for answers
Apr 27 at 14:35
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I cannot install vlc-nox.
I am using the following commands:
sudo -i
apt-get clean
apt-get update
apt-get upgrade
apt-get install vlc vlc-nox
And I obtain:
root@Nt08:~# apt-get install vlc vlc-nox
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package vlc-nox
root@Nt08:~#
I also removed and reinstall vlc but again I get the same: Unable to locate package vlc-nox.
Any help will be very valuable!
Thank you!
vlc
I cannot install vlc-nox.
I am using the following commands:
sudo -i
apt-get clean
apt-get update
apt-get upgrade
apt-get install vlc vlc-nox
And I obtain:
root@Nt08:~# apt-get install vlc vlc-nox
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package vlc-nox
root@Nt08:~#
I also removed and reinstall vlc but again I get the same: Unable to locate package vlc-nox.
Any help will be very valuable!
Thank you!
vlc
asked Apr 27 at 10:43
looking for answers
62
62
1
which ubuntu version?
â Suraj Rao
Apr 27 at 10:45
I am using Ubuntu 17.10
â looking for answers
Apr 27 at 13:11
2
if your plan is to run vlc without gui you it can be run in a headless servervlc -I http --http-port 8888 --http-password 12345
then access it withhttp://localhost:8888
â ptetteh227
Apr 27 at 14:13
@ptetteh227 Thank you for the suggestion, I'll keep it in mind.
â looking for answers
Apr 27 at 14:35
add a comment |Â
1
which ubuntu version?
â Suraj Rao
Apr 27 at 10:45
I am using Ubuntu 17.10
â looking for answers
Apr 27 at 13:11
2
if your plan is to run vlc without gui you it can be run in a headless servervlc -I http --http-port 8888 --http-password 12345
then access it withhttp://localhost:8888
â ptetteh227
Apr 27 at 14:13
@ptetteh227 Thank you for the suggestion, I'll keep it in mind.
â looking for answers
Apr 27 at 14:35
1
1
which ubuntu version?
â Suraj Rao
Apr 27 at 10:45
which ubuntu version?
â Suraj Rao
Apr 27 at 10:45
I am using Ubuntu 17.10
â looking for answers
Apr 27 at 13:11
I am using Ubuntu 17.10
â looking for answers
Apr 27 at 13:11
2
2
if your plan is to run vlc without gui you it can be run in a headless server
vlc -I http --http-port 8888 --http-password 12345
then access it with http://localhost:8888
â ptetteh227
Apr 27 at 14:13
if your plan is to run vlc without gui you it can be run in a headless server
vlc -I http --http-port 8888 --http-password 12345
then access it with http://localhost:8888
â ptetteh227
Apr 27 at 14:13
@ptetteh227 Thank you for the suggestion, I'll keep it in mind.
â looking for answers
Apr 27 at 14:35
@ptetteh227 Thank you for the suggestion, I'll keep it in mind.
â looking for answers
Apr 27 at 14:35
add a comment |Â
3 Answers
3
active
oldest
votes
up vote
0
down vote
You may download .deb
package from this source: vlc-nox | pkgs.org
Supported releases:
- Ubuntu 17.04 (Zesty Zapus)
- Ubuntu 16.04 LTS (Xenial Xerus)
- Ubuntu 14.04 LTS (Trusty Tahr)
- Ubuntu 12.04 LTS (Precise Pangolin)
There are not files connected to the links. for example if you click on the link: vlc-nox_2.2.4-14ubuntu2_i386.deb, a screen comes up with error 404.
â looking for answers
Apr 27 at 13:13
1
I hope this is temporary problem.. 2.2.2.5 is available..
â Drakonoved
Apr 27 at 13:49
Thank you @Drakonoved for the suggestion. I tried it and I get: 'dpkg: error processing archive vlc-nox_2.2.2-5ubuntu0.16.04.4_i386.deb (--install): trying to overwrite '/usr/share/zsh/vendor-completions/_vlc', which is also in package vlc-bin 2.2.6-6 Errors were encountered while processing: vlc-nox_2.2.2-5ubuntu0.16.04.4_i386.deb'
â looking for answers
Apr 27 at 14:36
Is it possible (have you tried) to downgrade allvlc
package to 2.2.2.5 version?
â Drakonoved
Apr 27 at 16:11
add a comment |Â
up vote
0
down vote
In my 16.04 LTS system, vlc-nox
is installed from the repository universe
.
$ apt-cache policy vlc-nox
vlc-nox:
Installerad: 2.2.2-5ubuntu0.16.04.4
Kandidat: 2.2.2-5ubuntu0.16.04.4
Versionstabell:
*** 2.2.2-5ubuntu0.16.04.4 500
500 http://se.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages
500 http://security.ubuntu.com/ubuntu xenial-security/universe i386 Packages
100 /var/lib/dpkg/status
2.2.2-5 500
500 http://se.archive.ubuntu.com/ubuntu xenial/universe i386 Packages
Please check that you have enabled the repository
universe
.Things may be different in other versions, so if you have enabled the repository
universe
, and still cannot findvlc-nox
, it is probably not available for your version of Ubuntu.
Edit in response to your comment:
I have a test system with Ubuntu 17.10. Only vlc
is available via the repository universe
, but not vlc-nox
. Also @Drakonoved's answer about separate deb packages indicates that there is no such package for your version of Ubuntu.
@lookingforanswers, Which version of Ubuntu are you running?
â sudodus
Apr 27 at 11:13
I am using 17.10.
â looking for answers
Apr 27 at 13:13
@lookingforanswers, Sorry, in 17.10 only the packagevlc
is available via the repository universe, but notvlc-nox
.
â sudodus
Apr 27 at 13:47
Thank you for your response. In that case the conclusion is that vlc-nox cannot operate in ubuntu 17.10.
â looking for answers
Apr 27 at 14:42
@lookingforanswers, There are alternatives (to play music without a graphical user interface). If you tell us how you intended to usevlc-nox
, I think we can help you get something that works.
â sudodus
Apr 27 at 15:36
 |Â
show 4 more comments
up vote
0
down vote
Vlc is now packaged differently, there is no longer a vlc-nox package. The various vlc binaries are in the vlc-bin package.
add a comment |Â
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You may download .deb
package from this source: vlc-nox | pkgs.org
Supported releases:
- Ubuntu 17.04 (Zesty Zapus)
- Ubuntu 16.04 LTS (Xenial Xerus)
- Ubuntu 14.04 LTS (Trusty Tahr)
- Ubuntu 12.04 LTS (Precise Pangolin)
There are not files connected to the links. for example if you click on the link: vlc-nox_2.2.4-14ubuntu2_i386.deb, a screen comes up with error 404.
â looking for answers
Apr 27 at 13:13
1
I hope this is temporary problem.. 2.2.2.5 is available..
â Drakonoved
Apr 27 at 13:49
Thank you @Drakonoved for the suggestion. I tried it and I get: 'dpkg: error processing archive vlc-nox_2.2.2-5ubuntu0.16.04.4_i386.deb (--install): trying to overwrite '/usr/share/zsh/vendor-completions/_vlc', which is also in package vlc-bin 2.2.6-6 Errors were encountered while processing: vlc-nox_2.2.2-5ubuntu0.16.04.4_i386.deb'
â looking for answers
Apr 27 at 14:36
Is it possible (have you tried) to downgrade allvlc
package to 2.2.2.5 version?
â Drakonoved
Apr 27 at 16:11
add a comment |Â
up vote
0
down vote
You may download .deb
package from this source: vlc-nox | pkgs.org
Supported releases:
- Ubuntu 17.04 (Zesty Zapus)
- Ubuntu 16.04 LTS (Xenial Xerus)
- Ubuntu 14.04 LTS (Trusty Tahr)
- Ubuntu 12.04 LTS (Precise Pangolin)
There are not files connected to the links. for example if you click on the link: vlc-nox_2.2.4-14ubuntu2_i386.deb, a screen comes up with error 404.
â looking for answers
Apr 27 at 13:13
1
I hope this is temporary problem.. 2.2.2.5 is available..
â Drakonoved
Apr 27 at 13:49
Thank you @Drakonoved for the suggestion. I tried it and I get: 'dpkg: error processing archive vlc-nox_2.2.2-5ubuntu0.16.04.4_i386.deb (--install): trying to overwrite '/usr/share/zsh/vendor-completions/_vlc', which is also in package vlc-bin 2.2.6-6 Errors were encountered while processing: vlc-nox_2.2.2-5ubuntu0.16.04.4_i386.deb'
â looking for answers
Apr 27 at 14:36
Is it possible (have you tried) to downgrade allvlc
package to 2.2.2.5 version?
â Drakonoved
Apr 27 at 16:11
add a comment |Â
up vote
0
down vote
up vote
0
down vote
You may download .deb
package from this source: vlc-nox | pkgs.org
Supported releases:
- Ubuntu 17.04 (Zesty Zapus)
- Ubuntu 16.04 LTS (Xenial Xerus)
- Ubuntu 14.04 LTS (Trusty Tahr)
- Ubuntu 12.04 LTS (Precise Pangolin)
You may download .deb
package from this source: vlc-nox | pkgs.org
Supported releases:
- Ubuntu 17.04 (Zesty Zapus)
- Ubuntu 16.04 LTS (Xenial Xerus)
- Ubuntu 14.04 LTS (Trusty Tahr)
- Ubuntu 12.04 LTS (Precise Pangolin)
answered Apr 27 at 10:55
Drakonoved
7321415
7321415
There are not files connected to the links. for example if you click on the link: vlc-nox_2.2.4-14ubuntu2_i386.deb, a screen comes up with error 404.
â looking for answers
Apr 27 at 13:13
1
I hope this is temporary problem.. 2.2.2.5 is available..
â Drakonoved
Apr 27 at 13:49
Thank you @Drakonoved for the suggestion. I tried it and I get: 'dpkg: error processing archive vlc-nox_2.2.2-5ubuntu0.16.04.4_i386.deb (--install): trying to overwrite '/usr/share/zsh/vendor-completions/_vlc', which is also in package vlc-bin 2.2.6-6 Errors were encountered while processing: vlc-nox_2.2.2-5ubuntu0.16.04.4_i386.deb'
â looking for answers
Apr 27 at 14:36
Is it possible (have you tried) to downgrade allvlc
package to 2.2.2.5 version?
â Drakonoved
Apr 27 at 16:11
add a comment |Â
There are not files connected to the links. for example if you click on the link: vlc-nox_2.2.4-14ubuntu2_i386.deb, a screen comes up with error 404.
â looking for answers
Apr 27 at 13:13
1
I hope this is temporary problem.. 2.2.2.5 is available..
â Drakonoved
Apr 27 at 13:49
Thank you @Drakonoved for the suggestion. I tried it and I get: 'dpkg: error processing archive vlc-nox_2.2.2-5ubuntu0.16.04.4_i386.deb (--install): trying to overwrite '/usr/share/zsh/vendor-completions/_vlc', which is also in package vlc-bin 2.2.6-6 Errors were encountered while processing: vlc-nox_2.2.2-5ubuntu0.16.04.4_i386.deb'
â looking for answers
Apr 27 at 14:36
Is it possible (have you tried) to downgrade allvlc
package to 2.2.2.5 version?
â Drakonoved
Apr 27 at 16:11
There are not files connected to the links. for example if you click on the link: vlc-nox_2.2.4-14ubuntu2_i386.deb, a screen comes up with error 404.
â looking for answers
Apr 27 at 13:13
There are not files connected to the links. for example if you click on the link: vlc-nox_2.2.4-14ubuntu2_i386.deb, a screen comes up with error 404.
â looking for answers
Apr 27 at 13:13
1
1
I hope this is temporary problem.. 2.2.2.5 is available..
â Drakonoved
Apr 27 at 13:49
I hope this is temporary problem.. 2.2.2.5 is available..
â Drakonoved
Apr 27 at 13:49
Thank you @Drakonoved for the suggestion. I tried it and I get: 'dpkg: error processing archive vlc-nox_2.2.2-5ubuntu0.16.04.4_i386.deb (--install): trying to overwrite '/usr/share/zsh/vendor-completions/_vlc', which is also in package vlc-bin 2.2.6-6 Errors were encountered while processing: vlc-nox_2.2.2-5ubuntu0.16.04.4_i386.deb'
â looking for answers
Apr 27 at 14:36
Thank you @Drakonoved for the suggestion. I tried it and I get: 'dpkg: error processing archive vlc-nox_2.2.2-5ubuntu0.16.04.4_i386.deb (--install): trying to overwrite '/usr/share/zsh/vendor-completions/_vlc', which is also in package vlc-bin 2.2.6-6 Errors were encountered while processing: vlc-nox_2.2.2-5ubuntu0.16.04.4_i386.deb'
â looking for answers
Apr 27 at 14:36
Is it possible (have you tried) to downgrade all
vlc
package to 2.2.2.5 version?â Drakonoved
Apr 27 at 16:11
Is it possible (have you tried) to downgrade all
vlc
package to 2.2.2.5 version?â Drakonoved
Apr 27 at 16:11
add a comment |Â
up vote
0
down vote
In my 16.04 LTS system, vlc-nox
is installed from the repository universe
.
$ apt-cache policy vlc-nox
vlc-nox:
Installerad: 2.2.2-5ubuntu0.16.04.4
Kandidat: 2.2.2-5ubuntu0.16.04.4
Versionstabell:
*** 2.2.2-5ubuntu0.16.04.4 500
500 http://se.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages
500 http://security.ubuntu.com/ubuntu xenial-security/universe i386 Packages
100 /var/lib/dpkg/status
2.2.2-5 500
500 http://se.archive.ubuntu.com/ubuntu xenial/universe i386 Packages
Please check that you have enabled the repository
universe
.Things may be different in other versions, so if you have enabled the repository
universe
, and still cannot findvlc-nox
, it is probably not available for your version of Ubuntu.
Edit in response to your comment:
I have a test system with Ubuntu 17.10. Only vlc
is available via the repository universe
, but not vlc-nox
. Also @Drakonoved's answer about separate deb packages indicates that there is no such package for your version of Ubuntu.
@lookingforanswers, Which version of Ubuntu are you running?
â sudodus
Apr 27 at 11:13
I am using 17.10.
â looking for answers
Apr 27 at 13:13
@lookingforanswers, Sorry, in 17.10 only the packagevlc
is available via the repository universe, but notvlc-nox
.
â sudodus
Apr 27 at 13:47
Thank you for your response. In that case the conclusion is that vlc-nox cannot operate in ubuntu 17.10.
â looking for answers
Apr 27 at 14:42
@lookingforanswers, There are alternatives (to play music without a graphical user interface). If you tell us how you intended to usevlc-nox
, I think we can help you get something that works.
â sudodus
Apr 27 at 15:36
 |Â
show 4 more comments
up vote
0
down vote
In my 16.04 LTS system, vlc-nox
is installed from the repository universe
.
$ apt-cache policy vlc-nox
vlc-nox:
Installerad: 2.2.2-5ubuntu0.16.04.4
Kandidat: 2.2.2-5ubuntu0.16.04.4
Versionstabell:
*** 2.2.2-5ubuntu0.16.04.4 500
500 http://se.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages
500 http://security.ubuntu.com/ubuntu xenial-security/universe i386 Packages
100 /var/lib/dpkg/status
2.2.2-5 500
500 http://se.archive.ubuntu.com/ubuntu xenial/universe i386 Packages
Please check that you have enabled the repository
universe
.Things may be different in other versions, so if you have enabled the repository
universe
, and still cannot findvlc-nox
, it is probably not available for your version of Ubuntu.
Edit in response to your comment:
I have a test system with Ubuntu 17.10. Only vlc
is available via the repository universe
, but not vlc-nox
. Also @Drakonoved's answer about separate deb packages indicates that there is no such package for your version of Ubuntu.
@lookingforanswers, Which version of Ubuntu are you running?
â sudodus
Apr 27 at 11:13
I am using 17.10.
â looking for answers
Apr 27 at 13:13
@lookingforanswers, Sorry, in 17.10 only the packagevlc
is available via the repository universe, but notvlc-nox
.
â sudodus
Apr 27 at 13:47
Thank you for your response. In that case the conclusion is that vlc-nox cannot operate in ubuntu 17.10.
â looking for answers
Apr 27 at 14:42
@lookingforanswers, There are alternatives (to play music without a graphical user interface). If you tell us how you intended to usevlc-nox
, I think we can help you get something that works.
â sudodus
Apr 27 at 15:36
 |Â
show 4 more comments
up vote
0
down vote
up vote
0
down vote
In my 16.04 LTS system, vlc-nox
is installed from the repository universe
.
$ apt-cache policy vlc-nox
vlc-nox:
Installerad: 2.2.2-5ubuntu0.16.04.4
Kandidat: 2.2.2-5ubuntu0.16.04.4
Versionstabell:
*** 2.2.2-5ubuntu0.16.04.4 500
500 http://se.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages
500 http://security.ubuntu.com/ubuntu xenial-security/universe i386 Packages
100 /var/lib/dpkg/status
2.2.2-5 500
500 http://se.archive.ubuntu.com/ubuntu xenial/universe i386 Packages
Please check that you have enabled the repository
universe
.Things may be different in other versions, so if you have enabled the repository
universe
, and still cannot findvlc-nox
, it is probably not available for your version of Ubuntu.
Edit in response to your comment:
I have a test system with Ubuntu 17.10. Only vlc
is available via the repository universe
, but not vlc-nox
. Also @Drakonoved's answer about separate deb packages indicates that there is no such package for your version of Ubuntu.
In my 16.04 LTS system, vlc-nox
is installed from the repository universe
.
$ apt-cache policy vlc-nox
vlc-nox:
Installerad: 2.2.2-5ubuntu0.16.04.4
Kandidat: 2.2.2-5ubuntu0.16.04.4
Versionstabell:
*** 2.2.2-5ubuntu0.16.04.4 500
500 http://se.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages
500 http://security.ubuntu.com/ubuntu xenial-security/universe i386 Packages
100 /var/lib/dpkg/status
2.2.2-5 500
500 http://se.archive.ubuntu.com/ubuntu xenial/universe i386 Packages
Please check that you have enabled the repository
universe
.Things may be different in other versions, so if you have enabled the repository
universe
, and still cannot findvlc-nox
, it is probably not available for your version of Ubuntu.
Edit in response to your comment:
I have a test system with Ubuntu 17.10. Only vlc
is available via the repository universe
, but not vlc-nox
. Also @Drakonoved's answer about separate deb packages indicates that there is no such package for your version of Ubuntu.
edited Apr 27 at 13:44
answered Apr 27 at 11:07
![](https://i.stack.imgur.com/lcww5.png?s=32&g=1)
![](https://i.stack.imgur.com/lcww5.png?s=32&g=1)
sudodus
20.1k32666
20.1k32666
@lookingforanswers, Which version of Ubuntu are you running?
â sudodus
Apr 27 at 11:13
I am using 17.10.
â looking for answers
Apr 27 at 13:13
@lookingforanswers, Sorry, in 17.10 only the packagevlc
is available via the repository universe, but notvlc-nox
.
â sudodus
Apr 27 at 13:47
Thank you for your response. In that case the conclusion is that vlc-nox cannot operate in ubuntu 17.10.
â looking for answers
Apr 27 at 14:42
@lookingforanswers, There are alternatives (to play music without a graphical user interface). If you tell us how you intended to usevlc-nox
, I think we can help you get something that works.
â sudodus
Apr 27 at 15:36
 |Â
show 4 more comments
@lookingforanswers, Which version of Ubuntu are you running?
â sudodus
Apr 27 at 11:13
I am using 17.10.
â looking for answers
Apr 27 at 13:13
@lookingforanswers, Sorry, in 17.10 only the packagevlc
is available via the repository universe, but notvlc-nox
.
â sudodus
Apr 27 at 13:47
Thank you for your response. In that case the conclusion is that vlc-nox cannot operate in ubuntu 17.10.
â looking for answers
Apr 27 at 14:42
@lookingforanswers, There are alternatives (to play music without a graphical user interface). If you tell us how you intended to usevlc-nox
, I think we can help you get something that works.
â sudodus
Apr 27 at 15:36
@lookingforanswers, Which version of Ubuntu are you running?
â sudodus
Apr 27 at 11:13
@lookingforanswers, Which version of Ubuntu are you running?
â sudodus
Apr 27 at 11:13
I am using 17.10.
â looking for answers
Apr 27 at 13:13
I am using 17.10.
â looking for answers
Apr 27 at 13:13
@lookingforanswers, Sorry, in 17.10 only the package
vlc
is available via the repository universe, but not vlc-nox
.â sudodus
Apr 27 at 13:47
@lookingforanswers, Sorry, in 17.10 only the package
vlc
is available via the repository universe, but not vlc-nox
.â sudodus
Apr 27 at 13:47
Thank you for your response. In that case the conclusion is that vlc-nox cannot operate in ubuntu 17.10.
â looking for answers
Apr 27 at 14:42
Thank you for your response. In that case the conclusion is that vlc-nox cannot operate in ubuntu 17.10.
â looking for answers
Apr 27 at 14:42
@lookingforanswers, There are alternatives (to play music without a graphical user interface). If you tell us how you intended to use
vlc-nox
, I think we can help you get something that works.â sudodus
Apr 27 at 15:36
@lookingforanswers, There are alternatives (to play music without a graphical user interface). If you tell us how you intended to use
vlc-nox
, I think we can help you get something that works.â sudodus
Apr 27 at 15:36
 |Â
show 4 more comments
up vote
0
down vote
Vlc is now packaged differently, there is no longer a vlc-nox package. The various vlc binaries are in the vlc-bin package.
add a comment |Â
up vote
0
down vote
Vlc is now packaged differently, there is no longer a vlc-nox package. The various vlc binaries are in the vlc-bin package.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Vlc is now packaged differently, there is no longer a vlc-nox package. The various vlc binaries are in the vlc-bin package.
Vlc is now packaged differently, there is no longer a vlc-nox package. The various vlc binaries are in the vlc-bin package.
answered Apr 27 at 23:52
doug
13.6k13451
13.6k13451
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1028728%2funable-to-install-vlc-nox%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
which ubuntu version?
â Suraj Rao
Apr 27 at 10:45
I am using Ubuntu 17.10
â looking for answers
Apr 27 at 13:11
2
if your plan is to run vlc without gui you it can be run in a headless server
vlc -I http --http-port 8888 --http-password 12345
then access it withhttp://localhost:8888
â ptetteh227
Apr 27 at 14:13
@ptetteh227 Thank you for the suggestion, I'll keep it in mind.
â looking for answers
Apr 27 at 14:35