Subversion Repositories SvarDOS

Rev

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

Rev 1965 Rev 1967
Line 1... Line 1...
1
#
1
#
2
# PKG language file
2
# PKG language file
3
#
3
#
4
# Language....: English
4
# Language....: English
5
# Author......: Mateusz Viste
5
# Author......: Mateusz Viste
6
# Last updated: 22 Aug 2024
6
# Last updated: 23 Aug 2024
7
#
7
#
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.
Line 13... Line 13...
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 rm package              uninstalls package
15
1.22:pkg rm package              uninstalls package
16
1.23:pkg files package           lists files belonging to package
16
1.23:pkg files package           lists files belonging to package
17
1.24:pkg list [filter]           lists installed packages
17
1.24:pkg list [filter]           lists installed packages
18
1.25:pkg check [package]         checks integrity of package(s) (exe files)
18
1.25:pkg check [package]         checks integrity of installed executable files
19
1.26:pkg check+ [package]        same as above but checks all files
19
1.26:pkg check+ [package]        same as above but checks ALL installed files
20
1.27:pkg unzip file.zip          unzips a ZIP archive
20
1.27:pkg unzip file.zip          unzips a ZIP archive
21
1.28:pkg crc32 file              computes the CRC32 of a file
21
1.28:pkg crc32 file              computes the CRC32 of a file
22
1.29:pkg ziplist file.zip        lists the files inside a ZIP archive
22
1.29:pkg ziplist file.zip        lists the files inside a ZIP archive
23
1.40:PKG is published under the MIT license.
23
1.40:PKG is published under the MIT license.
24
1.41:It is configured through %DOSDIR%\\PKG.CFG
24
1.41:It is configured through %DOSDIR%\\PKG.CFG