Enjoyer_of_Games [comrade/them, he/him]

***
::: spoiler ⓘ
:monkey-typewriter:
:::
| | Doctrine Purist | Doctrine Neutral | Doctrine Radical |
--|--|--|--
| Structure Purist | | | |
| Structure Neutral | | | |
| Structure Radical | | | |
Sources [^1][^2][^3]

[^1]: *it is known*
[^2]: *it is known*
[^3]: *it is known*
↶{:border-square: |Superstructure } ↰

⤷ {:border-square: |Base} ⤴
  • 74 Posts
  • 1.88K Comments
Joined 2 years ago
cake
Cake day: September 8th, 2024

help-circle

















  • apt is used by debian based distros.

    Arch based distros generally use pacman for distro packages.

    “Third party” is a bit too vague a term for linux. The distro distributes packages that are made by other parties (“upstream”) some of which are part of the operating system (the OS is modular and made up of packages from many sources) and some of which are applications either preinstalled or that you have installed using the distro’s package manager. The distro’s job is to make all of these packages easy to get and work together nice.

    You can also install packages that are not distributed by your distro. On debian systems like mint this in usually done by adding another source repository (ppa) to apt. Also using flatpacks, appimages or building yourself.

    On arch generally people use the AUR (Arch user repository). This requires a separate package manager like yay. Because packages on the aur can be uploaded by anyone you have to be careful about malware.

    Arch has frequent updates, cachy less so but still much more frequent than mint. The system can break if you don’t update often enough (by break I mean it won’t be able to update or install new packages and require a fresh os reinstall to fix).