From 769a0a37f8492ae64f025afd531c2b2358857785 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Thu, 4 Jul 2024 21:13:18 +0200 Subject: [PATCH] add draft post (wavelog-gate on archlinux) --- .../index.md | 91 +++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 content/posts/2024/68-install-waveloggate-on-archlinux/index.md diff --git a/content/posts/2024/68-install-waveloggate-on-archlinux/index.md b/content/posts/2024/68-install-waveloggate-on-archlinux/index.md new file mode 100644 index 0000000..8a30104 --- /dev/null +++ b/content/posts/2024/68-install-waveloggate-on-archlinux/index.md @@ -0,0 +1,91 @@ +--- +title: 68 install waveloggate on archlinux +summary: +date: 2024-07-04T21:05:54+02:00 +lastmod: 2024-07-04T19:13:18+0000 +categories: + - amateur-radio + - computerstuff +tags: + - draft_post + +# showBreadcrumbs: true +# showDate: false +# showReadingTime: false +# showWordCount: false +# showPagination: false + +# feed_exclude: true +# site_exclude: true + +# some help +# +# highlighting with highlights +# +# use table, as inline creates a padding around +# and it pushes the text more to the right side (end of screen) +# +# ~~~html {linenos=table,hl_lines="3-6"} +# ~~~html {linenos=inline,hl_lines="1,3-6"} + +draft: true + +--- + +Download .deb file + +~~~console +$ debtap WaveLogGate-1.0.15_amd64.deb +~~~ + +I hit 3 and edit files with default editor (nvim) + +remove following packages: + +gtk, kde-runtime, libatspi2.0-0 +gir1.2-gnomekeyring-1.0, libasound2 + +these result in errors (not available in arch with that name) + +but for slickness, simplicity i also remove these (no problems so far): + +discord, kde-cli-tools, gvfs, intel-oneapi-basekit + +(who the fuck needs discord as a dependency?? WTF!?!??#!**) + +I also edit the package name: + +pkgname = wavelog-gate + +Install the final arch package + +~~~console +$ paru -U wavelog-gate-1.0.15-1-x86_64.pkg.tar.zst took 4m19s +Pakete werden geladen … +Abhängigkeiten werden aufgelöst … +Nach in Konflikt stehenden Paketen wird gesucht … + +Pakete (3) python-psutil-5.9.8-4 trash-cli-0.24.5.26-1 wavelog-gate-1.0.15-1 + +Gesamtgröße der installierten Pakete: 302,72 MiB + +:: Installation fortsetzen? [J/n] +(3/3) Schlüssel im Schlüsselbund werden geprüft [-------------------------------------------------------] 100% +(2/3) Paket-Integrität wird überprüft [-------------------------------------------------------] 100% +(2/3) Paket-Dateien werden geladen [-------------------------------------------------------] 100% +(3/3) Auf Dateikonflikte wird geprüft [-------------------------------------------------------] 100% +(3/3) Verfügbarer Festplattenspeicher wird ermittelt [-------------------------------------------------------] 100% +:: Paketänderungen werden verarbeitet … +(1/3) Installiert wird python-psutil [-------------------------------------------------------] 100% +(2/3) Installiert wird trash-cli [-------------------------------------------------------] 100% +(3/3) Installiert wird wavelog-gate [-------------------------------------------------------] 100% +Optionale Abhängigkeiten für wavelog-gate + apparmor + libgnome-keyring + pulseaudio [Installiert] +:: Post-transaction-Hooks werden gestartet … +(1/2) Arming ConditionNeedsUpdate... +(2/2) Updating the desktop file MIME type cache... +~~~ + +