Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 linuxmint lmde 安装,我想安装 MariaDB,一个类似 MySQL 的数据库系统。为此,MariaDB会询问我拥有哪个版本。如何找出我的 linuxmint lmde 安装有哪个 debian 版本?
我认为目前的做法是运行lsb_release -r。您也可以cat /etc/debian_version将发行版存储在 Debian 系统上。
lsb_release -r
cat /etc/debian_version