mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
Fix typos
This commit is contained in:
parent
2618286845
commit
2681e2081c
5 changed files with 8 additions and 8 deletions
|
@ -9,4 +9,4 @@ Small changes in the code each time more appreciated.
|
||||||
Keep the style code applicable items.
|
Keep the style code applicable items.
|
||||||
|
|
||||||
Please ensure your changes work in Python 2.7.5+
|
Please ensure your changes work in Python 2.7.5+
|
||||||
Python3 not support yet.
|
Python 3 not support yet.
|
||||||
|
|
|
@ -31,7 +31,7 @@ Fixed:
|
||||||
- Typo in help option
|
- Typo in help option
|
||||||
Updated:
|
Updated:
|
||||||
- Optional dependencies
|
- Optional dependencies
|
||||||
- "--netwotk" view commands
|
- "--network" view commands
|
||||||
|
|
||||||
2.8.7 - 11/09/2015
|
2.8.7 - 11/09/2015
|
||||||
Fixed:
|
Fixed:
|
||||||
|
|
|
@ -46,7 +46,7 @@ should occur to install packages. Slpkg makes it easier to maintain groups of ma
|
||||||
having to manually update.
|
having to manually update.
|
||||||
|
|
||||||
Slpkg works in accordance with the standards of the organization slackbuilds.org
|
Slpkg works in accordance with the standards of the organization slackbuilds.org
|
||||||
to builds packages. Also uses the Slackware linux instructions for installation,
|
to builds packages. Also uses the Slackware Linux instructions for installation,
|
||||||
upgrading or removing packages.
|
upgrading or removing packages.
|
||||||
|
|
||||||
What makes slpkg to distinguish it from other tools; The user friendliness is its primary
|
What makes slpkg to distinguish it from other tools; The user friendliness is its primary
|
||||||
|
@ -61,7 +61,7 @@ Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
- Dependency resolution
|
- Dependency resolution
|
||||||
- Dependencies virtualization
|
- Dependencies visualizations
|
||||||
- Multiple options
|
- Multiple options
|
||||||
- Multiple repositories
|
- Multiple repositories
|
||||||
- Easy configuration
|
- Easy configuration
|
||||||
|
@ -253,7 +253,7 @@ Combine with the command 'grep' to catch the results you want.
|
||||||
Check and upgrade the distribution of your upgrade your packages with command '# slpkg -c <repository>
|
Check and upgrade the distribution of your upgrade your packages with command '# slpkg -c <repository>
|
||||||
--upgrade'. Don't forget to update packages list before (for 'slack' repository don't is necessary).
|
--upgrade'. Don't forget to update packages list before (for 'slack' repository don't is necessary).
|
||||||
This command except upgrade packages will fix packages with broken dependencies. Switch off automatic
|
This command except upgrade packages will fix packages with broken dependencies. Switch off automatic
|
||||||
resolve dependensies with additional option '--resolve-off'. Use '--checklist' option to help you
|
resolve dependencies with additional option '--resolve-off'. Use '--checklist' option to help you
|
||||||
to choose easy packages. For advanced users, option '--skip' give them more power (see man page).
|
to choose easy packages. For advanced users, option '--skip' give them more power (see man page).
|
||||||
|
|
||||||
The most famous command is '# slpkg -s <repository> <packages>' , this command downloads and
|
The most famous command is '# slpkg -s <repository> <packages>' , this command downloads and
|
||||||
|
|
|
@ -29,7 +29,7 @@ Slonly repository do not support -current for x86 arch.
|
||||||
Studioware (studio), Alien's ktown (ktown), Alien's multilib (multi), Slacke E17 and E18
|
Studioware (studio), Alien's ktown (ktown), Alien's multilib (multi), Slacke E17 and E18
|
||||||
and Alien's restricted repository has no reference dependencies.
|
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
|
'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.
|
because there is not different file 'ChangeLog.txt' for each version.
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@ Usage: slpkg Commands:
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Slpkg is a powerful software package manager that installs, updates, and
|
Slpkg is a powerful software package manager that installs, updates, and
|
||||||
removes packages on Slackware based systems. It automatically computes
|
removes packages on Slackware based systems. It automatically computes
|
||||||
dependencies and figures out what things should occurto install packages.
|
dependencies and figures out what things should occur to install packages.
|
||||||
Slpkg makes it easier to maintain groups of machines without having to
|
Slpkg makes it easier to maintain groups of machines without having to
|
||||||
manually update.
|
manually update.
|
||||||
|
|
||||||
|
@ -387,7 +387,7 @@ For example:
|
||||||
FILELIST.TXT files
|
FILELIST.TXT files
|
||||||
|
|
||||||
/tmp/slpkg
|
/tmp/slpkg
|
||||||
Slpkg temponary donwloaded files and build packages
|
Slpkg temporary downloaded files and build packages
|
||||||
|
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
|
|
Loading…
Reference in a new issue