CentOS 7 中的 chromium-headless 安装路径
chromium-headless installed path in CentOS 7
我已经在 CentOS 7 中安装了 chromium-headles
s:
Installed latest-epel-release then
yum install chromium-headless
[root@localhost chromedriver]# yum list installed | grep chromium
chromium-common.x86_64 60.0.3112.113-2.el7 @epel
chromium-headless.x86_64 60.0.3112.113-2.el7 @epel
我需要在 Globalproperities.properities
文件 (Apache Maven) 中提及 chromium-headless
安装路径。
如何在服务器中找到它的安装路径?
@Soundar 尝试用
查找
ps -ef | grep chromium
您将能够查看路径
文件位于:
/usr/lib64/chromium-browser/headless_shell
我已经在 CentOS 7 中安装了 chromium-headles
s:
Installed latest-epel-release then
yum install chromium-headless
[root@localhost chromedriver]# yum list installed | grep chromium
chromium-common.x86_64 60.0.3112.113-2.el7 @epel
chromium-headless.x86_64 60.0.3112.113-2.el7 @epel
我需要在 Globalproperities.properities
文件 (Apache Maven) 中提及 chromium-headless
安装路径。
如何在服务器中找到它的安装路径?
@Soundar 尝试用
查找ps -ef | grep chromium
您将能够查看路径
文件位于:
/usr/lib64/chromium-browser/headless_shell