# Configuration files There are four configuration files. The general configuration file: ``` /etc/slpkg/slpkg.toml General configuration of slpkg ``` The repositories configuration file that you can setting about repositories: ``` /etc/slpkg/repositories.toml Repositories configuration ``` In the blacklist configuration file, you can add packages to be ignored: ``` /etc/slpkg/blacklist.toml Blacklist of packages ``` The rules configuration is about to manage some specials files: ``` /etc/slpkg/rules.toml Rules of packages. ```