Geckofx60.64.Linux 60.0.43

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.5 or higher.

dotnet add package Geckofx60.64.Linux --version 60.0.43
NuGet\Install-Package Geckofx60.64.Linux -Version 60.0.43
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Geckofx60.64.Linux" Version="60.0.43" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Geckofx60.64.Linux --version 60.0.43
#r "nuget: Geckofx60.64.Linux, 60.0.43"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Geckofx60.64.Linux as a Cake Addin
#addin nuget:?package=Geckofx60.64.Linux&version=60.0.43

// Install Geckofx60.64.Linux as a Cake Tool
#tool nuget:?package=Geckofx60.64.Linux&version=60.0.43

library that allows embeding gecko in C# applications.

Depends on Gtk3
ubuntu packages: libgtk-3-0, libgtk3.0-cil

Example Usage:

// set env var LD_LIBRARY_PATH to $(ProjectDir)/Firefox-Linux32
// set env var LD_PRELOAD to $(ProjectDir)/Firefox-Linux32/libgeckofix.so
// add using Gecko

       [STAThread]
       static void Main(string[] args)
       {
           Xpcom.Initialize("Firefox");
           var geckoWebBrowser = new GeckoWebBrowser {Dock = DockStyle.Fill};
           Form f = new Form();
           f.Controls.Add(geckoWebBrowser);
           geckoWebBrowser.Navigate("www.google.com");
           Application.Run(f);
       }

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Geckofx60.64.Linux:

Package Downloads
SIL.Chorus.FLExBridge The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Library that allows multiple FieldWorks users to collaborate remotely (i.e., not necessarily connected by a local network).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
60.0.51 9,212 10/20/2020
60.0.49 847 7/28/2020
60.0.48 638 7/7/2020
60.0.44 1,365 11/20/2019
60.0.43 685 11/13/2019
60.0.42 705 10/18/2019
60.0.41 681 10/18/2019
60.0.40 691 10/18/2019
60.0.39 758 9/13/2019
60.0.38 681 9/9/2019
60.0.36 798 7/19/2019
60.0.35 802 7/15/2019
60.0.34 770 7/15/2019
60.0.33 862 7/11/2019
60.0.32 771 6/27/2019
60.0.30 791 6/8/2019
60.0.29 773 5/27/2019
60.0.27 712 3/29/2019
60.0.26 997 1/14/2019
60.0.23 893 12/3/2018
60.0.17 887 11/9/2018
60.0.16 927 11/6/2018
60.0.15 875 11/5/2018