# 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 The second step is to update the package lists and install the data to the database, just run: ``` $ slpkg update ``` Now you are ready to start! # Install packages To install a package, run: ``` $ slpkg install ``` or change the repository: ``` $ slpkg install --repository= ``` You can install a whole repository with the command: ``` $ slpkg install '*' --repository= ``` # Remove packages To remove a package with the dependencies: ``` $ slpkg remove ``` # Search for packages If you want to search a package from all repositories, run: ``` $ slpkg search --repository='*' ``` # Edit configuration Edit the configuration `/etc/slpkg/slpkg.toml` file: ``` $ slpkg configs ``` For further information, please read the manpage: # Manpage ``` $ man slpkg ```