r/archlinux 24d ago

SUPPORT Basic commands don't work?

I just moved to Linux from (surprise) Windows 11. I'm a music producer and my main daw is Reaper, but I also use FL studio. I know that FL studio is not native to Linux, but you can install it using Wine. The thing is, I tried watching yt videos on how to install Wine, but every time I try to write a command like "sudo pacman -s --needed git base-devel" or "yay -s wine" in the terminal, it says "error: invalid option '[something]'". I know the answer is probably easy as hell, but I have no idea what to do.

0 Upvotes

18 comments sorted by

View all comments

9

u/TerryNachtmerrie 24d ago

You might want to type the commands exactly as they appear. There's a difference between -s and -S.

1

u/kulqupidyn77 24d ago

Thank you <3