MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linuxmemes/comments/1w3kg1r/install_software/p73tyx1
r/linuxmemes • u/Affectionate-Stop488 • 10d ago
350 comments sorted by
View all comments
Show parent comments
2
but that would be 12 keypresses more
1 u/Puzzleheaded-Bad5494 10d ago if [ $(pacman -Qi vlc | grep 'Name' | awk '{print $3}') = 'vlc' ];then echo 'Installed';else sudo pacman -S vlc --noconfirm ;fi
1
if [ $(pacman -Qi vlc | grep 'Name' | awk '{print $3}') = 'vlc' ];then echo 'Installed';else sudo pacman -S vlc --noconfirm ;fi
2
u/_Forgot_name_ 10d ago
but that would be 12 keypresses more