VLC installation on Ubuntu 17.10 [closed]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
-1
down vote

favorite












I tried to install VLC on my Ubuntu 17.10 but as you can see the response of terminal:



got problem installing vlc on ubuntu 17.10










share|improve this question















closed as unclear what you're asking by mikewhatever, Eric Carvalho, waltinator, David Foerster, Fabby Mar 20 at 17:55


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.










  • 4




    Please don't post screenshots of text. Instead copy & paste the text here and use code formatting.
    – pomsky
    Mar 17 at 16:05






  • 3




    There is a huge picture with a bit of tiny text in it. Can't you just copy/paste the text itself?
    – mikewhatever
    Mar 17 at 16:05






  • 2




    try repeating your sudo snap install vlc command, it looks like maybe a temporary failure.
    – dpb
    Mar 17 at 16:11






  • 1




    Possible duplicate of How to download VLC?
    – David Foerster
    Mar 19 at 16:00














up vote
-1
down vote

favorite












I tried to install VLC on my Ubuntu 17.10 but as you can see the response of terminal:



got problem installing vlc on ubuntu 17.10










share|improve this question















closed as unclear what you're asking by mikewhatever, Eric Carvalho, waltinator, David Foerster, Fabby Mar 20 at 17:55


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.










  • 4




    Please don't post screenshots of text. Instead copy & paste the text here and use code formatting.
    – pomsky
    Mar 17 at 16:05






  • 3




    There is a huge picture with a bit of tiny text in it. Can't you just copy/paste the text itself?
    – mikewhatever
    Mar 17 at 16:05






  • 2




    try repeating your sudo snap install vlc command, it looks like maybe a temporary failure.
    – dpb
    Mar 17 at 16:11






  • 1




    Possible duplicate of How to download VLC?
    – David Foerster
    Mar 19 at 16:00












up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











I tried to install VLC on my Ubuntu 17.10 but as you can see the response of terminal:



got problem installing vlc on ubuntu 17.10










share|improve this question















I tried to install VLC on my Ubuntu 17.10 but as you can see the response of terminal:



got problem installing vlc on ubuntu 17.10







software-installation 17.10 vlc






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 17 at 16:05









pomsky

23.1k77299




23.1k77299










asked Mar 17 at 16:02









Akshansh Rawat A R

6




6




closed as unclear what you're asking by mikewhatever, Eric Carvalho, waltinator, David Foerster, Fabby Mar 20 at 17:55


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.






closed as unclear what you're asking by mikewhatever, Eric Carvalho, waltinator, David Foerster, Fabby Mar 20 at 17:55


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









  • 4




    Please don't post screenshots of text. Instead copy & paste the text here and use code formatting.
    – pomsky
    Mar 17 at 16:05






  • 3




    There is a huge picture with a bit of tiny text in it. Can't you just copy/paste the text itself?
    – mikewhatever
    Mar 17 at 16:05






  • 2




    try repeating your sudo snap install vlc command, it looks like maybe a temporary failure.
    – dpb
    Mar 17 at 16:11






  • 1




    Possible duplicate of How to download VLC?
    – David Foerster
    Mar 19 at 16:00












  • 4




    Please don't post screenshots of text. Instead copy & paste the text here and use code formatting.
    – pomsky
    Mar 17 at 16:05






  • 3




    There is a huge picture with a bit of tiny text in it. Can't you just copy/paste the text itself?
    – mikewhatever
    Mar 17 at 16:05






  • 2




    try repeating your sudo snap install vlc command, it looks like maybe a temporary failure.
    – dpb
    Mar 17 at 16:11






  • 1




    Possible duplicate of How to download VLC?
    – David Foerster
    Mar 19 at 16:00







4




4




Please don't post screenshots of text. Instead copy & paste the text here and use code formatting.
– pomsky
Mar 17 at 16:05




Please don't post screenshots of text. Instead copy & paste the text here and use code formatting.
– pomsky
Mar 17 at 16:05




