packet:linbpq-apt-installation
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
packet:linbpq-apt-installation [2024/06/18 23:55] – Adding the script mm0rfn | packet:linbpq-apt-installation [2025/07/30 09:35] (current) – m0lte | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== LinBPQ Installation using apt ====== | ====== LinBPQ Installation using apt ====== | ||
- | This process | + | This is the way which OARC recommends installing LinBPQ. |
+ | |||
+ | It is suitable for Debian-based operating systems, e.g. Debian, Raspberry Pi OS. It does not ship for Ubuntu | ||
This page and the package it refers to are NOT the first party documentation or packaging for LinBPQ. | This page and the package it refers to are NOT the first party documentation or packaging for LinBPQ. | ||
- | **This process is only fully tested for a clean installation where BPQ has not been manually installed in the past using some other means. There are some high level instructions at the bottom of this page. If you aren't sure, stop and seek help.** | + | This process is only fully tested for a clean installation where BPQ has not been manually installed in the past using some other means. There are some high level instructions at the bottom of this page. If you aren't sure, stop and seek help. Always take backups. |
- | + | ||
- | ===== Preparation ===== | + | |
- | + | ||
- | **Do this once, only.** | + | |
- | + | ||
- | Our very own Hibby MM0RFN, also a Debian maintainer, has kindly packaged and is maintaining various Linux packet radio software, among them LinBPQ. | + | |
- | + | ||
- | There are two ways of installing the repo: script or manually line. | + | |
- | + | ||
- | ==== Script ==== | + | |
- | + | ||
- | The script requires dowloaded, set to executable and run and is a little simpler than the manual setup - thanks to John M5ET for writing it! | + | |
- | + | ||
- | I strongly recommend you read through it **before** running it - it should look similar to the manual method below. | + | |
- | **General computer security advice is to not blindly run scripts you downloaded from the internet!** | + | |
- | + | ||
- | Download the script from: [[https:// | + | |
- | + | ||
- | Lines you can run in the command line are: | + | |
- | + | ||
- | < | + | |
- | cd /tmp | + | |
- | wget https:// | + | |
- | chmod +x / | + | |
- | sudo bash / | + | |
- | </ | + | |
- | + | ||
- | ==== Manually ==== | + | |
- | + | ||
- | To start using his repo, you need tell your machine to trust the repo: | + | |
- | + | ||
- | < | + | |
- | wget -q https:// | + | |
- | sudo mv hibby.key / | + | |
- | </ | + | |
- | + | ||
- | Then you need to add the repo for your OS: | + | |
- | + | ||
- | < | + | |
- | # Ubuntu 22.04 LTS amd64 | + | |
- | sudo sh -c 'echo "deb https:// | + | |
- | + | ||
- | # Ubuntu 24.04 LTS amd64 | + | |
- | sudo sh -c 'echo "deb https:// | + | |
- | + | ||
- | # Raspberry Pi OS 12 - ' | + | |
- | sudo sh -c 'echo "deb https:// | + | |
- | + | ||
- | # Raspberry Pi OS 11 - ' | + | |
- | sudo sh -c 'echo "deb https:// | + | |
- | + | ||
- | # Debian 13 amd64 | + | |
- | sudo sh -c 'echo "deb https:// | + | |
- | + | ||
- | # Debian 12 amd64 | + | |
- | sudo sh -c 'echo "deb https:// | + | |
- | </ | + | |
- | + | ||
- | ===== Installation ===== | + | |
- | + | ||
- | After following the above steps, to install LinBPQ, run the below commands: | + | |
- | + | ||
- | < | + | |
- | sudo apt update | + | |
- | sudo apt install linbpq | + | |
- | </ | + | |
- | LinBPQ runs as a background service and requires a config file - see the next sections for details. | + | Follow this guide: https:// |
- | ===== Configuration ===== | ||
- | A default config file will need to be placed at ''/ | + | ===== Tips ===== |
- | We ship a simple | + | A default |
- | < | + | We ship a backup config file suitable for a basic node with a single KISS modem with the package in `/ |
- | sudo cp / | + | |
- | # edit as required, then: | + | |
- | sudo chown linbpq: / | + | |
- | sudo chmod 664 / | + | |
- | </ | + | |
Whenever you have updated the [[https:// | Whenever you have updated the [[https:// |
packet/linbpq-apt-installation.1718754946.txt.gz · Last modified: by mm0rfn