I installed VLC through terminal but it shows:
bash: /snap/bin/vlc: No such file or directory
I also tried:
which vlc
and it showed:
/usr/bin/vlc
When I try to run it through sudo su, it shows this error:
VLC is not supposed to be run as root. Sorry.
If you need to use real-time priorities and/or privileged TCP ports
you can use vlc-wrapper (make sure it is Set-UID root and
cannot be run by non-trusted users first).
Any idea how I can fix this issue?
I tried using the snap VLC package, which I installed using the terminal, but I couldn't navigate to my Downloads folder. I could only navigate in the "computer" folder, which consists of /bin, /usr, /var, etc. I was able to play the items of the folder I wanted by dragging and dropping.
I'm also only able to open VLC through the terminal. Opening it through the start menu doesn't do anything.
I'm using Zorin OS 16, which is based on Ubuntu 20.04, if I'm not wrong.
gedit ~/.bash_aliasesyou will see an editor with a file in it. The file may or may not be blank. At the bottom, addalias vlc=/usr/bin/vlc. Be sure not to change anything else. Now, when you typevlc, it will run/usr/bin/vlc. You can do this with any command, or set of commands, that you use often, to shorten the amount of characters that need typed. In case that doesn't work in zorin, add to~/.bashrc, but try~/.bash_aliasesfirst.