Install Snapcraft 16.04 in Ubuntu 2.5 LTS
Yesterday, July 22, March 22, 2016, Canonical's Sergio Schvezov announced the release of Snapcraft 2.5.
We know that almost all of the current Ubuntu desktops use debian packages. In some Linux systems, rpm packages are used. On Snappy Ubuntu. The package we use is called the snap package. Its package extension is. snap. This is a brand new package, which is different from what we used previously. We know that the packaging of debian packages is hard to understand. In comparison, the syntax of the snap package is much simpler. Today, in our tutorial, we will introduce it with a simple routine. In the future tutorial, we will introduce snapcraft. snapcraft in a more detailed way:
- It is a compilation tool
- It makes it easy to integrate components of different resources and compile them.
- It is a snap packaging tool.
- In the words of Mark Shuttleworth, snapcraft is "apt-get for github" (24 minutes and 37 seconds)
The snap package has the following features:
- Contains all dependences required by the application
- You can make sure that your application will not run properly due to any changes outside of the application. For example, detaching a Java application will not run other Java applications. install a Java application using different Java JDK/OpenJDK versions without interfering with any existing Java application running in different JDK/OpenJDK versions.
- Usually, a snap package is larger than a normal application package because it contains all the environments it needs to run.
Snapcraft installation command:
Sudo add-apt-repository ppa: snappy-dev/tools
Sudo apt-get update
Sudo apt-get install snappy-tools bzr snapcraft
Ubuntu 16.04 LTS user update command:
Sudo apt update & sudo apt install snapcraft
Snapcraft examples has also been updated. command:
Sudo apt install snapcraft-examples
Upgrade Ubuntu 15.10 To Ubuntu 16.04
Install Lua game engine in Ubuntu 16.04
Ubuntu 16.04 requires your help to make GNOME Software more beautiful
Move the Unity Starter of Ubuntu 16.04 LTS to the bottom of the desktop
Ubuntu 16.04 LTS enters the function freeze period, and the final test version will be released on April 9, March 24.