[opensuse-factory] t'weed : command : zypper update -t package
Hello List - the command #zypper update -t package gives output : Loading repository data... Reading installed packages... The following package updates will NOT be installed: gstreamer-0_10-plugins-bad gstreamer-0_10-plugins-base gstreamer-0_10-plugins-good gstreamer-plugins-bad gstreamer-plugins-bad-lang gstreamer-plugins-base gstreamer-plugins-base-lang gstreamer-plugins-good gstreamer-plugins-good-lang gtk2-engine-clearlooks gtk2-engine-crux gtk2-engine-glide gtk2-engine-hcengine gtk2-engine-industrial gtk2-engine-mist gtk2-engine-redmond95 gtk2-engine-thinice libgio-fam libxine2-pulse sushi sushi-lang Nothing to do. ........................... please Greg, should i do 'nothing' OR do i need to install the above list ? - inspite of reading "man zypper" i am unable to understand the true meaning of "zypper update -t package" ................. thanks best regards -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Mon, 13 May 2013 19:30, ellanios82 <ellanios82@...> wrote: [snip]
- inspite of reading "man zypper" i am unable to understand the true meaning of "zypper update -t package"
First for the understanding of the above command is a little background: there is more than one type of package, see "Package Types" on the zypper man-page near top, most used are "package" and "patch". "zypper patch" and "zypper update -t patch" are in most cases the same. to make sure you only work with packages and ignore exitsting patches, the command "zypper update -t package" to see more information about the why and how a selection of packages for a update is constructed add the parameter "-v" or "-vv", as full command: "zypper -vv update -t package". This list also more info about the packages in the "The following package update will NOT be installed" section. Most helpfull is the call of "zypper refresh" to make sure all repos have the newest data available, BEFORE calling zypper to install, update or patch. If you unsure what repos are active atm, call "zypper lr -P" Also helpfull is "zypper -vv lu -t package" which lists the available updates, with repository, package-name, installed and available version. Summary: get more info by first refreshing and then adding "-vv" to your update command, e.g.: "zypper refresh ; zypper -vv update -t package" Hopefully this gives you hints in the needed direction. - Yamaban. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Mon, May 13, 2013 at 08:30:23PM +0300, ellanios82 wrote:
Hello List
- the command #zypper update -t package gives output :
Loading repository data... Reading installed packages...
The following package updates will NOT be installed: gstreamer-0_10-plugins-bad gstreamer-0_10-plugins-base gstreamer-0_10-plugins-good gstreamer-plugins-bad gstreamer-plugins-bad-lang gstreamer-plugins-base gstreamer-plugins-base-lang gstreamer-plugins-good gstreamer-plugins-good-lang gtk2-engine-clearlooks gtk2-engine-crux gtk2-engine-glide gtk2-engine-hcengine gtk2-engine-industrial gtk2-engine-mist gtk2-engine-redmond95 gtk2-engine-thinice libgio-fam libxine2-pulse sushi sushi-lang
Nothing to do.
...........................
please Greg, should i do 'nothing'
I don't know, where did those gstreamer packages come from? You can safely ignore the gtk2-engine packages. Never seen the sushi issue before though, odd. greg k-h -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 05/14/2013 06:35 AM, Greg KH wrote:
On Mon, May 13, 2013 at 08:30:23PM +0300, ellanios82 wrote:
Hello List
- the command #zypper update -t package gives output :
Loading repository data... Reading installed packages...
The following package updates will NOT be installed: gstreamer-0_10-plugins-bad gstreamer-0_10-plugins-base gstreamer-0_10-plugins-good gstreamer-plugins-bad gstreamer-plugins-bad-lang gstreamer-plugins-base gstreamer-plugins-base-lang gstreamer-plugins-good gstreamer-plugins-good-lang gtk2-engine-clearlooks gtk2-engine-crux gtk2-engine-glide gtk2-engine-hcengine gtk2-engine-industrial gtk2-engine-mist gtk2-engine-redmond95 gtk2-engine-thinice libgio-fam libxine2-pulse sushi sushi-lang
Nothing to do.
...........................
please Greg, should i do 'nothing' I don't know, where did those gstreamer packages come from? You can safely ignore the gtk2-engine packages.
Never seen the sushi issue before though, odd.
Thank you very much Greg - these are the repositories that I have enabled for Tumbleweed : __________________________ Tumbleweed http://download.opensuse.org/repositories/openSUSE:/Tumbleweed/standard/ Tumbleweed Packman http://packman.inode.at/suse/openSUSE_Tumbleweed Tumbleweed_printing_hplip_hpijs http://download.opensuse.org/repositories/Printing/openSUSE_Tumbleweed/ google-chrome http://dl.google.com/linux/chrome/rpm/stable/i386 google-earth http://dl.google.com/linux/earth/rpm/stable/i386 openSUSE Current OSS http://download.opensuse.org/distribution/openSUSE-current/repo/oss/ openSUSE Current non-OSS http://download.opensuse.org/distribution/openSUSE-current/repo/non-oss/ openSUSE Current updates http://download.opensuse.org/update/openSUSE-current/ ........................................ best regards -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (3)
-
ellanios82
-
Greg KH
-
Yamaban