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:44] – [LinBPQ Installation using apt] m0lte | packet:linbpq-apt-installation [2025/03/21 11:59] (current) – mm0rfn | ||
---|---|---|---|
Line 13: | Line 13: | ||
Our very own Hibby MM0RFN, also a Debian maintainer, has kindly packaged and is maintaining various Linux packet radio software, among them LinBPQ. | Our very own Hibby MM0RFN, also a Debian maintainer, has kindly packaged and is maintaining various Linux packet radio software, among them LinBPQ. | ||
- | To start using his repo, you need tell your machine | + | There are two ways of installing the repo: script or manually line. |
+ | |||
+ | ==== Option 1: 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 | ||
+ | **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: | ||
< | < | ||
- | wget -q https://online-amateur-radio-club-m0ouk.github.io/oarc-packages/hibby.key | + | cd /tmp |
- | sudo mv hibby.key | + | wget https://guide.hibbian.org/static/files/setup.sh |
+ | chmod +x /tmp/setup.sh | ||
+ | sudo bash /tmp/setup.sh | ||
</ | </ | ||
- | Then you need to add the repo for your OS: | + | ==== Option 2: Manually ==== |
- | < | + | To manually install, you need to download the repo .deb for your OS and install it: |
- | # Ubuntu 22.04 LTS amd64 | + | |
- | sudo sh -c 'echo "deb https:// | + | |
- | # Raspberry Pi OS 12 - ' | + | * Bullseye: < |
- | sudo sh -c 'echo "deb https://online-amateur-radio-club-m0ouk.github.io/oarc-packages bookworm | + | * Bookworm: < |
+ | * Trixie: < | ||
- | # Raspberry Pi OS 11 - ' | + | it should be a case of, for example: |
- | sudo sh -c 'echo "deb https:// | + | |
- | # Debian 13 amd64 | + | < |
- | sudo sh -c 'echo "deb https://online-amateur-radio-club-m0ouk.github.io/oarc-packages testing main" >> | + | wget http://repo.hibbian.org/packetrepo/pool/main/h/hibbian-archive-keyring/ |
- | + | sudo apt install | |
- | # Debian 12 amd64 | + | |
- | sudo sh -c 'echo "deb https://online-amateur-radio-club-m0ouk.github.io/oarc-packages bookworm main" >> / | + | |
</ | </ | ||
===== Installation ===== | ===== Installation ===== | ||
- | |||
- | **Do this once, only.** | ||
After following the above steps, to install LinBPQ, run the below commands: | After following the above steps, to install LinBPQ, run the below commands: | ||
Line 51: | Line 58: | ||
LinBPQ runs as a background service and requires a config file - see the next sections for details. | LinBPQ runs as a background service and requires a config file - see the next sections for details. | ||
+ | |||
===== Configuration ===== | ===== Configuration ===== | ||
- | A default config file will be placed at / | + | A default config file will be placed at '' |
- | Simple | + | We ship a backup |
- | + | ||
- | < | + | |
- | 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:// |
< | < |
packet/linbpq-apt-installation.1710845086.txt.gz · Last modified: 2024/03/19 10:44 by m0lte