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/03/19 10:32] – m0lte | 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. | + | This process is only fully tested for a clean installation where BPQ has not been manually installed in the past using some other means. |
- | ===== Preparation ===== | + | Follow this guide: https:// |
- | **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. | + | ===== Tips ===== |
- | To start using his repo, you need tell your machine to trust the repo: | + | A default config file will be placed at ''/ |
- | < | + | We ship a backup |
- | 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:// | + | |
- | + | ||
- | # 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 ===== | + | |
- | + | ||
- | **Do this once, only.** | + | |
- | + | ||
- | 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. | + | |
- | ===== Configuration ===== | + | |
- | + | ||
- | A default config file will be placed at / | + | |
- | + | ||
- | Simple | + | |
- | + | ||
- | < | + | |
- | wget -q https:// | + | |
- | # edit as required, then: | + | |
- | sudo mv bpq32.cfg / | + | |
- | </ | + | |
- | + | ||
- | If you fully replace the config file, as opposed to editing the existing one, ensure | + | |
- | + | ||
- | < | + | |
- | sudo chown :linbpq / | + | |
- | sudo chmod 644 / | + | |
- | </ | + | |
- | Whenever you have updated the config, restart LinBPQ: | + | Whenever you have updated the [[https:// |
< | < | ||
Line 118: | Line 66: | ||
- back everything up! | - back everything up! | ||
- make note of locations of files - we're particularly interested in bpq32.cfg and the working files. This will be the directory holding chatconfig.cfg, | - make note of locations of files - we're particularly interested in bpq32.cfg and the working files. This will be the directory holding chatconfig.cfg, | ||
- | - install from apt | + | - install from apt, then '' |
- copy bpq32.cfg from wherever it is - to where it needs to be '' | - copy bpq32.cfg from wherever it is - to where it needs to be '' | ||
- copy working files and folders from where they are to / | - copy working files and folders from where they are to / |
packet/linbpq-apt-installation.1710844323.txt.gz · Last modified: by m0lte