about summary refs log tree commit diff stats
path: root/core/package.html
diff options
context:
space:
mode:
authorSilvino <silvino@bk.ru>2019-06-09 02:19:01 +0100
committerSilvino <silvino@bk.ru>2019-06-09 02:19:01 +0100
commit44ee76746ec6f23f3e67602770e4a04ab8471e95 (patch)
tree683431688f592c1fb87b03e1e7d7e1e985fd2045 /core/package.html
parentf905c797c8f2ec87a8aa641a44c49fc1d0a23ebe (diff)
downloaddoc-44ee76746ec6f23f3e67602770e4a04ab8471e95.tar.gz
core index re-ordering and tools storage revision
Diffstat (limited to 'core/package.html')
-rw-r--r--core/package.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/core/package.html b/core/package.html
index e0f8eae..7d4c8b5 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.4. Package Management</title>
+        <title>2.3. Package Management</title>
     </head>
     <body>
 
         <a href="index.html">Core OS Index</a>
 
-        <h1>2.4. Package Management</h1>
+        <h1>2.3. 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.4.1. Update System</h2>
+        <h2 id="sysup">2.3.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.4.2. Install port and dependencies</h2>
+        <h2 id="depinst">2.3.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.4.3. Ports collections</h3>
+        <h3 id="ports">2.3.3. Ports collections</h3>
 
         <p>Clone this documentation;</p>
 
@@ -148,7 +148,7 @@
         $ sudo ports -u 6c37
         </pre>
 
-        <h2 id="info">2.4.4. Show port information</h2>
+        <h2 id="info">2.3.4. Show port information</h2>
 
         <pre>
         $ prt-get info port_name
@@ -166,13 +166,13 @@
         $ pkginfo -o filename
         </pre>
 
-        <h2 id="depends">2.4.5. Show port dependencies</h2>
+        <h2 id="depends">2.3.5. Show port dependencies</h2>
 
         <pre>
         $ prt-get depends port_name
         </pre>
 
-        <h2 id="printf">2.4.6. Print information</h2>
+        <h2 id="printf">2.3.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>