diff options
Diffstat (limited to 'core/package.html')
-rw-r--r-- | core/package.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/core/package.html b/core/package.html index 3c59669..327029e 100644 --- a/core/package.html +++ b/core/package.html @@ -2,13 +2,13 @@ <html dir="ltr" lang="en"> <head> <meta charset='utf-8'> - <title>2.3. Package Management</title> + <title>2.4. Package Management</title> </head> <body> <a href="index.html">Core OS Index</a> - <h1>2.3. Package Management</h1> + <h1>2.4. Package Management</h1> <p>For more information read crux handbook Package management front-end: @@ -57,7 +57,7 @@ $ prt-get depinst prt-utils prt-get-bashcompletion </pre> - <h2 id="sysup">2.3.1. Update System</h2> + <h2 id="sysup">2.4.1. Update System</h2> <p>Before build software get latest version of port collections;</p> @@ -87,7 +87,7 @@ $ prt-get update -fr $(revdep) </pre> - <h2 id="depinst">2.3.2. Install port and dependencies</h2> + <h2 id="depinst">2.4.2. Install port and dependencies</h2> <p>Installing using prt-get tool;</p> @@ -111,7 +111,7 @@ <p>If you user pkgmk and pkgadd allways check if README, pre and post instal files exist.</p> - <h3 id="ports">2.3.3. Ports collections</h3> + <h3 id="ports">2.4.3. Ports collections</h3> <p>Clone this documentation;</p> @@ -146,7 +146,7 @@ $ sudo ports -u 6c37 </pre> - <h2 id="info">2.3.4. Show port information</h2> + <h2 id="info">2.4.4. Show port information</h2> <pre> $ prt-get info port_name @@ -164,13 +164,13 @@ $ pkginfo -o filename </pre> - <h2 id="depends">2.3.5. Show port dependencies</h2> + <h2 id="depends">2.4.5. Show port dependencies</h2> <pre> $ prt-get depends port_name </pre> - <h2 id="printf">2.3.6. Print information</h2> + <h2 id="printf">2.4.6. Print information</h2> <p>Example how to get ports installed from contrib. Maybe there is a "cleaner" way to this, for now is ok;</p> |