Chirp Debian Based Linux
CHIRP is
a free, open-source
tool for programming your amateur radio. It supports a large number
of manufacturers and models,
as well
as provides a way to interface
with multiple data sources and formats. I had a fue problems when i
install it on my debian based computer (MX Linux)
so I
have done this guide to help you install
chirp on your debian based computer
Go
onto your terminal and run the next 6 comands
dpkg -l | grep python3-wxgtk4.0 || sudo apt install -yyq python3-wxgtk4.0
dpkg -l | grep pipx || sudo apt install -yyq pipx
wget https://archive.chirpmyradio.com/chirp_next/next-20250606/chirp-20250606-py3-none-any.whl
pipx install --force --system-site-packages ./chirp-20250606-py3-none-any.whl
~/.local/bin/chirp
rm chirp-20250606-py3-none-any.whl
|