So I was having some trouble with VLC. The package is marked as installed but the VLC executable is not present in /usr/bin.
| ➜ ~ sudo apt-get install vlc | |
| [sudo] password for moot: | |
| Reading package lists... Done | |
| Building dependency tree | |
| Reading state information... Done | |
| vlc is already the newest version. | |
| 0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded. | |
| ➜ ~ vlc | |
| zsh: command not found: vlc | |
| ➜ ~ ls /usr/bin/vl* | |
| /usr/bin/vlc-wrapper /usr/bin/vlna | |
| ➜ ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment