----- Original Message -----From: Ken HansenSent: Saturday, February 05, 2022 10:01 PMSubject: Re: [chirp_users] Installing To LinuxThe CHIRP 'package' for older Linux doesn't need to be 'installed' - you just run it.Especially note the following:Manual installation from sourceIf you are here, you are probably running an old or obscure distribution, or you want to run from source for some other reason (such as testing a daily build). Before you start, make sure that the required python modules are installed on your system. Some suggestions on how to do this are:
- Ubuntu/Debian:
apt-get install python-gtk python-serial python-libxml2
- Fedora/RedHat:
yum install pyserial pygtk2 libxml2-python
Next, grab the source tarball from the Download page and save it somewhere like your home directory and then unpack it:
tar xzf chirp-0.1.12.tar.gz
cd chirp-0.1.12From here, the easiest thing is to just launch CHIRP directly without installing it onto your system. Don't worry, this works just fine and CHIRP will be fully functional. Simply run the following:
./chirpw
Once you've tested that it runs on your system, you may want to install it permanently. To do this, run the setup routine by doing:
sudo python setup.py install
When finished, you should be able to run "chirpw" from anywhere on your system, and (with luck) you'll also have an item in your distribution's applications menu.
So you should just run the chirpw fie in the extracted library.If you want to 'install' CHIRP, you need to run the setup.py file in the Python interpreter with the install option.Hope this helps,
Ken, N2VIP
On Feb 2, 2022, at 10:17, K0LNY <glenn@ervin.email> wrote:Hello,I am still using Ubuntu 18.04 on one machine, and I neglected to get Chirp installed onto it before it was no longer updating.I successfully added the Chirp repository to it, but it would not install with apt.So I went to the Chirp archives and downloaded what was stated the package for older systems, and I unpacked it, but they all seem to be .py files.I did not find a .sh file for installing.I'm only a moderate Linux user, so maybe someone can give me some steps for getting Chirp onto this Ubuntu.I'd rather not use a newer Ubuntu, since for this, it is just there mainly for using Chirp, and it can be an older Chirp, as all my radios would work fine with Chirp that is a couple years old.Thanks.Glenn_______________________________________________
chirp_users mailing list
chirp_users@intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_users
This message was sent to Ken Hansen at ken@n2vip.org
To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
_______________________________________________
chirp_users mailing list
chirp_users@intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_users
This message was sent to K0LNY at glenn@ervin.email
To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com