Hi Given: SLES11 SP1 ( no patch ) , 32bit Task:, i try to install after an autoyast installation additional software by hand with zipper but getting right away resolve errors. Example: Trying to install nmap where libdnet1 & liblua5_1 provides what nmap requires. ( tests with --force-resolution show the same result ) ~# /usr/bin/zypper --verbose -v --no-gpg-checks --non-interactive in --auto-agree-with-licenses nmap Verbosity: 2 Entering non-interactive mode. Entering 'no-gpg-checks' mode. Non-option program arguments: 'nmap' Initializing Target Checking whether to refresh metadata for SUSE-Linux-Enterprise-Server-11-SP1 11.1.1-1.152 Checking whether to refresh metadata for SDK Loading repository data... Reading installed packages... Force resolution: Yes Resolving package dependencies... Force resolution: Yes Problem: nmap-4.75-1.26.i586 requires libdnet.so.1, but this requirement cannot be provided uninstallable providers: libdnet1-1.11-87.17.i586[SUSE-Linux-Enterprise-Server-11-SP1 11.1.1-1.152] libdnet1-1.11-87.17.i586[http-10.11.8.3-bf69b41f] Solution 1: Following actions will be done: do not forbid installation of libdnet1-1.11-87.17.i586[SUSE-Linux-Enterprise-Server-11-SP1 11.1.1-1.152] do not forbid installation of liblua5_1-5.1.4-1.15.i586[SUSE-Linux-Enterprise-Server-11-SP1 11.1.1-1.152] Solution 2: Following actions will be done: do not forbid installation of libdnet1-1.11-87.17.i586[http-10.11.8.3-bf69b41f] do not forbid installation of liblua5_1-5.1.4-1.15.i586[SUSE-Linux-Enterprise-Server-11-SP1 11.1.1-1.152] Solution 3: do not ask to install a solvable providing nmap Solution 4: break nmap by ignoring some of its dependencies Choose from above solutions by number or cancel [1/2/3/4/c] (c): c ........................... Now i try to install liblua5_1 and libdnet1 but the --force option MUST be given Example: /usr/bin/zypper -v -v --no-gpg-checks --non-interactive in --auto-agree-with-licenses --force liblua5_1 Verbosity: 2 Entering non-interactive mode. Entering 'no-gpg-checks' mode. Non-option program arguments: 'liblua5_1' Initializing Target Checking whether to refresh metadata for SUSE-Linux-Enterprise-Server-11-SP1 11.1.1-1.152 Checking whether to refresh metadata for SDK Loading repository data... Reading installed packages... Force resolution: No Resolving package dependencies... Force resolution: No The following NEW package is going to be installed: liblua5_1 5.1.4-1.15 i586 SUSE-Linux-Enterprise-Server-11-SP1 11.1.1-1.152 SUSE LINUX Products GmbH, Nuernberg, Germany 1 new package to install. Overall download size: 83.0 KiB. After the operation, additional 187.0 KiB will be used. Continue? [y/n/?] (y): y committing Retrieving package liblua5_1-5.1.4-1.15.i586 (1/1), 83.0 KiB (187.0 KiB unpacked) Retrieving: http://10.11.8.3/export/suse/sles11sp1/x86/media.1/media [done] Retrieving: http://10.11.8.3/export/suse/sles11sp1/x86/suse/i586/liblua5_1-5.1.4-1.15.i5... [done] Installing: liblua5_1-5.1.4-1.15 [done] committingCommitResult 1 (errors 0, remaining 0, srcremaining 0, updateMessages 0) Afterwards nmap can be installed. But: If i remove the software and its dependencies via rpm -e - in this case nmap , libdnet1 & liblua5_1 i can install nmap right right away wiyhout any errors. Is this a know bug or do i something wrong ? Tia Hajo -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org