LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   vte-0.11.10-1.i386.rpm conflicts its older version and gnome-terminal (https://www.linuxquestions.org/questions/linux-software-2/vte-0-11-10-1-i386-rpm-conflicts-its-older-version-and-gnome-terminal-123385/)

sybatter 12-06-2003 07:47 PM

vte-0.11.10-1.i386.rpm conflicts its older version and gnome-terminal
 
Today I tried to install vte-0.11.10-1.i386.rpm and it gave me the following message:

[root@localhost rpm]# rpm -i vte-0.11.10-1.i386.rpm
file /usr/lib/python2.2/site-packages/vtemodule.so from install of vte-0.11.10-1 conflicts with file from package vte-0.8.19-1
file /usr/share/vte/termcap/xterm from install of vte-0.11.10-1 conflicts with file from package vte-0.8.19-1

So then I tried this instead

[root@localhost rpm]# rpm -F vte-0.11.10-1.i386.rpm
error: Failed dependencies:
libvte.so.2 is needed by (installed) gnome-terminal-2.0.1-5

When I searched for libvte.so.2, it did exist. So I am guessing vte wanted to replace that file which is needed by gnome-terminal. Is my assumption correct? Is there anyway to get around this problem?


All times are GMT -5. The time now is 10:11 PM.