From 56f833aa02f99fd9d154e566a3390c4aba9c9cd4 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 15 Jun 2023 09:31:53 +0300 Subject: [PATCH] Updated for index --- .idea/workspace.xml | 17 +++++++++-------- docs/configuration/index.md | 8 ++++---- docs/configuration/multilib.md | 12 ++++++------ docs/how_to_start/index.md | 12 ++++++------ docs/index.md | 12 ++++++------ docs/install.md | 10 ++++++---- docs/repositories.md | 2 +- 7 files changed, 38 insertions(+), 35 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c7cda3f0..95fa2c99 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -8,6 +8,7 @@ + diff --git a/docs/configuration/index.md b/docs/configuration/index.md index 0383db03..2b85ceac 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -2,7 +2,7 @@ There are four configuration files. -# slpkg.toml +## slpkg.toml The general configuration file: ``` @@ -10,7 +10,7 @@ The general configuration file: General configuration of slpkg ``` -# repositories.toml +## repositories.toml The repositories configuration file that you can setting about repositories: ``` @@ -18,7 +18,7 @@ The repositories configuration file that you can setting about repositories: Repositories configuration ``` -# blacklist.toml +## blacklist.toml In the blacklist configuration file, you can add packages to be ignored: ``` @@ -26,7 +26,7 @@ In the blacklist configuration file, you can add packages to be ignored: Blacklist of packages ``` -# rules.toml +## rules.toml The rules configuration is about to manage some specials files: ``` diff --git a/docs/configuration/multilib.md b/docs/configuration/multilib.md index 908a0f3b..63518c53 100644 --- a/docs/configuration/multilib.md +++ b/docs/configuration/multilib.md @@ -2,26 +2,26 @@ Date: 12/06/2023 -# Slackware for x86_64 - multilib packages & install instructions +## Slackware for x86_64 - multilib packages & install instructions -# README.ERIC +## README.ERIC Before proceeding with the installation, it is better to read Eric's instructions. You will find the file README.ERIC for this purpose, or refer directly to: http://www.slackware.com/~alien/multilib/ -# Multilib repository +## Multilib repository In this folder, there are two lists, as Eric says, you should install first the glibc packages and then the 32-bit compatibility packages. First, edit the '/etc/slpkg/repositories.toml' file and enable the 'multilib' repository and then: -# Update repository +## Update repository ``` $ slpkg update --repository=multilib ``` -# Install packages +## Install packages ``` $ slpkg install glibc_packages.pkgs --repository=multilib @@ -31,7 +31,7 @@ and enable the 'multilib' repository and then: $ slpkg install compat32.pkgs --repository=multilib ``` -# Read +## Read Please read the file README.ERIC diff --git a/docs/how_to_start/index.md b/docs/how_to_start/index.md index 46833b00..5aee12c3 100644 --- a/docs/how_to_start/index.md +++ b/docs/how_to_start/index.md @@ -1,6 +1,6 @@ # How to start -# Edit repositories +## 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. @@ -13,7 +13,7 @@ $ slpkg update Now you are ready to start! -# Install packages +## Install packages To install a package, run: @@ -33,7 +33,7 @@ You can install a whole repository with the command: $ slpkg install '*' --repository= ``` -# Remove packages +## Remove packages To remove a package with the dependencies: @@ -41,7 +41,7 @@ To remove a package with the dependencies: $ slpkg remove ``` -# Search for packages +## Search for packages If you want to search a package from all repositories, run: @@ -49,7 +49,7 @@ If you want to search a package from all repositories, run: $ slpkg search --repository='*' ``` -# Edit configuration +## Edit configuration Edit the configuration `/etc/slpkg/slpkg.toml` file: @@ -59,7 +59,7 @@ $ slpkg configs For further information, please read the manpage: -# Manpage +## Manpage ``` $ man slpkg diff --git a/docs/index.md b/docs/index.md index 6b15af88..31c0eed0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ -# About +## About Slpkg is a software package manager that installs, updates and removes packages on Slackware-based systems. It automatically calculates dependencies and figures out what things need to happen to install packages. @@ -8,18 +8,18 @@ Slpkg makes it easier to manage groups of machines without the need for manual u Slpkg works in accordance with the standards of the slackbuilds.org organization to build packages. It also uses the Slackware Linux instructions for installing, upgrading or removing packages. -# Source +## Source * GitLab repository. * SlackBuilds.org repository. * SourceForge repository. * PyPi repository. -# License +## License [MIT License](https://dslackw.gitlab.io/slpkg/license/) -# Donate +## Donate Did you know that we developers love coffee? @@ -27,7 +27,7 @@ Donate me a coffee ☕ ⬇ [paypal](https://www.paypal.me/dslackw) -# Support +## Support Please support: @@ -37,7 +37,7 @@ Please support: Thank you all for your support! -# Copyrights +## Copyrights Slackware® is a Registered Trademark of Patrick Volkerding. Linux is a Registered Trademark of Linus Torvalds. diff --git a/docs/install.md b/docs/install.md index a77c0ddc..8ee13bc3 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,8 +1,10 @@ -# Download +# Installation instructions + +## Download Download the last release: slpkg-4.8.9.tar.gz -# Install +## Install ``` $ tar xvf slpkg-4.8.9.tar.gz $ cd slpkg-4.8.9 @@ -10,11 +12,11 @@ $ ./install.sh ``` The package will be installed as Slackware package. -# Slackbuilds.org +## Slackbuilds.org Alternatively you can visit: SlackBuilds.org repository. -# Dependencies +## Dependencies ``` SQLAlchemy >= 1.4.46 diff --git a/docs/repositories.md b/docs/repositories.md index b287d154..80396369 100644 --- a/docs/repositories.md +++ b/docs/repositories.md @@ -21,7 +21,7 @@ This is the list of the supported repositories: * Slackel * Slint -# repositories.toml +## repositories.toml See the configuration file in the: ```