2023-06-12 19:41:27 +02:00
|
|
|
### Configuration files
|
2023-06-12 19:38:47 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
```
|
|
|
|
|
2023-06-12 19:41:27 +02:00
|
|
|
In the blacklist configuration file, that you can add packages to be ignored:
|
2023-06-12 19:38:47 +02:00
|
|
|
```
|
|
|
|
/etc/slpkg/blacklist.toml
|
|
|
|
Blacklist of packages
|
|
|
|
```
|
|
|
|
|
|
|
|
The rules configuration is about to manage some specials files:
|
|
|
|
```
|
|
|
|
/etc/slpkg/rules.toml
|
|
|
|
Rules of packages.
|
|
|
|
```
|