Alias for pamac not functional

~ → pupdate
bash: pupdate : commande introuvable

and also

bash: /home/cyberohms/.bashrc: ligne 178: fin de fichier (EOF) prématurée lors de la recherche du « ’ » correspondant

This alias is missing closing quote

#Synchro de la base de donné des paquets
`alias pacmsync='pacman -Sy

so all subsequent aliases are likely to fail

ligne 178: fin de fichier (EOF) prématurée lors de la recherche du « ’ » correspondant

line 178: premature end of file (EOF) when searching for the corresponding “’”

1 Like

For the 10th time: You are missing the end quote.

alias pacmsync='pacman -Sy

Also this is a good time to say that you should start reading tutorials. Because this is one command you should never run.

2 Likes

Because as numerous people have told you the syntax highlighting is HIGHLIGHTING that you’ve missed a closing quote on this line;

alias pacmsync='pacman -Sy
1 Like

Yes, I didn’t think it would break up the suite.
I didn’t know that bashrc rc could be read as a continuation and an end (if I’m expressing correctly).

Indeed, it corrected everything

Thanks a lot

Prepending "[SOLVED]" to a topic when solved? - #4 by nikgnomic

Prepending title text is less effective than marking the solution post and creates extra work to maintain forum consistency and Keep It Tidy

1 Like

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