Subversion Repositories SvarDOS

Rev

Rev 1959 | Rev 1965 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1959 Rev 1962
Line 8... Line 8...
8
 
8
 
9
#### Help ####
9
#### Help ####
10
 
10
 
11
1.0:PKG is the SvarDOS package manager.
11
1.0:PKG is the SvarDOS package manager.
12
1.19:Usage:
12
1.19:Usage:
13
1.20:pkg install package[.svp]     installs package
13
1.20:pkg install package[.svp]   installs package
14
1.21:pkg update package[.svp]      updates (or reinstalls) package
14
1.21:pkg update package[.svp]    updates (or reinstalls) package
15
1.22:pkg del package               uninstalls package
15
1.22:pkg rm package              uninstalls package
16
1.23:pkg listfiles package         lists files belonging to package
16
1.23:pkg files package           lists files belonging to package
17
1.24:pkg listlocal [filter]        lists installed packages
17
1.24:pkg list [filter]           lists installed packages
18
1.25:pkg healthcheck [package]     checks integrity of installed package(s)
18
1.25:pkg check [package]         checks integrity of package(s) (exe files)
-
 
19
1.26:pkg check+ [package]        same as above but checks all files
19
1.27:pkg unzip file.zip            unzips a ZIP archive
20
1.27:pkg unzip file.zip          unzips a ZIP archive
20
1.28:pkg crc32 file                computes the CRC32 of a file
21
1.28:pkg crc32 file              computes the CRC32 of a file
21
1.29:pkg listzip file.zip          lists the files inside a ZIP archive
22
1.29:pkg ziplist file.zip        lists the files inside a ZIP archive
22
1.40:PKG is published under the MIT license.
23
1.40:PKG is published under the MIT license.
23
1.41:It is configured through %DOSDIR%\\PKG.CFG
24
1.41:It is configured through %DOSDIR%\\PKG.CFG
24
 
25
 
25
### General stuff ####
26
### General stuff ####
26
 
27