언어 설정

Menu
Sites
Language
[TV] problem installing package

Hi

I have the private version of the Smart TV SDK and am having trouble installing an emulator package that gives me access to Playready DRM functionality.

Here are the steps I have taken from a dos box:

sdb root on

sdb push playready-0.2.5-1.i586.rpm /tmp

sdb shell

$cd /tmp

$rpm -ivh playready-0.2.5-1.i586.rpm 

Everything works until I issue the rpm command, which gives the following error.

"

Preparing...                ########################################### [100%]
        package playready-0.2.5-1.i586 is already installed
        file /usr/apps/tee/ta_sec_playready from install of playready-0.2.5-1.i5
86 conflicts with file from package playready-0.2.5-1.i586
        file /usr/lib/libplayready.so.0.1.0 from install of playready-0.2.5-1.i5
86 conflicts with file from package playready-0.2.5-1.i586
sh-3.2# rpm -ivh playready-0.2.5-1.i586.rpm

"

After Googling, I've tried using additional options such as --replacepkgs (which produces the same error) and --replacefiles (which tells me that the package is already installed but the API functionality still does not appear to work).

Does anyone know the correct way to ensure that I have installed this correctly?

Edited by: John Ixion on 04 4월, 2015

Responses

4 댓글
John Ixion

Hi Marc,

The Tizen TV forum is here: http://samsungdforum.com/SamsungDForum/ForumDashBoard/cd10341507013d28

Marc Coupar

Hi Olivier

Thanks for the response.  However, the private SDK is only available to selected partners so very few people on the normal samsung dev forum will have encountered this issue and it looks to me like it's more of a generic Tizen emulator issue rather than specific to the TV platform.  

Dongeup Ham

If the problem is still occured, you can use rpm command options.

# rpm -ivh playready-0.2.5-1.i586.rpm --force --nodeps

Some files in new package confilicts to existing one.

Shuhrat Dehkanov

Hello Marc Coupar,

As the package is already installed, you should probably use `-U|--upgrade` flag:

rpm -Uvh playready-0.2.5-1.i586.rpm