Changes

no edit summary
Line 95: Line 95:  
<ul>
 
<ul>
 
     <li><b>Q:</b> The package that I want isn't on the list. Can I install it anyway?</li>
 
     <li><b>Q:</b> The package that I want isn't on the list. Can I install it anyway?</li>
     <li><b>A:</b> Depends on what you specifically need. More packages can be downloaded using the <b>opkg package manager</b>. It is a [[Command line interfaces|command-line]] utility used to download software from special online repositories.<br>Before using <i>opkg</i> you should first update the list of available packages by executing this command: <pre>opkg update</pre>To see a list of available packages, use this command:<pre>opkg list</pre>To install a package, use this syntax: <pre>opkg install <PACKAGE_NAME></pre></li>
+
     <li><b>A:</b> Depends on what you need specifically. More packages can be downloaded using the <b>opkg package manager</b>. It is a [[Command line interfaces|command-line]] utility used to download software from special online repositories.<br>Before using <i>opkg</i> you should first update the list of available packages by executing this command: <pre>opkg update</pre>To see a list of available packages, use this command:<pre>opkg list</pre>To install a package, use this syntax: <pre>opkg install <PACKAGE_NAME></pre></li>
 
</ul>
 
</ul>