Cruisers Forum
 

Go Back   Cruisers & Sailing Forums > Seamanship, Navigation & Boat Handling > OpenCPN
Cruiser Wiki Click Here to Login
Register Vendors FAQ Community Calendar Today's Posts Log in

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 06-11-2015, 05:24   #16
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: OpenCPN, Linux, Web site opencpn.org, user manual and manual wiki ...

Gilletarom...
It means what it says - we do not have OpenCPN 4.0.0 packages for the newest Ubuntu version.
If you use Ubuntu 15.10, you have to use OpenCPN 4.1 beta.

Pavel
nohal is offline   Reply With Quote
Old 12-11-2015, 02:59   #17
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 3,022
Re: OpenCPN, Linux, Web site opencpn.org, user manual and manual wiki ...

Pavel Hello, hello Petter 05,

Thank you for your help that allowed me to install and to fonctioner OpenCPN 400.
I then managed to install OpenCPN 41108.

BUT :
Pavel Hello, hello Petter 05,
Thank you for your help that allowed me to install and to fonctioner OpenCPN 400.
I then managed to install OpenCPN 41108.
BUT :
Pavel Hello, hello Petter 05,
Thank you for your help that allowed me to install and to fonctioner OpenCPN 400.
I then managed to install OpenCPN 41108.
BUT :
O 411108 appears to have taken the place of O40. That is, when I click the O icon, in the launch bar, is O411108 that opens.

First question: Is it possible to still operate Ø400 without losing operation O411108?
Second question: How can I uninstall a version of O?

Thank you in advance. Gilletarom.
Gilletarom is offline   Reply With Quote
Old 12-11-2015, 13:47   #18
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,766
Images: 2
Re: OpenCPN, Linux, Web site opencpn.org, user manual and manual wiki ...

Gille, If I understand you properly, Choose to do a parallel install so the two versions are in different subdirectories, say \Opencpnv4.00 and \Opencpnv4.1.1108

There should be a choice in the installation sequence.
rgleason is offline   Reply With Quote
Old 12-11-2015, 19:16   #19
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: OpenCPN, Linux, Web site opencpn.org, user manual and manual wiki ...

Gilletarom...
No easy way to do a parallel install of opencpn on linux from the ppa. You can simply download the deb package and decompress the archive, but it os not exactly beginner friendly and you should kind of know what you are doing.
To uninstall on ubuntu/debian linux:
Code:
sudo apt-get remove opencpn

Sent from my iPhone using Cruisers Sailing Forum
nohal is offline   Reply With Quote
Old 13-11-2015, 02:13   #20
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,766
Images: 2
Re: OpenCPN, Linux, Web site opencpn.org, user manual and manual wiki ...

Thanks for correcting Pavel. Sorry Gille.
rgleason is offline   Reply With Quote
Old 13-11-2015, 10:16   #21
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 3,022
Re: OpenCPN, Linux, Web site opencpn.org, user manual and manual wiki ...

Quote:
Originally Posted by nohal
Gilletarom...
No easy way to do a parallel install of opencpn on linux from the ppa. You can simply download the deb package and decompress the archive, but it os not exactly beginner friendly and you should kind of know what you are doing.
To uninstall on ubuntu/debian linux:
Code:
sudo apt-get remove opencpn
Sent from my iPhone using Cruisers Sailing Forum
Thank you Pavel.
Gilletarom is offline   Reply With Quote
Old 30-11-2015, 10:10   #22
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 3,022
Re: OpenCPN, Linux, Web site opencpn.org, user manual and manual wiki ...

Hello Pavel, hello Petter05,

For memory :
- With your help, I was able to install OpenCPN 40, on my EeePC, Linux Ubuntu 14 (Trusty)
- Then I managed to install OpenCPN 411108.
As you have confirmed me, 0 411108 took the place of OpenCPN 4.0
- Then using the command indicated by Pavel I uninstalled OpenCPN.
- Then I wanted to reinstall OpenCPN 4.0.
You can check with the attached file, which is a copy of the terminal window, that I have used the "ppa" opencpn for this re-installation.

BUT :

When I launched OpenCPN, the screen announced OpenCPN 411108

Strange.

I started twice un-install OpenCPN and re-install OpenCPN (with ppa "opencpn"). After un-installation, the "Search" tool of Linux, found no software named OpenCPN. After each re-installation is 411108 O that started.

What about?

