Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting our team. We will be in touch shortly.Close

Blog posts tagged
"Development"


Igor Ljubuncic
8 February 2022

How Snapcraft helps developers map out their application dependencies and efficiently build snaps

Ubuntu Article

One of the core concepts of snaps is cross-distro compatibility. Developers can build their snaps once, and they should run well on more than 40 different Linux distros. But how does one take care of all the required runtime dependencies? By providing them inside the snap, as part of the bundle. In the snap ecosystem, ...


Igor Ljubuncic
7 January 2022

The Future of Snapcraft

Ubuntu Article

System hysteresis, when applied to software, can roughly be defined as an overall lag between desired implementation of code and actual implementation of said code. Ideally, this delay should be minimal, and programmers would be able to make instantaneous changes and improvements to their applications. In reality, things are more complex ...


Igor Ljubuncic
26 November 2021

Craft Parts – Reusable code, Snapcraft style

Ubuntu Article

Throughout the ages, humans have always used simpler tools and materials to create more complex ones. Wood and stone for smelting bronze and iron; iron to create steel; vacuum tubes to create logical gates; logical gates to create advanced arithmetic engines, and so on. Modern software is no different. With Snapcraft in particular, the sn ...


Nikos Mavrogiannopoulos
6 September 2021

How to develop Linux applications for FIPS on Ubuntu

Apps Article

This is the second article in our series regarding FIPS 140 and Ubuntu. The first part of this series, this article, covers running FIPS 140 applications on Ubuntu while this part is focused on the development of FIPS 140 applications on Ubuntu. What is FIPS and why should a developer care? Developing applications for regulated ...


Igor Ljubuncic
3 September 2021

Snapcraft 6.0 is around the corner

Ubuntu Article

A good sign of maturity and confidence in software is when said software utilizes its own components for future development and enablement. Snapcraft is a command-line utility that allows developers to package and distribute their applications as snaps. But Snapcraft itself is also distributed as a snap, and built in the same manner! Toda ...


Igor Ljubuncic
13 August 2021

Snapcraft for Windows – Preview

Ubuntu Article

Two weeks ago, Snapcraft reached its fifth milestone release, 5.0. This version brings in a number of significant changes, including the removal of the base (core) snap, which has been relegated to the 4.X channel track. For snap developers, especially those working in mixed environments, the availability of the first preview release of S ...


Igor Ljubuncic
18 June 2021

How’s my snap faring on different distributions?

Ubuntu Article

The life of an application can roughly be divided into two: everything that happens before it goes live – building, packaging, publication – and then, everything that happens after that milestone. Traditionally, on Linux, developers didn’t always have an easy way of deriving useful numbers on how their software was doing across the distro ...


Igor Ljubuncic
11 June 2021

What has snapd ever done for other distros?

Ubuntu Article

Snaps are self-contained applications designed with ease of use, security and portability in mind. They bundle their necessary dependencies, so they can work and run without modifications across numerous Linux distributions. How many? More than 40. Yet, often when technology is strongly associated with a particular product, in this case s ...


Igor Ljubuncic
28 January 2021

Want to publish a snap? Here’s a list of dos and don’ts

Desktop Article

Technology is a medium that enables us to achieve things in life, ideally in a pleasant way. In the software world, operating systems, programming languages and application frameworks are the tools of the trade. But you need the right tool for the right job. If you’re thinking about writing or porting your code to snaps, ...


Igor Ljubuncic
18 September 2020

The Expandables – snapcraft extensions and the secret code

Desktop Article

If you’re a snap developer, you know that snap development is terribly easy. Or rather complex and difficult. Depending on your application code and requirements, it can take a lot of effort putting together the snapcraft.yaml file from which you will build your snap. One of our goals is to make snap development practically easier ...


Alan Pope
10 September 2020

Snap! Collaborate and listen!

Desktop Article

You’d think we would be running out of terrible/great (delete as applicable) 80s songs to try and shoehorn into the titles of these blog posts. Turns out, not quite yet! “How can I help?” is a phrase often used in Open Source projects by enthusiastic users and developers. There are a lot of moving parts ...


Igor Ljubuncic
27 August 2020

Snapcraft corner: Staying on track

Desktop Article

Snapcraft channels and, consequently, tracks are an important, highly useful element of the snap ecosystem. Tracks enable snap developers to publish multiple supported releases of their application under the same snap name. All snaps must have a default track – called latest, but there can be many others, giving both developers flexibilit ...