debian

如何查看Debian Compton版本

小樊
41
2025-06-15 16:46:09
栏目: 智能运维

要查看Debian系统上Compton的版本,您可以使用以下命令:

compton --version

或者,如果您想查看Compton的详细信息,包括版本号,可以使用:

systemctl status compton

或者

systemctl is-active --quiet compton

如果Compton正在运行,systemctl status compton会显示服务的详细状态信息,而systemctl is-active --quiet compton会返回0(表示成功)。

0
看了该问题的人还看了