Aptivi - Deprecated Manuals
ProjectsWebsiteBlog
NuGlobal - Manual
NuGlobal - Manual
  • 👋Welcome!
  • Installation and Usage
    • 📀Installation
      • 🪟Windows
      • 🐧Linux
    • 💻How to use
  • Advanced usage
    • 🏗️Building
      • 🪟Building on Windows
      • 🐧Building on Linux
    • ⚒️How it works
  • Report an issue
  • Source code
  • Our projects
Powered by GitBook
On this page
  • The PPA method (for Ubuntu users)
  • The manual method
  1. Installation and Usage
  2. Installation

Linux

How to install NuGlobal on Linux

Last updated 1 year ago

There are two ways to install NuGlobal on Linux:

The PPA method (for Ubuntu users)

Ubuntu users running on an AMD64 or an ARM64 system can install this application using our PPA.

  1. Open the terminal emulator

  2. Execute the following commands:

    $ sudo add-apt-repository ppa:eofla/aptivi-devapps
    $ sudo apt update
    $ sudo apt install nuglobal

The manual method

To install NuGlobal on Linux, the steps are fairly simple. Just follow the instructions outlined below.

Please note that you need to be on a system running a supported Linux distribution and containing an installation of the .NET SDK.

  1. Download the tarball file from the latest version from . Make sure to select a tarball that mentions linux.

  2. Use an archive extracting tool to extract the binaries to any folder you like.

  3. Open a terminal emulator, change the working directory to the folder that contains the binaries (for example, the cd command), and execute "./nuglobal.exe".

📀
🐧
this page