# HOW TO START ## Edit repositories If you are going to use only the [SlackBuilds.org](https://slackbuilds.org) repository, you don't need to edit the `/etc/slpkg/repositories.toml` file, otherwise edit the file and set `true` the repositories you want. # Update database The second step is to update the package lists and install the data to the database, just run: ```shell $ slpkg update ``` Now you are ready to start! ## Install packages To install a package, run: ```shell $ slpkg install ``` or change the repository: ```shell $ slpkg install --repository= ``` You can install a whole repository with the command: ```shell $ slpkg install '*' --repository= ``` ## Remove packages To remove a package with the dependencies: ```shell $ slpkg remove ``` ## Search for packages If you want to search a package from all repositories, run: ```shell $ slpkg search --repository='*' ``` ## Edit configuration Edit the configuration `/etc/slpkg/slpkg.toml` file: ```shell $ slpkg configs ``` For further information, please read the manpage: ## Manpage ```shell $ man slpkg ```