deb-get icon indicating copy to clipboard operation
deb-get copied to clipboard

Testing tracking for Debian

Open philclifford opened this issue 1 year ago • 0 comments

Having looked at a couple of Debian-related issues it seemed useful to create an issue to capture what works, what doesn't/cannot and maybe also what is important to solve. This is just a log of drive-by tests while proving Debian 11 fixes so far, but might save a little time and effort.

Testing done on Debian 11 mate edition after installing wget , running the patched self-installing script to install dependencies then checking out and patching a local copy to work around #350

The following install without issues so far:

  • [x] bat
  • [x] fd
  • [x] jami
  • [x] lsd
  • [x] zenith
  • [x] gh
  • [x] azure-cli
  • [x] tailscale (#360 with #361 applied)
  • [x] git-delta
  • [x] duf
  • [x] syncthing
  • [x] powershell
  • [x] pandoc
  • [x] obs-cli
  • [x] obsidian

(firefox-esr is in default installation)


TODOs

  • [ ] deb-get (#350)
  • [ ] obs-studio
  • [x] mergerfs
  • [ ] keepassxc
  • [ ] bitwarden
  • [ ] code
  • [ ] crossover
  • [ ] google-chrome-stable
  • [ ] gitkraken
  • [ ] docker-ce
  • [ ] docker-desktop
  • [ ] quickemu
  • [ ] quickgui

System information

Run the following a paste the output below:

/etc/os-release

PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"

/etc/lsb-release

n/a (no such file)

lsb_release -a
No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux 11 (bullseye)
Release:	11
Codename:	bullseye

deb-get version

( currently a testing branch on my fork with a number of essential and testing PRs merged )

deb-get update

./deb-get update # because the release fails to install due to zstd ....
Hit:1 http://deb.debian.org/debian bullseye InRelease
Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
Hit:4 https://dl.jami.net/nightly/debian_11 jami InRelease
Reading package lists...
  [+] Updating /var/cache/deb-get/bat.json
  [+] Updating /var/cache/deb-get/fd.json
  [+] Updating /var/cache/deb-get/lsd.json
  [+] Updating /var/cache/deb-get/zenith.json

philclifford avatar Jul 19 '22 00:07 philclifford

Closing for now. Now there's automated testing it is probably better to validate "must-haves" for debian in a test suite. Could be re-opened/re-worked if there's a need

philclifford avatar Sep 01 '22 02:09 philclifford