Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 30-03-2020, 10:59   #1
Registered User

Join Date: Dec 2009
Posts: 67
Plugins Missing Linux

Hi,


Running a relatively new build of Ubuntu Linux


Linux casiopeia 5.3.0-42-generic #34-Ubuntu SMP x86_64



I've added the OPENCPN PPA and BDCAT PPA, however after updating the repository, the only plugins found are:


sudo apt install opencpn
opencpn opencpn-gshhs-intermediate
opencpn-doc opencpn-gshhs-low
opencpn-gshhs-crude opencpn-plugin-climatology-data
opencpn-gshhs-full opencpn-plugin-launcher
opencpn-gshhs-high opencpn-tcdata




I also notice that running apt update throws the following error:


E: The repository 'http://ppa.launchpad.net/bdbcat/opencpn/ubuntu eoan Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.





Please could you let me know how to install plugins in Linux. Without the O-Charts plugin OpenCPN is completely unusable for me. This worked on previous versions.
st599 is offline   Reply With Quote
Old 30-03-2020, 17:15   #2
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,473
Re: Plugins Missing Linux

What version/build of Ubuntu is this? I am not familiar with:


Linux casiopeia 5.3.0-42-generic #34-Ubuntu SMP x86_64


Thanks
Dave

bdbcat is offline   Reply With Quote
Old 30-03-2020, 17:52   #3
Registered User

Join Date: Sep 2011
Location: Montreal
Boat: Fountaine Pajot / Venezia 42
Posts: 147
Re: Plugins Missing Linux

Quote:
Originally Posted by st599 View Post
Hi,


Running a relatively new build of Ubuntu Linux


Linux casiopeia 5.3.0-42-generic #34-Ubuntu SMP x86_64



I've added the OPENCPN PPA and BDCAT PPA, however after updating the repository, the only plugins found are:


sudo apt install opencpn
opencpn opencpn-gshhs-intermediate
opencpn-doc opencpn-gshhs-low
opencpn-gshhs-crude opencpn-plugin-climatology-data
opencpn-gshhs-full opencpn-plugin-launcher
opencpn-gshhs-high opencpn-tcdata




I also notice that running apt update throws the following error:


E: The repository 'http://ppa.launchpad.net/bdbcat/opencpn/ubuntu eoan Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.





Please could you let me know how to install plugins in Linux. Without the O-Charts plugin OpenCPN is completely unusable for me. This worked on previous versions.

That is not Ubuntu release info. That's the kernel version your distro is running.
type the following command on a shell terminal instead to get your release:
lsb_relase -a


For the repository, I think your entry is not correct. You can delete it and follow opencpn installation page for Ubuntu here:
https://opencpn.org/wiki/dokuwiki/do...ion:ubuntu_ppa

To get all the opencpn plugins you can do a search using

apt-cache search opencp-plugin
scargo is offline   Reply With Quote
Old 31-03-2020, 10:12   #4
Registered User

Join Date: Dec 2009
Posts: 67
Re: Plugins Missing Linux

Quote:
Originally Posted by scargo View Post
That is not Ubuntu release info. That's the kernel version your distro is running.
type the following command on a shell terminal instead to get your release:
lsb_relase -a


For the repository, I think your entry is not correct. You can delete it and follow opencpn installation page for Ubuntu here:
https://opencpn.org/wiki/dokuwiki/do...ion:ubuntu_ppa

To get all the opencpn plugins you can do a search using

apt-cache search opencp-plugin

Thanks


lsb_release -a gives:

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 19.10
Release: 19.10
Codename: eoan




I've removed the PPA from /etc/sources.d/ and re-run update.


I then run

apt-cache search opencpn-plugin
opencpn - Concise chartplotter and navigation software
opencpn-plugin-climatology-data - Data for theOpenCPN Navigation software Climatology plugin
opencpn-plugin-launcher - Launcher plugin for OpenCPN




