简体   繁体   English

在Aur的帮助下安装守护程序服务,将在哪里安装文件以及安装哪些文件

[英]installation of daemon service with the help of Aur where will be files install and which files

How to get the location and name of files if we install daemon service in arch Linux. 如果我们在arch Linux中安装守护程序,如何获取文件的位置和名称。 and what will be the command to get the list of files that are added in by the install. 以及用于获取安装中添加的文件列表的命令是什么。

To obtain the list of files that are included in an installed package (from AUR or not), simply do: 要获取已安装软件包中包含的文件列表(无论是否通过AUR),只需执行以下操作:

pacman -Ql package_name

and if you only want one path per line (to use in a script), use: 如果您只希望每行一条路径(在脚本中使用),请使用:

pacman -Qql package_name

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM