VLC installation on Ubuntu 17.10 [closed]

Clash 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:

software-installation 17.10 vlc
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.
add a comment |Â
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:

software-installation 17.10 vlc
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 yoursudo snap install vlccommand, 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
add a comment |Â
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:

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

software-installation 17.10 vlc
software-installation 17.10 vlc
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 yoursudo snap install vlccommand, 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
add a comment |Â
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 yoursudo snap install vlccommand, 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
add a comment |Â
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
1
Any reason why OP's first line =sudo snap install vlcshould 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
add a comment |Â
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
1
Any reason why OP's first line =sudo snap install vlcshould 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
add a comment |Â
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
1
Any reason why OP's first line =sudo snap install vlcshould 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
add a comment |Â
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
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
answered Mar 17 at 16:11
pomsky
23.1k77299
23.1k77299
1
Any reason why OP's first line =sudo snap install vlcshould 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
add a comment |Â
1
Any reason why OP's first line =sudo snap install vlcshould 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
add a comment |Â
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 vlccommand, 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