#MastodonNeedsMarkdownSupport

Starbeamrainbowlabssbrl@fediscience.org
2024-08-28

Tip: List the packages in a given apt repository by finding the `Packages` file URL and then doing this:

```bash
curl -sSL example.com/Packages | awk '/Package:/ { package=$2 } /Version:/ { print(package "\t" $2) }' | column -t
```

#MastodonNeedsMarkdownSupport #apt #bash #OneLiner #Tip #NoteToSelf #Linux #Debian #Ubuntu

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst