DEV Community

Ricardo N Feliciano
Ricardo N Feliciano

Posted on • Originally published at feliciano.tech

2 1

Install the Linode CLI on Linux via Snap

If you run a Linux distribution (distro) and you want to install the brand new Linode CLI, here's an easy and safe way to do so via a snap package.

Back in 2017 Linode announced their new v4 API.
This new API (still in development I believe) puts the old one to shame.
It's much more "RESTful" than the old one and enables many more features that the old one simply didn't have.

Building on the shoulders of the new API came the new Linode Developer Website, the new Linode Manager Preview available at https://cloud.linode.com, and of course, the new Linode CLI.

The new Linode CLI, written in Python, is very useful.
Its features and how to use them are detailed via Linode Docs.
While it can be installed via pip, if you don't already have pip installed or want a more secure way to run the CLI, you can install it via a snap.

You can install the linode-cli via snap for Ubuntu 16.04, Ubuntu 18.04+, elementary OS 5, Debian 9+, Fedora 28+, and more:

sudo snap install linode-cli

As with all snaps, it will be auto-updated and sandboxed from the rest of your system meaning secure.
More information on why you should be using snaps here.

The source for this snap can be found here while the source for Linode's CLI itself can be found here.

Image of Docusign

Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay