this post was submitted on 12 Apr 2024
364 points (96.0% liked)

linuxmemes

20723 readers
2677 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] HouseWolf@lemm.ee 64 points 5 months ago* (last edited 5 months ago) (5 children)

Setting Aliases because I can't remember the new ones

I got a buddy who switched to EndeavourOS after using Linux Mint for about a year, He said he was too lazy to learn pacman/yay so he spent an hour making fake apt aliases, I forgot what happened but after a while he gave up on it and just got use to pacman.

[–] BreakDecks@lemmy.ml 61 points 5 months ago

Writing all those aliases probably helped him learn pacman.

[–] Communist@lemmy.ml 27 points 5 months ago (2 children)

I just set

upd = <distro update command>
ins = <distro install command> 
pur = <distro purge command>
uin = <distro uninstall command>

in every distro, I don't know why you'd want package management to be distro specific commands

[–] astraeus@programming.dev 26 points 5 months ago* (last edited 5 months ago) (4 children)

ins and uin for some reason feels wrong, like inst and tsni feels more right to me and I know it shouldn’t.

[–] Feathercrown@lemmy.world 35 points 5 months ago (1 children)
[–] astraeus@programming.dev 7 points 5 months ago (1 children)

I know but some strange part of me loves it

[–] acockworkorange@mander.xyz 8 points 5 months ago* (last edited 5 months ago) (1 children)

You’re the kind of guy that ends if statements with fi and you should be ashamed.

[–] astraeus@programming.dev 4 points 5 months ago (1 children)

I can’t tell you how many times the missing fi has hurt my feelings and made me waste precious hours of my life

[–] acockworkorange@mander.xyz 3 points 5 months ago

A punishment fitting the crime, the universe is balanced once more.

[–] techt@lemmy.world 10 points 5 months ago

You could go for unst and drop sick rave beats

unst unst unst

[–] calcopiritus@lemmy.world 8 points 5 months ago (1 children)
[–] astraeus@programming.dev 2 points 5 months ago

Creates a Time Machine to go back to 1988 and tell them do not create bash

[–] dvlsg@lemmy.world 6 points 5 months ago

ins feels like insert. uin feels like it skips the first n on accident. To me, anyways.

[–] Ephera@lemmy.ml 2 points 5 months ago

You could also use the pkcon command.

[–] SexualPolytope@lemmy.sdf.org 10 points 5 months ago (1 children)

I'm fine with using pacman in general, but always forget how to uninstall an app completely. So I set the alias yeet for that. Since then, I've also set it on different systems like dnf.

[–] astraeus@programming.dev 3 points 5 months ago

I’m kind of curious how far he got with this

[–] pipows@lemmy.today 2 points 5 months ago (1 children)

I've found a cheat sheet from apt to pacman/yay that helped me with that