3




3




There is a huge picture with a bit of tiny text in it. Can't you just copy/paste the text itself?
– mikewhatever
Mar 17 at 16:05




There is a huge picture with a bit of tiny text in it. Can't you just copy/paste the text itself?
– mikewhatever
Mar 17 at 16:05




2




2




try repeating your sudo snap install vlc command, it looks like maybe a temporary failure.
– dpb
Mar 17 at 16:11




try repeating your sudo snap install vlc command, it looks like maybe a temporary failure.
– dpb
Mar 17 at 16:11




1




1




Possible duplicate of How to download VLC?
– David Foerster
Mar 19 at 16:00




Possible duplicate of How to download VLC?
– David Foerster
Mar 19 at 16:00










1 Answer
1






active

oldest

votes

















up vote
3
down vote













apt-get vlc


is not a valid command, it should be



sudo apt-get install vlc


To install the snap version run



snap install vlc





share|improve this answer
















  • 1




    Any reason why OP's first line = sudo snap install vlc should have failed? (I don't use snap packages myself.)
    – Dɑvïd
    Mar 17 at 16:15











  • @Dɑvïd I don't either, maybe a temporary connection issue?
    – pomsky
    Mar 17 at 16:18

















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
3
down vote













apt-get vlc


is not a valid command, it should be



sudo apt-get install vlc


To install the snap version run



snap install vlc





share|improve this answer
















  • 1




    Any reason why OP's first line = sudo snap install vlc should have failed? (I don't use snap packages myself.)
    – Dɑvïd
    Mar 17 at 16:15











  • @Dɑvïd I don't either, maybe a temporary connection issue?
    – pomsky
    Mar 17 at 16:18














up vote
3
down vote













apt-get vlc


is not a valid command, it should be



sudo apt-get install vlc


To install the snap version run



snap install vlc





share|improve this answer
















  • 1




    Any reason why OP's first line = sudo snap install vlc should have failed? (I don't use snap packages myself.)
    – Dɑvïd
    Mar 17 at 16:15











  • @Dɑvïd I don't either, maybe a temporary connection issue?
    – pomsky
    Mar 17 at 16:18












up vote
3
down vote










up vote
3
down vote









apt-get vlc


is not a valid command, it should be



sudo apt-get install vlc


To install the snap version run



snap install vlc





share|improve this answer












apt-get vlc


is not a valid command, it should be



sudo apt-get install vlc


To install the snap version run



snap install vlc






share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 17 at 16:11









pomsky

23.1k77299




23.1k77299







  • 1




    Any reason why OP's first line = sudo snap install vlc should have failed? (I don't use snap packages myself.)
    – Dɑvïd
    Mar 17 at 16:15











  • @Dɑvïd I don't either, maybe a temporary connection issue?
    – pomsky
    Mar 17 at 16:18












  • 1




    Any reason why OP's first line = sudo snap install vlc should have failed? (I don't use snap packages myself.)
    – Dɑvïd
    Mar 17 at 16:15











  • @Dɑvïd I don't either, maybe a temporary connection issue?
    – pomsky
    Mar 17 at 16:18







1




1




Any reason why OP's first line = sudo snap install vlc should have failed? (I don't use snap packages myself.)
– Dɑvïd
Mar 17 at 16:15





Any reason why OP's first line = sudo snap install vlc should have failed? (I don't use snap packages myself.)
– Dɑvïd
Mar 17 at 16:15













@Dɑvïd I don't either, maybe a temporary connection issue?
– pomsky
Mar 17 at 16:18




@Dɑvïd I don't either, maybe a temporary connection issue?
– pomsky
Mar 17 at 16:18


Popular posts from this blog

GRUB: Fatal! inconsistent data read from (0x84) 0+xxxxxx

What makes Checkinstall packages not suitable for distribution?

Running the scala interactive shell from the command line