[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debian sid codename



sergio <sergio@outerface.net> writes:

> А как на debian sid узнать, что он debian sid?
>
> % lsb_release -a
> No LSB modules are available.
> Distributor ID:	Debian
> Description:	Debian GNU/Linux 10 (buster)
> Release:	10
> Codename:	buster

Так оно потому, что base-files/unstable:

$ dpkg -S /etc/debian_version 
base-files: /etc/debian_version

$ apt-cache policy base-files 
base-files:
  Installed: 10.2
  Candidate: 10.2
  Version table:
 *** 10.2 180
        180 tor+http://deb.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
     10.1 190
        190 tor+http://deb.debian.org/debian testing/main amd64 Packages
     9.9+deb9u9 900
        900 tor+http://deb.debian.org/debian stable/main amd64 Packages
        900 tor+http://deb.debian.org/debian stretch/main amd64 Packages

> % cat /etc/debian_version
> 10.0

А если установить base-files/testing, то будет:

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux buster/sid
Release:	9.9
Codename:	stretch

$ cat /etc/debian_version 
buster/sid

-- 
Mykola


Reply to: