447
My impression of github since switching to Linux
(lemmy.world)
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
sudo
in Windows.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.
When I'm confused like that, I check https://packages.debian.org and open the file list for the package. That way I know what binaries are installed.
There is also a dpkg command for that. Grep it for /bin/ and you've got your executable.
Ooh, I'll keep that in mind for next time, thanks!