我使用的是beta还是稳定的?

我从昨天开始做了很多sudo apt-get update/(dist-)upgrade并且发生了一些事情 – 所以我现在很困惑,无论我是使用静态版本还是稳定版本。

我怎么知道这个?

打开终端(在短划线上键入“gnome-terminal”)并输入lsb_release -a ,如果输出为:

 No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04 LTS Release: 14.04 Codename: trusty 

您正在运行稳定版本,如果输出是:

 Distributor ID: Ubuntu Description: Ubuntu Trusty Tahr (development branch) Release: 14.04 Codename: trusty 

(参见development branch )您正在运行测试版。

尝试使用命令

 update-manager -d 

并查看是否看到“升级”按钮。

或者使用GUI运行Sysinfo(在Ubuntu软件中心提供)并查看系统选项卡并阅读Ubuntu下的文本。

如果有版本14.04那么你就没有测试版。


更新@Jobin回答:

你可以这样做:

 lsb_release -d 

这将仅显示说明