Ubuntu snappy is lame
ubuntu has just announced that snappy will replace 'apt' as the next generation of package manager for furture ubuntu releases. And for ubuntu 15.04 , there has been a release ubuntu core snappy 15.04 which ships with snappy without 'apt' at all. If you want to install anyother apps, you will have to download all the dependencies in one big package.
Ubuntu has declared that this is good for the stablity for application deployment for servers, mobile, and embeded platforms.
Here is serveral articles/discusses about 'snappy':
1) hackernews
https://news.ycombinator.com/item?id=9515156
2) Is Ubuntu moving away from .deb packages? Here is the complete story
Snappy will take the center stage at Ubuntu.
3) Snappy Ubuntu Core makes the Chillhub internet fridge a cool idea
4) Ubuntu jumps into Internet of Things with Acer, GE, and Microsoft
Yes, you read the headline correctly. Microsoft and Canonical are partnering up on IoT.
(F.Y.I Oh, MY LORD!)
http://www.zdnet.com/article/ubuntu-jumps-into-internet-of-things-with-acer-ge-and-microsoft/
Let's see what snappy really is.
Just follow this tutorial.
http://developer.ubuntu.com/en/snappy/start/
Then you would see this after starting a VM using qemu-kvm

And then let's SSH into the system
default username: ubuntu
default password: ubuntu

And let's see the information of snappy.
And I tried to install an app using snappy.

Actually I have installed some apps.
For example mosquitto.kartben
Ubuntu snappy has already shipped with some dependency libs all in one.
So. There is a folder '/apps/' which contains all those apps and their dependencies. This means ubuntu snappy needs more storage if there are some library dependency depulications.

And let's see.

All the dependency libs are packed at once. Damn, cool?
They say this is for stability of system. Yeah somehow. But that will not be hack-friendly.
So ubuntu is getting far away from GNU/Linux grandually.
Debian is your friend. But have you heard about the 'libc' syndrome? Let's face the real world.
Ubuntu has an ambition on IoT. They release snappy and make people confused about docker and other stuff. But snappy is kind of cool.
If you want to live with GNU/Linux, snappy is not your friend.
If you want to deploy fast and less painful, snappy could be a choice. And Docker is watching, dude.
And others are keeping cool.
Ubuntu snappy is lame的更多相关文章
- docker容器服务器 - centos atomic host
https://blog.inovex.de/docker-a-comparison-of-minimalistic-operating-systems https://github.com/rvyk ...
- 八款值得尝试的精美的 Linux 发行版(2017 版)
八款值得尝试的精美的 Linux 发行版(2017 版) 2017年10月18日 • Linux • 295 views • 暂无评论 在这篇文章中,将会列出让一些令 Linux 用户印象最深刻且精美 ...
- IoT固/软件更新及开源选项
会出什么问题呢?大多数这些设备的设计都不像是被恶意攻击的目标. 嵌入式系统传统上被认为是稳定的产品, 但实施起来成本高昂, 因为投资回报率(ROI)在的周期比较长. 在过去一旦发货, 就很少需要更新这 ...
- 2019 年在 Raspberry Pi 「树莓派」上运行的 10 个操作系统推荐
原文:2019 年在 Raspberry Pi 「树莓派」上运行的 10 个操作系统推荐 image Raspberry Pi** 是一款基于 ARM 的单板计算机,默认运行一款称为 Raspbian ...
- 在Ubuntu X64上编译Hadoop
在之前的文章中介绍了如何直接在Ubuntu中安装Hadoop.但是对于64位的Ubuntu来说,官方给出的Hadoop包是32位的,运行时会得到警告: WARN util.NativeCodeLoad ...
- ubuntu一些基本软件安装方法
ubuntu一些基本软件安装方法 首先说明一下 ubuntu 的软件安装大概有几种方式:1. deb 包的安装方式deb 是 debian 系 Linux 的包管理方式, ubuntu 是属于 deb ...
- Ubuntu常用200条命令
查看软件xxx安装内容:dpkg -L xxx 查找软件库中的软件:apt-cache search 正则表达式 查找软件库中的软件:aptitude search 软件包 查找文件属于哪个包: ...
- I.MX6 Ubuntu core porting
/*********************************************************************** * I.MX6 Ubuntu core porting ...
- vmware虚拟机下ubuntu 13.04使用zeranoe脚本交叉编译ffmpeg
2013-07-01今天是建党节,习总书记指出,党的建设要以“照镜子.正衣冠.洗洗澡.治治病”为总要求.希望我们的党越来越纯洁,为人民谋福利.言归正传,每次项目中需要编译相应的ffmpeg,都很费时费 ...
随机推荐
- C语言学习之路,第一篇章。
看的书是 C primer plus ,这本书好评很多, 学过C#,没有精通,了解Java,所以看这本书会很容易上手,编译器用的是VC++6.0,因为VS2010好像不支持C99标准,有些代码功能 ...
- c# 官方命名规则
官方的哦. https://msdn.microsoft.com/zh-cn/library/vstudio/ff926074(v=vs.110).aspx
- dozer-初识
1.简介 dozer是一种JavaBean的映射工具,类似于apache的BeanUtils.但是dozer更强大,它可以灵活的处理复杂类型之间的映射.不 但可以进行简单的属性映射.复杂的类型 ...
- PHP时间戳与时间相互转换(精确到毫秒)
原文:PHP时间戳与时间相互转换(精确到毫秒) /** 获取当前时间戳,精确到毫秒 */ function microtime_float(){ list($usec, $sec) = explo ...
- Backbone入门
Backbone入门讲解 Backbone是一个实现了web前端mvc模式的js框架. 一种解决问题的通用方法,我们叫做模式. 设计模式:工厂模式,适配器模式,观察者模式等,推荐js设计模式这本书.设 ...
- API接口开发简述示例
作为最流行的服务端语言PHP(PHP: Hypertext Preprocessor),在开发API方面,是很简单且极具优势的.API(Application Programming Interfac ...
- three.js 源代码凝视(七)Math/Euler.js
商域无疆 (http://blog.csdn.net/omni360/) 本文遵循"署名-非商业用途-保持一致"创作公用协议 转载请保留此句:商域无疆 - 本博客专注于 敏捷开发 ...
- 删除Python UserWarning[已解决]
在使用MySQLdb包后,导入测试时发现一个警告. /usr/lib/python2.6/site-packages/setuptools-0.8-py2.6.egg/pkg_resources.py ...
- CentOS 7 结构体GCC 4.8.2 32位编译环境
centos 7 结构体gcc 32位编译环境 1介绍 1.1背景 学习新 C++ 2011和C11标准. 1.2使用软件 CentOS 7(Linux version 3.10.0-123.el7. ...
- JBoss7官方下载最新版本
JBoss是全世界开发人员共同努力的成果.一个基于J2EE的开放源码的应用server. 由于JBoss代码遵循LGPL许可,能够在不论什么商业应用中免费使用它.而不用支付费用. 2006年,Jbos ...