Keyboard Shortcuts
Likes
Search
0.3.9 beta 3" TO WORK ON UBUNTU 20.04
W Paul Mills AC0HY
HOW I GOT "d-rats 0.3.9 beta 3" TO WORK ON UBUNTU 20.04
(Should work with earlier versions of d-rats as well.) ?
1.
I had done the following to get chirp working. Chirp has many of the same problems with 20.04 as does d-rats. ?
<https://dw1zws.com/how-to-install-chirp-on-ubuntu-20-04/>
?
This basicly involves downloading python-libxslt1, python-gtk2, python-serial, python-suds from <https://drive.google.com/open?id=1irLlhwTVlC8wO9OhSt3-9j943CyimhmM> and installing with dpkg.
2. I then downloaded python-glade2 from <https://packages.ubuntu.com/bionic/amd64/python-glade2/download> but when I tried to install it, caused broken installation due to dependency problems.
?
I then used the "videbcontrol" script from <https://ubuntuforums.org/showthread.php?t=636724> to edit the dependencies of the python-glade2 deb. Changing as shown below:
?
python-gtk2 (= 2.24.0-5.1ubuntu2)
python-gtk2 (= 2.24.0-5.1+p1)
?
Then I used dpkg to install the modified deb file. Seems to be working fine. Paul / AC0HY |
¿ªÔÆÌåÓýThanks Paul, I add this to the D-Rats Wiki - ? From: [email protected] <[email protected]> On Behalf Of W Paul Mills AC0HY ? HOW I GOT "d-rats 0.3.9 beta 3" TO WORK ON UBUNTU 20.04 ? 1. ? <> ? This basicly involves downloading python-libxslt1, python-gtk2, python-serial, python-suds from <> and installing with dpkg.
I then downloaded python-glade2 from <> but when I tried to install it, caused broken installation due to dependency problems. ? I then used the "videbcontrol" script from <> to edit the dependencies of the python-glade2 deb. Changing as shown below: ? python-gtk2 (= 2.24.0-5.1ubuntu2) python-gtk2 (= 2.24.0-5.1+p1) ? Then I used dpkg to install the modified deb file. Seems to be working fine. |