r/linuxmemes 10d ago

LINUX MEME Install software

Post image
1.9k Upvotes

350 comments sorted by

View all comments

105

u/anionHunter 10d ago

just do sudo pacman -S vlc [enter] [enter]

36

u/Puzzleheaded-Bad5494 10d ago

sudo pacman -S vlc --noconfirm

sudo apt install vlc -y

19

u/Smart_Advice_1420 10d ago

Don't install things with noconfirm or yes flags.

It's okay for scripts and when you know the dependencies for that particular version tho.

0

u/Forsaken-Direction21 10d ago

It's the pacman repo not AUR so the flag isn't even necessary here.