Một số lý do bạn đang thiếu mà thực thi. Tôi có nó trên máy của tôi và theo dpkg -S
nó, nó là một phần của gói phát hành lsb.
ned@flanders:~$ dpkg -S `which lsb_release`
lsb-release: /usr/bin/lsb_release
Hệ thống của bạn nói gì về gói đó?
ned@flanders:~$ apt-cache policy lsb-release
lsb-release:
Installed: 4.0-0ubuntu20.3
Candidate: 4.0-0ubuntu20.3
Version table:
*** 4.0-0ubuntu20.3 0
500 http://ftp.utexas.edu/ubuntu/ precise-updates/main amd64 Packages
100 /var/lib/dpkg/status
4.0-0ubuntu20 0
500 http://ftp.utexas.edu/ubuntu/ precise/main amd64 Packages
ned@flanders:~$
Bạn có thể cài đặt với sudo apt-get install lsb-release
nguồn apt được cung cấp là chính xác.