Xiaoqiang0 (Talk | contribs) |
Xiaoqiang0 (Talk | contribs) (→Package Management Architecture) |
||
| Line 3: | Line 3: | ||
==Package Management Architecture== | ==Package Management Architecture== | ||
| - | [[File: Package_Management_Architecture.png]] | + | [[File: Package_Management_Architecture.png|250x200px]] |
==zypper== | ==zypper== | ||
All software on a MeeGo is divided into RPM packages, which can be installed, upgraded, or removed. This part describes how to manage packages using both zypper and the PackageKit suite of graphical package management tools.
Contents |
zypper search --help
zypper search
zypper
zypper install pkgname
zypper remove pkgname
Gnome PackageKit can be available on NetBook and IVI.
In the Software Updates window, all available updates are listed along with the names of the packages being updated (minus the .rpm suffix, but including the CPU architecture), a short summary of the package, and, usually, short descriptions of the changes the update provides. Any updates you do not wish to install can be de-selected here by unchecking the checkbox corresponding to the update.
PackageKit's Software Update GUI window is a separate application from its Add/Remove Software application, although the two have intuitively similar interfaces.
For Package Management component issue, please catch more logs and attach them when you reporting a bug. For PackageKit or Package Manager UI issue Steps to get logs:
#killall -9 packagekitd #/usr/libexec/packagekitd -v >packagekitd.log
For Zypper issue while you using zypper command, using the following steps to get logs:
#rm /var/log/zypper.log -f
#export ZYPP_LIBSAT_FULLLOG=1 #zypper xxx yyy
or using the following log level
#export ZYPP_FULLLOG=1 #zypper xxx yyy