Updated for index

This commit is contained in:
Dimitris Zlatanidis 2023-06-13 20:56:10 +03:00
parent c19e4ce22a
commit b476a00ca8
2 changed files with 41 additions and 44 deletions

View file

@ -7,10 +7,7 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for link">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docs/install.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/install.md" afterDir="false" />
</list>
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for index" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@ -80,34 +77,6 @@
<option name="presentableId" value="Default" />
<updated>1670414596656</updated>
</task>
<task id="LOCAL-02220" summary="Updated for about">
<created>1686590185342</created>
<option name="number" value="02220" />
<option name="presentableId" value="LOCAL-02220" />
<option name="project" value="LOCAL" />
<updated>1686590185342</updated>
</task>
<task id="LOCAL-02221" summary="Updated for about">
<created>1686590307051</created>
<option name="number" value="02221" />
<option name="presentableId" value="LOCAL-02221" />
<option name="project" value="LOCAL" />
<updated>1686590307051</updated>
</task>
<task id="LOCAL-02222" summary="Updated for Screenshots">
<created>1686590374797</created>
<option name="number" value="02222" />
<option name="presentableId" value="LOCAL-02222" />
<option name="project" value="LOCAL" />
<updated>1686590374797</updated>
</task>
<task id="LOCAL-02223" summary="Updated for usage">
<created>1686590735604</created>
<option name="number" value="02223" />
<option name="presentableId" value="LOCAL-02223" />
<option name="project" value="LOCAL" />
<updated>1686590735605</updated>
</task>
<task id="LOCAL-02224" summary="Updated for configuration">
<created>1686591529010</created>
<option name="number" value="02224" />
@ -423,7 +392,35 @@
<option name="project" value="LOCAL" />
<updated>1686676636008</updated>
</task>
<option name="localTasksCounter" value="2269" />
<task id="LOCAL-02269" summary="Updated for install">
<created>1686678484004</created>
<option name="number" value="02269" />
<option name="presentableId" value="LOCAL-02269" />
<option name="project" value="LOCAL" />
<updated>1686678484004</updated>
</task>
<task id="LOCAL-02270" summary="Updated for install">
<created>1686678568326</created>
<option name="number" value="02270" />
<option name="presentableId" value="LOCAL-02270" />
<option name="project" value="LOCAL" />
<updated>1686678568326</updated>
</task>
<task id="LOCAL-02271" summary="Updated for index">
<created>1686678725083</created>
<option name="number" value="02271" />
<option name="presentableId" value="LOCAL-02271" />
<option name="project" value="LOCAL" />
<updated>1686678725083</updated>
</task>
<task id="LOCAL-02272" summary="Updated for index">
<created>1686678858369</created>
<option name="number" value="02272" />
<option name="presentableId" value="LOCAL-02272" />
<option name="project" value="LOCAL" />
<updated>1686678858369</updated>
</task>
<option name="localTasksCounter" value="2273" />
<servers />
</component>
<component name="Vcs.Log.History.Properties">
@ -471,8 +468,6 @@
<MESSAGE value="Updated for multilib" />
<MESSAGE value="Updated for dependencies" />
<MESSAGE value="Updated for issues" />
<MESSAGE value="Updated for install" />
<MESSAGE value="Updated for index" />
<MESSAGE value="Fixed file suffix" />
<MESSAGE value="Updated for ignore" />
<MESSAGE value="Updated for recommended" />
@ -487,6 +482,8 @@
<MESSAGE value="Updated for logo" />
<MESSAGE value="Updated for icon" />
<MESSAGE value="Updated for link" />
<option name="LAST_COMMIT_MESSAGE" value="Updated for link" />
<MESSAGE value="Updated for install" />
<MESSAGE value="Updated for index" />
<option name="LAST_COMMIT_MESSAGE" value="Updated for index" />
</component>
</project>

View file

@ -6,7 +6,7 @@ the `/etc/slpkg/repositories.toml` file, otherwise edit the file and set `true`
The second step is to update the package lists and install the data to the database, just run:
```
$ slpkg update
$ slpkg update
```
Now you are ready to start!
@ -14,41 +14,41 @@ Now you are ready to start!
To install a package, run:
```
$ slpkg install <package_name>
$ slpkg install <package_name>
```
or change the repository:
```
$ slpkg install <package_name> --repository=<repo_name>
$ slpkg install <package_name> --repository=<repo_name>
```
You can install a whole repository with the command:
```
$ slpkg install '*' --repository=<repository_name>
$ slpkg install '*' --repository=<repository_name>
```
To remove a package with the dependencies:
```
$ slpkg remove <package_name>
$ slpkg remove <package_name>
```
If you want to search a package from all repositories, run:
```
$ slpkg search <package_name> --repository='*'
$ slpkg search <package_name> --repository='*'
```
Edit the configuration `/etc/slpkg/slpkg.toml` file:
```
$ slpkg configs
$ slpkg configs
```
For further information, please read the manpage:
```
$ man slpkg
$ man slpkg
```