You are not logged in.
Pages: 1
sudo vim/etc/pacman.conf command not found on a new install. I made sure vim was installed. I dont understand it. I just did an install with encryption that had this issue so i reinstalled without encryption only to find that the issue persists. Any help is greatly appreciated.
Offline
sudo vim/etc/pacman.conf
if this was the command you run then yeah error was expected "space" was missing ![]()
sudo vim /etc/pacman.confif not, run `which vim`
Last edited by 5hridhyan (2026-05-07 17:56:57)
Offline
Assuming it's not a typo then you are missing a space between vim and the /
Offline
That was a typo. the input for in the terminal seems correct to me
[nominalsum@archlinuxTP ~]$ sudo vim/etc/pacman.conf
sudo: vim/etc/pacman.conf: command not found
[nominalsum@archlinuxTP ~]$ sudo vim/etc/pacman.conf
[sudo] password for nominalsum:
sudo: vim/etc/pacman.conf: command not foundOffline
No, it isn't. You want
sudo vim /etc/pacman.confNote the space between "vim" and "/etc/pacman.conf". In your literal copy/paste that space is missing.
Offline
That was a typo. My input did not have the space and posted another that is the actual input and output showing the space was not there.
edit:Hot damn. I think i went illiterate for a few minutes. Im sorry. Things started spinning in my brain again. Thank you for pointing it out, even though I had to read it 5+ times for it to click
Last edited by NominalSum (2026-05-07 18:14:38)
Offline
[Solved]
Offline
Please mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Pages: 1