cm0002@lemmy.world to linuxmemes@lemmy.world · 1 年前Posting for a friend lolimagemessage-square128linkfedilinkarrow-up1884arrow-down115
arrow-up1869arrow-down1imagePosting for a friend lolcm0002@lemmy.world to linuxmemes@lemmy.world · 1 年前message-square128linkfedilink
minus-squaredan@upvote.aulinkfedilinkarrow-up7·1 年前I’d recommend avoiding aliases that conflict with regular commands, and there’s a standard Linux command called install. https://man7.org/linux/man-pages/man1/install.1.html If you’re going to always pass the -y flag then I’d add --no-install-recommends too.
minus-squaremutual_ayed@sh.itjust.worksdeleted by creatorlinkfedilinkEnglisharrow-up2·1 年前Oh sorry. install is already a part of make/cmake as well, so it’d break any of those workflows also. The joke I thought I was making was “I’m too lazy to type out what I want, let’s just break the system instead.”
I’d recommend avoiding aliases that conflict with regular commands, and there’s a standard Linux command called
install. https://man7.org/linux/man-pages/man1/install.1.htmlIf you’re going to always pass the -y flag then I’d add --no-install-recommends too.
Oh sorry.
install is already a part of make/cmake as well, so it’d break any of those workflows also.
The joke I thought I was making was “I’m too lazy to type out what I want, let’s just break the system instead.”