Hello Thank you for the comebacks.
Yes if you install from the dvd, then put the source as disabled then the package is orphaned cause it doesn't know its parent. But if you activate the online repository, it should find then its familly again :-)
OK I just did another very basic fresh install using openSUSE-13.2-DVD-Build0011-x86_64.iso # Checking the directories zypper installed on first boot of a fresh install linux-zawd:~ # zypper lr -up # | Alias | Name | Enabled | Refresh | Priority | URI --+---------------------------+------------------------------------+---------+---------+----------+----------------------------------------------------------------------- 1 | openSUSE-13.1-1.10 | openSUSE-13.1-1.10 | No | Yes | 99 | hd:///?device=/dev/disk/by-id/usb-_USB_07B3100119639DD7-0:0 2 | repo-debug | openSUSE-13.1-Debug | No | Yes | 99 | http://download.opensuse.org/debug/distribution/13.1/repo/oss/ 3 | repo-debug-update | openSUSE-13.1-Update-Debug | No | Yes | 99 | http://download.opensuse.org/debug/update/13.1/ 4 | repo-debug-update-non-oss | openSUSE-13.1-Update-Debug-Non-Oss | No | Yes | 99 | http://download.opensuse.org/debug/update/13.1-non-oss/ 5 | repo-non-oss | openSUSE-13.1-Non-Oss | Yes | Yes | 99 | http://download.opensuse.org/distribution/13.1/repo/non-oss/ 6 | repo-oss | openSUSE-13.1-Oss | Yes | Yes | 99 | http://download.opensuse.org/distribution/13.1/repo/oss/ 7 | repo-source | openSUSE-13.1-Source | No | Yes | 99 | http://download.opensuse.org/source/distribution/13.1/repo/oss/ 8 | repo-update | openSUSE-13.1-Update | Yes | Yes | 99 | http://download.opensuse.org/update/13.1/ 9 | repo-update-non-oss | openSUSE-13.1-Update-Non-Oss | Yes | Yes | 99 | http://download.opensuse.org/update/13.1-non-oss/ # I removed all the directories because they were for the 13.1 and checked the number of orphaned packages :( zypper packages --orphaned | wc -l 1515 # I then added the factory directories so I could check if the orphaned packages would / could left home OK :) # | Alias | Name | Enabled | Refresh | Priority | URI --+-----------------+-------------------------------+---------+---------+----------+--------------------------------------------------- 1 | repo-non-oss | Main Repository (NON-OSS) | Yes | Yes | 99 | http://download.opensuse.org/factory/repo/non-oss/ 2 | repo-oss | Main Repository (OSS) | Yes | Yes | 99 | http://download.opensuse.org/factory/repo/oss/ 3 | repo-source-oss | Main Repository (Sources OSS) | Yes | Yes | 99 | http://download.opensuse.org/factory/repo/oss/ # New test results zypper packages --orphaned | wc -l 76 Regards James -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org