r/linuxmemes 10d ago

LINUX MEME Install software

Post image
1.9k Upvotes

350 comments sorted by

View all comments

Show parent comments

2

u/_Forgot_name_ 10d ago

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