mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Convert examples to markdown
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
a3217633a4
commit
acb106f584
4 changed files with 1428 additions and 1497 deletions
|
@ -1,3 +1,7 @@
|
|||
3.4.0 - 21/01/2019
|
||||
Updated:
|
||||
- Updated manpage
|
||||
|
||||
3.3.9 - 14/01/2019
|
||||
Updated:
|
||||
- Readme file and added example text file
|
||||
|
|
1412
EXAMPLES.md
Normal file
1412
EXAMPLES.md
Normal file
File diff suppressed because it is too large
Load diff
1485
EXAMPLES.txt
1485
EXAMPLES.txt
File diff suppressed because it is too large
Load diff
24
REPOSITORIES
24
REPOSITORIES
|
@ -6,12 +6,12 @@ This file was created to explain some peculiarities of repositories used by the
|
|||
|
||||
Default repositories:
|
||||
---------------------
|
||||
For -current users use sbo repository:
|
||||
SlackBuilds.org (sbo) FAQ(15):
|
||||
Slackware current is not supported, but as a general rule, the scripts
|
||||
should work on it as well.
|
||||
For the -current users who they use the sbo repository:
|
||||
SlackBuilds.org (sbo) FAQ(15):
|
||||
Slackware current is not supported, but as a general rule, the scripts
|
||||
should work on it as well.
|
||||
|
||||
Rworkman's (rlw) repository use dependencies where displayed in central site
|
||||
Rworkman's (rlw) repository use dependencies where displayed in central site
|
||||
'http://rlworkman.net/pkgs/' and only those. Unfortunately there is no fixed reference
|
||||
dependencies file PACKAGES.TXT. You can make changes in /etc/slpkg/rlworkman.deps file.
|
||||
|
||||
|
@ -21,9 +21,9 @@ and has no reference dependencies.
|
|||
Slackel.gr (slackl) repository must be used only from Slackware{x86, x86_64} -current users.
|
||||
|
||||
MSB (msb) repository has one ChangeLog.txt file for three sub-repositories {1.14, 1.16, latest}.
|
||||
So if you have updated the list of packages with version 1.14 and want to switch to version
|
||||
1.16 then run "slpkg upgrade" instead of "slpkg update". MSB (msb) repository has no reference
|
||||
dependencies. Similarly apply and for the repository Cinnamon (csb) but with the different
|
||||
So if you have updated the list of packages with version 1.14 and want to switch to version
|
||||
1.16 then run "slpkg upgrade" instead of "slpkg update". MSB (msb) repository has no reference
|
||||
dependencies. Similarly apply and for the repository Cinnamon (csb) but with the different
|
||||
versions. Both repositories Mate and Cinnamon support Slackware -current x86_64 but not x86.
|
||||
|
||||
Slonly repository do not support -current for x86 arch.
|
||||
|
@ -31,16 +31,16 @@ Slonly repository do not support -current for x86 arch.
|
|||
Alien's ktown (ktown), Alien's multilib (multi), Slacke E17 and E18, slack-n-free, csb,
|
||||
mles and Alien's restricted repository has no reference dependencies.
|
||||
|
||||
IMPORTANT: For Alien's (Eric Hameleers) repositories (alien, multi and ktown) should run
|
||||
IMPORTANT: For Alien's (Eric Hameleers) repositories (alien, multi and ktown) should run
|
||||
'slpkg upgrade' instant 'slpkg update', if you want to spend from -stable in -current or not
|
||||
because there is not different file 'ChangeLog.txt' for each version.
|
||||
|
||||
Custom repositories:
|
||||
--------------------
|
||||
There is the possibility of adding the repository directly from the user enough to address
|
||||
up to be the 'PACKAGES.TXT' files and 'CHECKSUMS.md5' least. If not is there file 'ChangeLog.txt'
|
||||
will get warning messages that the 'ChangeLog.txt' file can not be read but not worry, the process
|
||||
is completed normally have each time you run the command 'slpkg update' the package lists for such
|
||||
up to be the 'PACKAGES.TXT' files and 'CHECKSUMS.md5' least. If not is there file 'ChangeLog.txt'
|
||||
will get warning messages that the 'ChangeLog.txt' file can not be read but not worry, the process
|
||||
is completed normally have each time you run the command 'slpkg update' the package lists for such
|
||||
a repository will be recreated from start automatically.
|
||||
|
||||
Sometimes you may experience some problems with these repositories such as the not correctly
|
||||
|
|
Loading…
Reference in a new issue