Update missing dependency

Running OpenSuse 12.3 . I just got an automatic notification of 51 updates to apply. When I try , it says that libotr.so.2()64bit needed by kopete. Problem is that there is no way that I can install libotr to satisfy this dependency. From what I can tell, libotr is supposed to be provided by kopete??? How can I fix this?

Thank you,
Mark

No, kopete needs libotr2.
But that is part of the standard openSUSE 12.3 OSS repo so it should be installed automatically. Could you post a screenshot of that message?

And could you please post your repo list?
Open a konsole and enter:

zypper lr -d

or open YaST->Software Repositories and post a screenshot.

Here is the screenshot.
http:////home/mark/FromDesktop/snapshot1.png

and here is the zypper output:

#  | Alias                             | Name                                    | Enabled | Refresh | Priority | Type   | URI                                                                              | Service                                                          ---+-----------------------------------+-----------------------------------------+---------+---------+----------+--------+----------------------------------------------------------------------------------+--------                                                          
 1 | PTA                               | PTA                                     | Yes     | No      |   99     | rpm-md | http://download.opensuse.org/repositories/home:/please_try_again/openSUSE_12.2/  |                                                                  
 2 | download.opensuse.org-Extra       | openSUSE BuildService - KDE:Extra       | Yes     | Yes     |   99     | rpm-md | http://download.opensuse.org/repositories/KDE:/Extra/openSUSE_12.3/              |                                                                  
 3 | download.opensuse.org-UpdatedApps | openSUSE BuildService - KDE:UpdatedApps | Yes     | Yes     |   99     | rpm-md | http://download.opensuse.org/repositories/KDE:/UpdatedApps/openSUSE_12.3/        |                                                                  
 4 | download.opensuse.org-games       | openSUSE BuildService - Games           | Yes     | Yes     |   99     | rpm-md | http://download.opensuse.org/repositories/games/openSUSE_12.3/                   |                                                                  
 5 | ftp.gwdg.de-suse                  | Packman Repository                      | Yes     | Yes     |   99     | rpm-md | http://ftp.gwdg.de/pub/linux/packman/suse/openSUSE_12.3/                         |                                                                  
 6 | google-chrome                     | google-chrome                           | No      | Yes     |   99     | rpm-md | http://dl.google.com/linux/chrome/rpm/stable/x86_64                              |                                                                  
 7 | libdvdcss                         | libdvdcss                               | Yes     | Yes     |   99     | rpm-md | http://opensuse-guide.org/repo/12.3/                                             |                                                                  
 8 | libdvdcss repository              | libdvdcss repository                    | Yes     | Yes     |   99     | rpm-md | http://opensuse-guide.org/repo/12.3/                                             |                                                                  
 9 | muzlocker                         | muzlocker                               | Yes     | Yes     |   99     | rpm-md | http://download.opensuse.org/repositories/home:/muzlocker/openSUSE_12.3          |                                                                  
10 | openSUSE-12.3-1.7                 | openSUSE-12.3-1.7                       | No      | No      |   99     | yast2  | cd:///?devices=/dev/disk/by-id/ata-ATAPI_iHAS124_B_3524215_3E8112503929,/dev/sr0 |                                                                  
11 | opensuse-guide.org-repo           | libdvdcss repository                    | No      | Yes     |   99     | rpm-md | http://opensuse-guide.org/repo/12.3/                                             |                                                                  
12 | repo-debug                        | openSUSE-12.3-Debug                     | No      | Yes     |   99     | NONE   | http://download.opensuse.org/debug/distribution/12.3/repo/oss/                   |                                                                  
13 | repo-debug-update                 | openSUSE-12.3-Update-Debug              | No      | Yes     |   99     | NONE   | http://download.opensuse.org/debug/update/12.3/                                  |                                                                  
14 | repo-debug-update-non-oss         | openSUSE-12.3-Update-Debug-Non-Oss      | No      | Yes     |   99     | rpm-md | http://download.opensuse.org/debug/update/12.3-non-oss/                          |                                                                  
15 | repo-non-oss                      | openSUSE-12.3-Non-Oss                   | No      | Yes     |   99     | yast2  | http://download.opensuse.org/distribution/12.3/repo/non-oss/                     |                                                                  
16 | repo-oss                          | openSUSE-12.3-Oss                       | No      | Yes     |   99     | yast2  | http://download.opensuse.org/distribution/12.3/repo/oss/                         |                                                                  
17 | repo-source                       | openSUSE-12.3-Source                    | No      | Yes     |   99     | NONE   | http://download.opensuse.org/source/distribution/12.3/repo/oss/                  |                                                                  
18 | repo-update                       | openSUSE-12.3-Update                    | Yes     | Yes     |   99     | rpm-md | http://download.opensuse.org/update/12.3/                                        |                                                                  
19 | repo-update-non-oss               | openSUSE-12.3-Update-Non-Oss            | No      | Yes     |   99     | rpm-md | http://download.opensuse.org/update/12.3-non-oss/                                |                                                                  
20 | virtualbox                        | virtualbox                              | No      | No      |   99     | rpm-md | http://download.virtualbox.org/virtualbox/rpm/opensuse/11.4/                     |                                                                  
21 | wine                              | wine                                    | Yes     | Yes     |   99     | rpm-md | http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_12.3          |                                        

Many thanks,

Mark

Hey, what’s the syntax and requirement for inserting an image. I click on the “Insert Image” tool and type in:
http:///home/mark/FromDesktop/snapshot1.png
just like that, and it appears to me to be a broken link in the message. What am I doing wrong?

Thanks,

Mark

Why are the OSS and the non-OSS repos disabled? You’ll need the OSS for libotr2.

Use a photo sharing site such as Postimage.org.

You have to upload the image somewhere first, e.g. SUSE Paste.
But anyway, you’re screenshot is not needed anymore.

Your repo list shows the reason for your problem:
repo-oss is disabled!
You should enable it again either in YaST->Software Repositories or by running:

sudo zypper mr -e repo-oss

Thank you. The problem is solved. Much appreciated.