Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEP firmware Yocto

6 bytes added, 16:08, 13 August 2012
m
no edit summary
You can manage packages from the IGEP Firmware using "zypper". Zypper is the command line package manager installed on the IGEP Firmware for installing, removing, updating and querying software packages of local or remote repositories.
To manage packages connect to your IGEP device as explained in chapter “3. CONNECTING TO IGEP DEVICES” and use following commands: To get the package list from the repository, use <pre>zypper refresh</pre> To search a package <pre>zypper search package_name</pre> To install a package from registered repositories, use <pre>zypper install package_name</pre> To remove an installed package, use <pre>zypper remove package_name</pre> A list of all new packages available can be obtained with the command <pre>zypper list-updates -t package</pre> To update your system, just run the <pre>zypper update</pre> Other useful zypper commands :
*To get the package list from the repository, use
<pre>zypper refresh</pre>
*To search a package
<pre>zypper search package_name</pre>
*To install a package from registered repositories, use
<pre>zypper install package_name</pre>
*To remove an installed package, use
<pre>zypper remove package_name</pre>
*A list of all new packages available can be obtained with the command
<pre>zypper list-updates -t package</pre>
*To update your system, just run the
<pre>zypper update</pre>
*Other useful zypper commands&nbsp;:
<pre>zypper help
zypper help command</pre>
4,199
edits