Kriston Posted March 17 Posted March 17 Neofetch says "-bash: fastfetch: command not found" yet fastfetch doesn't exist in the repository. Anyone know how to fix? 0 Quote
laibsch Posted March 17 Posted March 17 This happens all the time. A good thing I can suggest in such a case is to sudo apt install command-not-found It's an incredible useful piece of software to have. This is what it will show for you laibsch@banana:~$ fastfetch Command 'fastfetch' not found, did you mean: command 'fastafetch' from deb exonerate (2.4.0-5) Try: sudo apt install <deb name> Too bad, no good answer in this case. Let's see what apt-file can do for us. laibsch@banana:/tmp$ apt-file search fastfetch fastfetch: /usr/bin/fastfetch fastfetch: /usr/share/bash-completion/completions/fastfetch fastfetch: /usr/share/fastfetch/presets/all.jsonc fastfetch: /usr/share/fastfetch/presets/archey.jsonc fastfetch: /usr/share/fastfetch/presets/ci.jsonc fastfetch: /usr/share/fastfetch/presets/examples/10.jsonc fastfetch: /usr/share/fastfetch/presets/examples/11.jsonc fastfetch: /usr/share/fastfetch/presets/examples/12.jsonc fastfetch: /usr/share/fastfetch/presets/examples/13.jsonc fastfetch: /usr/share/fastfetch/presets/examples/14.jsonc fastfetch: /usr/share/fastfetch/presets/examples/15.jsonc fastfetch: /usr/share/fastfetch/presets/examples/16.jsonc fastfetch: /usr/share/fastfetch/presets/examples/17.jsonc fastfetch: /usr/share/fastfetch/presets/examples/18.jsonc fastfetch: /usr/share/fastfetch/presets/examples/19.jsonc fastfetch: /usr/share/fastfetch/presets/examples/2.jsonc fastfetch: /usr/share/fastfetch/presets/examples/20.jsonc fastfetch: /usr/share/fastfetch/presets/examples/21.jsonc fastfetch: /usr/share/fastfetch/presets/examples/22.jsonc fastfetch: /usr/share/fastfetch/presets/examples/23.jsonc fastfetch: /usr/share/fastfetch/presets/examples/24.jsonc fastfetch: /usr/share/fastfetch/presets/examples/25.jsonc fastfetch: /usr/share/fastfetch/presets/examples/3.jsonc fastfetch: /usr/share/fastfetch/presets/examples/4.jsonc fastfetch: /usr/share/fastfetch/presets/examples/5.jsonc fastfetch: /usr/share/fastfetch/presets/examples/6.jsonc fastfetch: /usr/share/fastfetch/presets/examples/7.jsonc fastfetch: /usr/share/fastfetch/presets/examples/8.jsonc fastfetch: /usr/share/fastfetch/presets/examples/9.jsonc fastfetch: /usr/share/fastfetch/presets/neofetch.jsonc fastfetch: /usr/share/fastfetch/presets/paleofetch.jsonc fastfetch: /usr/share/fastfetch/presets/screenfetch.jsonc fastfetch: /usr/share/fish/vendor_completions.d/fastfetch.fish fastfetch: /usr/share/licenses/fastfetch/LICENSE fastfetch: /usr/share/man/man1/fastfetch.1 fastfetch: /usr/share/zsh/site-functions/_fastfetch Oh, it looks like fastfetch does exist after all. Not sure, why command-not-found didn't know about it. Anyhow, the following should resolve your issue: sudo apt install fastfetch explanation of apt-file output: the stuff before the ':' is the package-name and the stuff after the ':' is the matching file-names and where they would be located on the filesystem if the package was installed. 0 Quote
Igor Posted March 17 Posted March 17 We are having an alias - probably bad move, removing: https://github.com/armbian/build/pull/7962 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.