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

linuxmemes

19722 readers
832 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
[–] [email protected] 64 points 2 months ago* (last edited 2 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.

[–] [email protected] 61 points 2 months ago

Writing all those aliases probably helped him learn pacman.

[–] [email protected] 27 points 2 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

[–] [email protected] 26 points 2 months ago* (last edited 2 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 35 points 2 months ago (1 children)
[–] [email protected] 7 points 2 months ago (1 children)

I know but some strange part of me loves it

[–] [email protected] 8 points 2 months ago* (last edited 2 months ago) (1 children)

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

[–] [email protected] 4 points 2 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

[–] [email protected] 3 points 2 months ago

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

[–] techt 10 points 2 months ago

You could go for unst and drop sick rave beats

unst unst unst

[–] calcopiritus 8 points 2 months ago (1 children)
[–] [email protected] 2 points 2 months ago

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

[–] dvlsg 6 points 2 months ago

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

[–] [email protected] 2 points 2 months ago

You could also use the pkcon command.

[–] [email protected] 10 points 2 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.

[–] [email protected] 3 points 2 months ago

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

[–] [email protected] 2 points 2 months ago (1 children)

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