mirror of
https://github.com/foss42/apidash.git
synced 2025-06-20 22:24:08 +08:00
Merge pull request #471 from DarkNinja15/main
docs(installation): add installation instructions for Arch based linu…
This commit is contained in:
@ -85,3 +85,32 @@ sudo yum localinstall ./apidash-<fullname>.rpm
|
||||
```
|
||||
|
||||
Launch API Dash via `apidash` command or by clicking on the API Dash app icon.
|
||||
|
||||
### Arch-based Linux Distributions (Manjaro, Arch Linux, etc.)
|
||||
|
||||
Download the `.deb` file from the [latest release](https://github.com/foss42/apidash/releases/latest) corresponding to your CPU architecture (x86_64/amd64 or arm64/aarch64).
|
||||
|
||||
First we have to convert the .deb file to .tar.xz file using the following commands.
|
||||
|
||||
1. Install debtap using the following command.
|
||||
```
|
||||
yay -S debtap
|
||||
```
|
||||
|
||||
2. Initialize `debtap` using the following command.
|
||||
```
|
||||
sudo debtap -u
|
||||
```
|
||||
|
||||
3. Convert the .deb file to .tar.xz file using the following command.
|
||||
```
|
||||
sudo debtap /path/to/apidash-<fullname>.deb
|
||||
```
|
||||
4. Once converted, install the resulting .tar.xz file using the following command.
|
||||
```
|
||||
sudo pacman -U apidash-<fullname>.tar.xz
|
||||
```
|
||||
|
||||
Note: Replace `/path/to/apidash-<fullname>.deb` with the path to the downloaded .deb file.
|
||||
|
||||
Launch API Dash via `apidash` command or by clicking on the API Dash app icon.
|
||||
|
Reference in New Issue
Block a user