mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
update
This commit is contained in:
parent
09e9c6fde3
commit
ab4c3f42ad
5 changed files with 36 additions and 1 deletions
|
@ -2,6 +2,9 @@ Version 2.1.5-dev
|
||||||
18-12-2014
|
18-12-2014
|
||||||
|
|
||||||
[Feature] - Added slacker.it and slackonly.com repositories.
|
[Feature] - Added slacker.it and slackonly.com repositories.
|
||||||
|
- Added command 're-create'.
|
||||||
|
|
||||||
|
[Updated] - Fix Slackware current upgrade checksums.
|
||||||
|
|
||||||
Version 2.1.4-dev
|
Version 2.1.4-dev
|
||||||
16-12-2014
|
16-12-2014
|
||||||
|
|
|
@ -209,6 +209,7 @@ Command Line Tool Usage
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
update update all package lists
|
update update all package lists
|
||||||
|
re-create recreate package lists
|
||||||
update slpkg check and update slpkg
|
update slpkg check and update slpkg
|
||||||
|
|
||||||
Optional arguments:
|
Optional arguments:
|
||||||
|
|
|
@ -28,4 +28,7 @@ dependence 'ffmpeg' but that is not available from the repository itself).
|
||||||
|
|
||||||
Slackonly (slonly) repository contains no dependencies on file PACKAGES.TXT and this makes
|
Slackonly (slonly) repository contains no dependencies on file PACKAGES.TXT and this makes
|
||||||
it difficult to automatically resolve dependencies and in the file PACKAGES.TXT and some
|
it difficult to automatically resolve dependencies and in the file PACKAGES.TXT and some
|
||||||
lines with 'PACKAGE NAME:' there is no package so 'slpkg' can not find package.
|
lines with 'PACKAGE NAME:' there is no package so 'slpkg' can not find package.
|
||||||
|
Users with Slackware x86_64 will use this repository should establish from the beginning
|
||||||
|
the list of packages with the command 'slpkg re-create' to be updated with new packages
|
||||||
|
and it's because the repository has not 'ChangeLog.txt' file.
|
||||||
|
|
17
TESTING
17
TESTING
|
@ -13,3 +13,20 @@ Release : 14.1
|
||||||
Version : stable
|
Version : stable
|
||||||
Arch : x86, x86_64
|
Arch : x86, x86_64
|
||||||
|
|
||||||
|
--------------------------------
|
||||||
|
19-12-2014
|
||||||
|
Slackware Arch: x86_64, Version: 14.1 'stable'
|
||||||
|
|
||||||
|
Test to upgrade Slackware Linux Distribution.
|
||||||
|
Successful upgrade fresh full installation with command 'slpkg -c slack --upgrade'
|
||||||
|
Total 54 packages upgraded and kernel, after auto-install 'lilo' reinstall successfully so.
|
||||||
|
|
||||||
|
|
||||||
|
--------------------------------
|
||||||
|
20-12-2014
|
||||||
|
Slackware Arch: x86 Version 14.1 'current'
|
||||||
|
|
||||||
|
Test to upgrade Slackware Linux Distribution.
|
||||||
|
Successful upgrade fresh full installation with command 'slpkg -c slack --upgrade'
|
||||||
|
Total 66 packages upgraded and kernel, after auto-install 'lilo' reinstall successfully so.
|
||||||
|
|
||||||
|
|
11
man/slpkg.8
11
man/slpkg.8
|
@ -37,6 +37,7 @@ Slpkg is a user-friendly package manager for Slackware installations
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
update update all package lists
|
update update all package lists
|
||||||
|
re-create recreate package lists
|
||||||
update slpkg check and update slpkg
|
update slpkg check and update slpkg
|
||||||
|
|
||||||
Optional arguments:
|
Optional arguments:
|
||||||
|
@ -69,6 +70,10 @@ Optional arguments:
|
||||||
studioware.org = 'studio'
|
studioware.org = 'studio'
|
||||||
slacker.it = 'slackr'
|
slacker.it = 'slackr'
|
||||||
slackonly.com = 'slonly'
|
slackonly.com = 'slonly'
|
||||||
|
|
||||||
|
Default enable repository is 'slack' and 'sbo'.
|
||||||
|
Add or remove repository in configuration file '/etc/slpkg/slpkg.conf'
|
||||||
|
|
||||||
|
|
||||||
.SH COLORS
|
.SH COLORS
|
||||||
red, green, yellow, cyan, grey
|
red, green, yellow, cyan, grey
|
||||||
|
@ -87,6 +92,12 @@ The following commands are available.
|
||||||
Used to re-synchronize the package lists and create some important files.
|
Used to re-synchronize the package lists and create some important files.
|
||||||
This command must run every new repository is added or new updates is available.
|
This command must run every new repository is added or new updates is available.
|
||||||
|
|
||||||
|
.SS re-create
|
||||||
|
\fBslpkg\fP \fBre-create\fP
|
||||||
|
.PP
|
||||||
|
It is sometimes useful to create all of the base file from the beginning so this
|
||||||
|
command deletes all the packages lists and re-created.
|
||||||
|
|
||||||
.SS update slpkg
|
.SS update slpkg
|
||||||
\fBslpkg\fP \fBupdate\fP \fBslpkg\fP
|
\fBslpkg\fP \fBupdate\fP \fBslpkg\fP
|
||||||
.PP
|
.PP
|
||||||
|
|
Loading…
Reference in a new issue