Xiaoqiang0 (Talk | contribs) |
Xiaoqiang0 (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| + | 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. | ||
| + | ==zypper== | ||
| + | ===package && pattern && patch === | ||
| + | === Search Packages=== | ||
| + | zypper search --help | ||
| + | ===List Packages=== | ||
| + | zypper search | ||
| + | ===Display Package Information=== | ||
| + | zypper | ||
| + | ===Installing Packages=== | ||
| + | zypper install pkgname | ||
| + | ===Removing Packages=== | ||
| + | zypper remove pkgname | ||
| + | |||
| + | ==PackageKit== | ||
| + | |||
== How to report a bug == | == How to report a bug == | ||
=== PackageKit or Package Manager UI bug === | === PackageKit or Package Manager UI bug === | ||
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
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