Alternativas pro Manjaro do comando "Command Not Found"

Pessoal, existe um comando similar no Manjaro quando não acha um pacote instalado, como este do “apt” no Ubuntu ?

Hi @madeiraantonio97,

Sorry I’m not replying in Portugese, I used google translate to translate your question.

I believe the functionality you’re looking for comes with the zsh shell, that needs to be installed manually, in the form of the Manjaro zsh plugin. It also has plugins for auto completion (zsh-autosuggestions) and syntax highlighting (zsh-syntax-highlighting) among many, many others.

To install zsh

sudo pacman -Syu zsh

And then check out Oh-my-Zsh and also get the manjaro-zsh-config plugin as well.

Hope this helps. (At least a bit, seeing as it’s actually english and not Portugese.)

Achei a solução. Mas obrigado pela sugestão @Mirdarthos
Link da solução:
Linux dicas e suporte: Comando não encontrado, sugestão de instalação do programa no terminal do Arch Linux e derivados

Também é possível utilizar o pacman para esta tarefa:

  1. atualizar a base de dados (pacotes-programas)
    sudo pacman -Fy

  2. pesquisar o arquivo específico (no caso, ifconfig)
    pacman -F ifconfig

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.