Obtainium computer equivalent #92

Open
opened 2026-01-16 13:35:49 +01:00 by Benjamin_Loison · 2 comments

For programs not in APT.

Like rusq/slackdump.

apt list | grep slack
Output:

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

golang-github-nlopes-slack-dev/noble,noble 0.1.0-2 all
golang-github-slack-go-slack-dev/noble,noble 0.11.3-2 all
golang-github-slackhq-nebula-dev/noble-updates,noble-updates,noble-security,noble-security 1.6.1+dfsg-3ubuntu0.24.04.3 all
localslackirc/noble,noble 1.27-1 all
php-symfony-slack-notifier/noble,noble 6.4.5+dfsg-3ubuntu3 all
ruby-slack-messenger/noble,noble 2.3.4-2 all
ruby-slack-notifier/noble,noble 1.5.1-3 all
slack/noble,noble 1:0.15.2-11 all
apt show slack
Output:
Package: slack
Version: 1:0.15.2-11
Priority: optional
Section: universe/admin
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Andrew Pollock <apollock@debian.org>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 119 kB
Depends: perl, rsync
Suggests: openssh-server, openssh-client
Download-Size: 31,0 kB
APT-Sources: http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages
Description: configuration management program for lazy admins
 slack tries to allow centralized configuration management with a bare
 minimum of effort.  Usually, just putting a file in the right place
 will cause the right thing to be done.  It uses rsync to copy files
 around, so can use any sort of source (NFS directory, remote server
 over SSH, remote server over rsync) that rsync supports.

on my Linux Mint 22.3 Cinnamon Framework 13.

For programs not in APT. Like [rusq/slackdump](https://github.com/rusq/slackdump). ``` apt list | grep slack ``` <details> <summary>Output:</summary> ``` WARNING: apt does not have a stable CLI interface. Use with caution in scripts. golang-github-nlopes-slack-dev/noble,noble 0.1.0-2 all golang-github-slack-go-slack-dev/noble,noble 0.11.3-2 all golang-github-slackhq-nebula-dev/noble-updates,noble-updates,noble-security,noble-security 1.6.1+dfsg-3ubuntu0.24.04.3 all localslackirc/noble,noble 1.27-1 all php-symfony-slack-notifier/noble,noble 6.4.5+dfsg-3ubuntu3 all ruby-slack-messenger/noble,noble 2.3.4-2 all ruby-slack-notifier/noble,noble 1.5.1-3 all slack/noble,noble 1:0.15.2-11 all ``` </details> ``` apt show slack ``` <details> <summary>Output:</summary> ``` Package: slack Version: 1:0.15.2-11 Priority: optional Section: universe/admin Origin: Ubuntu Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> Original-Maintainer: Andrew Pollock <apollock@debian.org> Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 119 kB Depends: perl, rsync Suggests: openssh-server, openssh-client Download-Size: 31,0 kB APT-Sources: http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages Description: configuration management program for lazy admins slack tries to allow centralized configuration management with a bare minimum of effort. Usually, just putting a file in the right place will cause the right thing to be done. It uses rsync to copy files around, so can use any sort of source (NFS directory, remote server over SSH, remote server over rsync) that rsync supports. ``` </details> on my Linux Mint 22.3 Cinnamon Framework 13.
Author
Owner
Would help [Improve_websites_thanks_to_open_source/issues/1158](https://codeberg.org/Benjamin_Loison/Improve_websites_thanks_to_open_source/issues/1158).
Author
Owner
Would help [Benjamin-Loison/scrcpy/issues/6](https://github.com/Benjamin-Loison/scrcpy/issues/6).
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Benjamin_Loison/linux#92