You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

117 lines
4.0 KiB

---
2 months ago
title: Install WaveLogGate on Arch Linux
summary: >
There is an app for Linux, Windows and MacOS to connect your
wavelog instance to your local computer.
date: 2024-08-18T16:08:33+0200
#lastmod:
categories:
- amateur-radio
- computerstuff
tags:
- archlinux
- wavelog
---
2 months ago
[Get](https://github.com/wavelog/WaveLogGate/releases/tag/v1.0.16) the `.deb` file.
Extract it with [debtap](https://github.com/helixarch/debtap).
```console
2 months ago
$ debtap wavelog-gate-by-dj7nt_1.0.16_amd64.deb
==> Extracting package data...
==> Fixing possible directories structure differencies...
==> Generating .PKGINFO file...
:: Enter Packager name (can be left blank):
2 months ago
:: Enter package license (can be left blank, you can enter multiple licenses comma separated):
2 months ago
*** Creation of .PKGINFO file in progress. It may take a few minutes, please wait...
grep: Warnung: überzähliges \ vor /
grep: Warnung: überzähliges \ vor /
grep: Warnung: überzähliges \ vor /
[ ... snipped (much more of these lines...) ]
2 months ago
Warning: These dependencies (depend = fields) could not be translated into Arch Linux packages names:
kde-runtime, libatspi2.0-0
Warning: These optional dependencies (optdepend = fields) could not be translated into Arch Linux packages names:
gir1.2-gnomekeyring-1.0, libasound2
2 months ago
==> Checking and generating .INSTALL file (if necessary)...
2 months ago
:: If you want to edit .PKGINFO and .INSTALL files (in this order), press (1) For vi (2) For nano (3) For default editor (4) For a custom editor or any other key to continue:
```
2 months ago
Hit <kbd>3</kbd> to edit the resulting files with the default editor and remove
the following dependencies:
```plain
2 months ago
gtk
kde-runtime
libatspi2.0-0
gir1.2-gnomekeyring-1.0
libasound2
discord
kde-cli-tools
gvfs
intel-oneapi-basekit
trash-cli
```
2 months ago
We could translate them into packages available for Archlinx, but I will just
remove them for now because I don't need any additional stuff (like discord,
<abbr title="What The Fuck">WTF</abbr>?!#$!) (You can try and remove even more
dependencies; if it fails, leave them in next time...)
I also edit the package name:
```plain
pkgname = wavelog-gate
```
2 months ago
All hail to the author of the program, but I really do not need
any callsign in an applications name.
Save the file and skip the second file that pops up after closing the
first one.
The creation of the package continues:
```console
2 months ago
==> Generating .MTREE file...
==> Creating final package...
==> Package successfully created!
==> Removing leftover files...
```
Install the final arch package
```console
2 months ago
$ paru -U wavelog-gate-1.0.16-1-x86_64.pkg.tar.zst
Pakete werden geladen …
2 months ago
Warnung: wavelog-gate-1.0.16-1 ist aktuell -- Reinstalliere
Abhängigkeiten werden aufgelöst …
Nach in Konflikt stehenden Paketen wird gesucht …
2 months ago
Pakete (1) wavelog-gate-1.0.16-1
2 months ago
Gesamtgröße der installierten Pakete: 298,90 MiB
Größendifferenz der Aktualisierung: 0,00 MiB
:: Installation fortsetzen? [J/n]
2 months ago
(1/1) Schlüssel im Schlüsselbund werden geprüft [---------------------------------------------------] 100%
(1/1) Paket-Integrität wird überprüft [---------------------------------------------------] 100%
(1/1) Paket-Dateien werden geladen [---------------------------------------------------] 100%
(1/1) Auf Dateikonflikte wird geprüft [---------------------------------------------------] 100%
(1/1) Verfügbarer Festplattenspeicher wird ermittelt [---------------------------------------------------] 100%
:: Paketänderungen werden verarbeitet …
2 months ago
(1/1) Reinstalliert wird wavelog-gate [---------------------------------------------------] 100%
:: Post-transaction-Hooks werden gestartet …
2 months ago
(1/3) Arming ConditionNeedsUpdate...
(2/3) Checking which packages need to be rebuilt
(3/3) Updating the desktop file MIME type cache...
```
2 months ago
The end. Anyone tried this on FreeBSD yet?