Thank by advance. (Remove .doc extend)
Attached Files
File Type: doc Installation_OpenCPN_8_Re-installer_OpenCPN.txt.doc (8.8 KB, 63 views)
Gilletarom is offline   Reply With Quote
Old 30-11-2015, 10:20   #23
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: OpenCPN, Linux, Web site opencpn.org, user manual and manual wiki ...

Gilletarom...
Not strange at all. By default, always the newest version of the package available across all your configured PPAs is installed.
Your options to get back to 4.0 are:
  • Remove the beta PPA from your system and do
    Code:
    sudo apt-get update && sudo apt-get remove opencpn && sudo apt-get install opencpn
  • Use version pinning (Described in detail at https://help.ubuntu.com/community/PinningHowto and in the documentation linked there). Probably a bit complicated at first...
Strict version consistency you get on Linux comes at a price - it is not that easy to make it a mess

Pavel
nohal is offline   Reply With Quote
Old 30-11-2015, 14:03   #24
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 3,022
Re: OpenCPN, Linux, Web site opencpn.org, user manual and manual wiki ...

Hello Pavel,

Indeed, at first reading, this page is incomprehensible: https: //help.ubuntu.com/community/PinningHowto

It will take several nights of sleep to understand .... can be.

Thank you anyway. Gilletarom.
Gilletarom is offline   Reply With Quote
Old 30-11-2015, 14:09   #25
Marine Service Provider

Join Date: May 2013
Location: Norway
Posts: 722
Re: OpenCPN, Linux, Web site opencpn.org, user manual and manual wiki ...

Quote:
Originally Posted by Gilletarom View Post
Hello Pavel,

Indeed, at first reading, this page is incomprehensible: https: //help.ubuntu.com/community/PinningHowto

It will take several nights of sleep to understand .... can be.

Thank you anyway. Gilletarom.
A very simple way to run different versions will be to run from a USB stick with Xinutop. Just make two different USB stick's with your prefered verrsions and boot from the USB. Since Xinutop loads into ram, it will run faster than form a SSD even when booted frrom a usb and running Opencpn. Very simple and failproof solution to your problems.
petter5 is offline   Reply With Quote
Old 30-11-2015, 14:51   #26
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 3,022
Re: OpenCPN, Linux, Web site opencpn.org, user manual and manual wiki ...

Petter05,
Quote:
Originally Posted by petter5 View Post
A very simple way to run different versions will be to run from a USB stick with Xinutop. Just make two different USB stick's with your prefered verrsions and boot from the USB. Since Xinutop loads into ram, it will run faster than form a SSD even when booted frrom a usb and running Opencpn. Very simple and failproof solution to your problems.
It's too complicated.

First :
Remember that our USB ports are not enough of them on PC. It must also be able to plug the GPS, AIS, anemometer, sounder, etc ....
Second :
I am ubuntu Linux on a 32-bit machine. This is one in which OpenCPN works. I have come to explain, in French, the simplest approach for:
- Install O4
- Install a beta
- Uninstall the beta and O4.
- Re-install O4 or the future version 4.2, when it will be ready.

And this so that the PC is as "clean" as possible.

And I have to write these explanations in French website shoreline.fr. These explanations should be easy to implement by users "alpha".

Best regards. Gilletarom.
Gilletarom is offline   Reply With Quote
Old 30-11-2015, 15:17   #27
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: OpenCPN, Linux, Web site opencpn.org, user manual and manual wiki ...

Gilletarom...
If you are aiming at a noob's guide, forget about pinning and stay with "The version that gets installed depends on which PPA is configured in your system, once both are configured, you get the latest beta" The chance you or anybody else will come with a comprehensible tutorial about pinning is very close to none.

Pavel
nohal is offline   Reply With Quote
Reply

Tags
opencpn, linux, enc


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
Request that Android OpenCPN.apk Open Source version be put up in the OpenCPN.org Dow yachtmanforfun OpenCPN 18 20-09-2015 06:00
OpenCPN web site problem Gilletarom OpenCPN 3 02-11-2014 02:01
Wiki Spam Attack at opencpn.org Netsurfer OpenCPN 6 12-07-2013 09:45
Wiki Site Ad Popping Up Where It Shouldn't forsailbyowner Forum Tech Support & Site Help 1 24-11-2012 14:58
User tide data on linux conachair OpenCPN 2 15-06-2012 13:20

Advertise Here


All times are GMT -7. The time now is 02:57.


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.