Jump to content

Recommended Posts

Posted

Neofetch says "-bash: fastfetch: command not found" yet fastfetch doesn't exist in the repository.

 

Anyone know how to fix?

 

 

Posted

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.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines