#[SOLVED] Issue with sudo and make
33 messages · Page 1 of 1 (latest)
I do have sudo on the user
and went into the archiso AFTER installing arch already - i followed the official manual install guide
in the archiso i wrote the command: pacstrap /mnt base base-level
Can you update the system and make sure make is installed?
to install base and base level
Try pacman -Sy make
When it's done, try that again.
got some other errors now 😂
but at least the sudo make clean install command did something
so thank you
i’ve now downloaded gcc and it all seems to be fine
for now… 😂
thank you very much for your assistance dude I really appreciate it
I can't help you with that, sorry.
You can do some research online if you want.
Glad to help, please mark this as solved if you no longer need help.
... solved
#9742 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.
- You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
- You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".
Your title should be like so: https://cdn.discordapp.com/attachments/503224329191030787/1039841700417384498/image.png
Thank you
yeah did some digging and i needed to install the c compiler
[SOLVED] Issue with sudo and make
I usually just use -Syu for installing packages as well. It achieves the same thing as -Sy; installing the newest version of the package, but upgrades the whole system so you don’t end up with a partial upgrade.
TLDR: pacman -Syu <package> works too
yeah that works, thanks!
Something to note though is sometimes you need to do -Sy on a live USB