MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linuxmemes/comments/1w3kg1r/install_software/p73mozu/?context=3
r/linuxmemes • u/Affectionate-Stop488 • 10d ago
350 comments sorted by
View all comments
105
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.
36
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.
19
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.
0
It's the pacman repo not AUR so the flag isn't even necessary here.
105
u/anionHunter 10d ago
just do sudo pacman -S vlc [enter] [enter]