Finds only 2.
st599 is offline   Reply With Quote
Old 31-03-2020, 11:32   #5
Registered User

Join Date: Sep 2011
Location: Montreal
Boat: Fountaine Pajot / Venezia 42
Posts: 147
Re: Plugins Missing Linux

Quote:
Originally Posted by st599 View Post
Thanks


lsb_release -a gives:

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 19.10
Release: 19.10
Codename: eoan




I've removed the PPA from /etc/sources.d/ and re-run update.


I then run

apt-cache search opencpn-plugin
opencpn - Concise chartplotter and navigation software
opencpn-plugin-climatology-data - Data for theOpenCPN Navigation software Climatology plugin
opencpn-plugin-launcher - Launcher plugin for OpenCPN




Finds only 2.

can you cat /etc/apt/sources.list.d/opencpn*


I am running Ubuntu 18.04 and I can see more than 20 plugins
scargo is offline   Reply With Quote
Old 31-03-2020, 11:47   #6
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: Plugins Missing Linux

Quote:
Originally Posted by st599 View Post
Thanks


lsb_release -a gives:

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 19.10
Release: 19.10
Codename: eoan




I've removed the PPA from /etc/sources.d/ and re-run update.


I then run

apt-cache search opencpn-plugin
opencpn - Concise chartplotter and navigation software
opencpn-plugin-climatology-data - Data for theOpenCPN Navigation software Climatology plugin
opencpn-plugin-launcher - Launcher plugin for OpenCPN




Finds only 2.
There are no OpenCPN releases for eoan. O only target the Long Term Releases such as 18.04 (bionic). Having said that you should be able to use the bionic versions of the plugins. You just have to edit your repository source to use bionic instead of eoan.

Thomas
cagney is offline   Reply With Quote
Old 31-03-2020, 13:33   #7
Registered User
 
transmitterdan's Avatar

Join Date: Oct 2011
Boat: Valiant 42
Posts: 6,008
Re: Plugins Missing Linux

Quote:
Originally Posted by st599 View Post
Thanks


lsb_release -a gives:

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 19.10
Release: 19.10
Codename: eoan
Perchance is this the WSL variant of Ubuntu running under Windows 10? That is an eoan release.
transmitterdan is offline   Reply With Quote
Old 31-03-2020, 13:34   #8
Registered User

Join Date: Dec 2009
Posts: 67
Re: Plugins Missing Linux

Quote:
Originally Posted by cagney View Post
There are no OpenCPN releases for eoan. O only target the Long Term Releases such as 18.04 (bionic). Having said that you should be able to use the bionic versions of the plugins. You just have to edit your repository source to use bionic instead of eoan.

Thomas

Many thanks, that fixed it.


For future reference needed to run:


sudo nano /etc/apt/sources.list.d/opencpn-ubuntu-opencpn-eoan.list


then change all instances of eoan to bionic
st599 is offline   Reply With Quote
Old 01-04-2020, 05:22   #9
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: Plugins Missing Linux

Note that this method is not, generally, guaranteed to work. In the case of eoan - bionic it works as no major upgrades for OpenCPN's dependencies was done in eoan. The next version of Ubuntu - 20.04 will be a different beast, with Gtk2 changing to Gtk3, among other things.

Thomas
cagney is offline   Reply With Quote
Reply

Tags
linux, plug


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Where to share our compiled missing plugins for Ubuntu based distros? vmalep OpenCPN 13 28-05-2019 11:55
Plugins Missing for OpenCPN 4.4 wayne.b OpenCPN 12 02-09-2016 16:26
Plugins Missing for OpenCPN 4.4 wayne.b Navigation 2 31-08-2016 19:48
Installateur de plugins, Install software for plugins. Gilletarom OpenCPN 3 30-04-2013 05:57
Some Thoughts About the Plugins (Structure) Netsurfer OpenCPN 5 02-08-2010 14:30

Advertise Here


All times are GMT -7. The time now is 09:25.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.