jpilot@lists.jpilot.org

General support, questions, patches for J-Pilot.

View all threads

Jpilot On Ubuntu 23.04

JT
John Tiede
Wed, Jun 7, 2023 3:56 PM

Jpiloteers,

I have a new Linux (Ubuntu 23.04) system.  While installing Jpilot, I
encountered the following problem:

BEGIN
[Starting in the proper directory]

bujin{jwt}% sudo dpkg -i ./python-pisock_0.12.5-dfsg-2build2_amd64.deb
(Reading database ... 195124 files and directories currently installed.)
Preparing to unpack .../python-pisock_0.12.5-dfsg-2build2_amd64.deb ...
Unpacking python-pisock (0.12.5-dfsg-2build2) over (0.12.5-dfsg-2build2)
...
dpkg: dependency problems prevent configuration of python-pisock:
python-pisock depends on python2 (<< 2.8); however:
 Package python2 is not installed.
python-pisock depends on python2 (>= 2.7~); however:
 Package python2 is not installed.
python-pisock depends on python2:any (<< 2.8).
python-pisock depends on python2:any (>= 2.7~).

dpkg: error processing package python-pisock (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
python-pisock
bujin{jwt}% python2 -V
Python 2.7.13
END

The "python2" package has been depreciated and is not available in
Ubuntu 23.04. I manually installed Python 2.7.13.  I symbolically linked
"python2.7" to "python2".  (The last couple of lines show that "python2"
is, in fact, "Python 2.7.13".)

My guess is that "python-pisock_0.12.5-dfsg-2build2_amd64.deb" is
expecting to see Package "python2" installed and not that "python2"
merely available.

My question is, "How do I correct this to complete getting Jpilot up on
my new system?"

Thanks for your help.

--
John

Jpiloteers, I have a new Linux (Ubuntu 23.04) system.  While installing Jpilot, I encountered the following problem: **BEGIN** [Starting in the proper directory] bujin{jwt}% sudo dpkg -i ./python-pisock_0.12.5-dfsg-2build2_amd64.deb (Reading database ... 195124 files and directories currently installed.) Preparing to unpack .../python-pisock_0.12.5-dfsg-2build2_amd64.deb ... Unpacking python-pisock (0.12.5-dfsg-2build2) over (0.12.5-dfsg-2build2) ... dpkg: dependency problems prevent configuration of python-pisock: python-pisock depends on python2 (<< 2.8); however:  Package python2 is not installed. python-pisock depends on python2 (>= 2.7~); however:  Package python2 is not installed. python-pisock depends on python2:any (<< 2.8). python-pisock depends on python2:any (>= 2.7~). dpkg: error processing package python-pisock (--install): dependency problems - leaving unconfigured Errors were encountered while processing: python-pisock bujin{jwt}% python2 -V Python 2.7.13 **END** The "python2" package has been depreciated and is not available in Ubuntu 23.04. I manually installed Python 2.7.13.  I symbolically linked "python2.7" to "python2".  (The last couple of lines show that "python2" is, in fact, "Python 2.7.13".) My guess is that "python-pisock_0.12.5-dfsg-2build2_amd64.deb" is expecting to see _Package_ "python2" installed and not that "python2" merely available. My question is, "How do I correct this to complete getting Jpilot up on my new system?" Thanks for your help. -- John
JM
Judd Montgomery
Thu, Jun 8, 2023 3:49 PM

Hi John,

Pilot-link was removed from Debian a while back because of the python2 discrimination. Jpilot was removed because pilot-link is a dependency.

There are a couple of things to try.

curl -o script.sh https://packagecloud.io/install/repositories/judd/jpilot/script.deb.sh
Use the DISTRIB_CODENAME below for the dist.
sudo os=ubuntu dist=lunar ./script.sh

sudo apt install jpilot jpilot-plugins

Download the deb packages from jpilot.org and install them.

Judd

On 6/7/23 11:56, John Tiede wrote:

Jpiloteers,

I have a new Linux (Ubuntu 23.04) system.  While installing Jpilot, I
encountered the following problem:

BEGIN
[Starting in the proper directory]

bujin{jwt}% sudo dpkg -i ./python-pisock_0.12.5-dfsg-2build2_amd64.deb
(Reading database ... 195124 files and directories currently installed.)
Preparing to unpack .../python-pisock_0.12.5-dfsg-2build2_amd64.deb ...
Unpacking python-pisock (0.12.5-dfsg-2build2) over (0.12.5-dfsg-2build2)
...
dpkg: dependency problems prevent configuration of python-pisock:
python-pisock depends on python2 (<< 2.8); however:
Package python2 is not installed.
python-pisock depends on python2 (>= 2.7~); however:
Package python2 is not installed.
python-pisock depends on python2:any (<< 2.8).
python-pisock depends on python2:any (>= 2.7~).

dpkg: error processing package python-pisock (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
python-pisock
bujin{jwt}% python2 -V
Python 2.7.13
END

The "python2" package has been depreciated and is not available in
Ubuntu 23.04. I manually installed Python 2.7.13.  I symbolically linked
"python2.7" to "python2".  (The last couple of lines show that "python2"
is, in fact, "Python 2.7.13".)

My guess is that "python-pisock_0.12.5-dfsg-2build2_amd64.deb" is
expecting to see Package "python2" installed and not that "python2"
merely available.

My question is, "How do I correct this to complete getting Jpilot up on
my new system?"

Thanks for your help.

--
John


Jpilot mailing list --
jpilot@lists.jpilot.org
To unsubscribe send an email to
jpilot-leave@lists.jpilot.org

Hi John, Pilot-link was removed from Debian a while back because of the python2 discrimination. Jpilot was removed because pilot-link is a dependency. There are a couple of things to try. 1. curl -o script.sh https://packagecloud.io/install/repositories/judd/jpilot/script.deb.sh Use the DISTRIB_CODENAME below for the dist. sudo os=ubuntu dist=lunar ./script.sh sudo apt install jpilot jpilot-plugins 2. Download the deb packages from jpilot.org and install them. Judd On 6/7/23 11:56, John Tiede wrote: > Jpiloteers, > > I have a new Linux (Ubuntu 23.04) system. While installing Jpilot, I > encountered the following problem: > > **BEGIN** > [Starting in the proper directory] > > bujin{jwt}% sudo dpkg -i ./python-pisock_0.12.5-dfsg-2build2_amd64.deb > (Reading database ... 195124 files and directories currently installed.) > Preparing to unpack .../python-pisock_0.12.5-dfsg-2build2_amd64.deb ... > Unpacking python-pisock (0.12.5-dfsg-2build2) over (0.12.5-dfsg-2build2) > ... > dpkg: dependency problems prevent configuration of python-pisock: > python-pisock depends on python2 (<< 2.8); however: > Package python2 is not installed. > python-pisock depends on python2 (>= 2.7~); however: > Package python2 is not installed. > python-pisock depends on python2:any (<< 2.8). > python-pisock depends on python2:any (>= 2.7~). > > dpkg: error processing package python-pisock (--install): > dependency problems - leaving unconfigured > Errors were encountered while processing: > python-pisock > bujin{jwt}% python2 -V > Python 2.7.13 > **END** > > The "python2" package has been depreciated and is not available in > Ubuntu 23.04. I manually installed Python 2.7.13. I symbolically linked > "python2.7" to "python2". (The last couple of lines show that "python2" > is, in fact, "Python 2.7.13".) > > My guess is that "python-pisock_0.12.5-dfsg-2build2_amd64.deb" is > expecting to see _Package_ "python2" installed and not that "python2" > merely available. > > My question is, "How do I correct this to complete getting Jpilot up on > my new system?" > > Thanks for your help. > > -- > John > > _______________________________________________ > Jpilot mailing list -- > jpilot@lists.jpilot.org > To unsubscribe send an email to > jpilot-leave@lists.jpilot.org