在Ubuntu中,我们可以使用apport服务自动获取系统崩溃报告。通常,以下命令用于管理apport。
sudo systemctl enable apport.service
sudo systemctl start apport.service
sudo systemctl status apport.service
但是我想在CentOS 8系统中使用apport。无法在CentOS 8系统中找到包。有人能告诉我们如何在CentOS 8中实现apport功能吗?
https://unix.stackexchange.com/questions/703374
复制相似问题