Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEP firmware Yocto

566 bytes added, 16:07, 13 August 2012
m
no edit summary
*usb0 − 192.168.7.1 (with dhcp server)
= Extending the IGEP Firmware =
The IGEP Firmware is based on RPM packages. The RPM Package Manager is a package managementsystem that automates the process of installing, upgrading and removing software packages. If you also need some software that is typically not found in the IGEP Firmware, you can search if this software it’s available in the ISEE repositories.
You can manage packages from the IGEP Firmware using "zypper". Zypper is the command linepackage 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 :
 
<pre>zypper help
 
zypper help command</pre>
4,199
edits