Subversion Repositories SvarDOS

Rev

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

Rev 1956 Rev 1958
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: 10 Feb 2024
6
# Last updated: 22 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.
-
 
12
1.19:Usage:
12
1.20:Usage: pkg install package[.svp]
13
1.20:pkg install package[.svp]     installs package
13
1.21:       pkg update package[.svp]
14
1.21:pkg update package[.svp]      updates (or reinstalls) package
14
1.22:       pkg del package
15
1.22:pkg del package               uninstalls package
15
1.23:       pkg listfiles package
16
1.23:pkg listfiles package         lists files belonging to package
16
1.24:       pkg listlocal [filter]
17
1.24:pkg listlocal [filter]        lists installed packages
-
 
18
1.25:pkg checkhealth [package]     checks integrity of installed package(s)
17
1.27:       pkg unzip file.zip
19
1.27:pkg unzip file.zip            unzips a ZIP archive
18
1.28:       pkg crc32 file
20
1.28:pkg crc32 file                computes the CRC32 of a file
19
1.29:       pkg listzip file.zip
21
1.29:pkg listzip file.zip          lists the files inside a ZIP archive
20
1.40:PKG is published under the MIT license.
22
1.40:PKG is published under the MIT license.
21
1.41:It is configured through %DOSDIR%\\PKG.CFG
23
1.41:It is configured through %DOSDIR%\\PKG.CFG
22
 
24
 
23
### General stuff ####
25
### General stuff ####
24
 
26