[Mono-dev] proper way to upgrade mono installation?
Jonathan Resnick
jresnick at gmail.com
Mon Feb 6 18:45:28 EST 2006
I was able to install the rpms in mono-1.1.zip and gtk-sharp-1.0.zip
using the "rpm -Uvh *.rpm" method. However, when I tried to install
rpms in gtk-sharp-2.0.zip, I get the following errors:
Preparing... ########################################### [100%]
file /usr/share/gapi-2.0/art-api.xml from install of gtk-sharp2-gapi-2.8
.0-0.suse100.novell conflicts with file from package gtksourceview-sharp-2_0-0.1
0-9
file /usr/share/gapi-2.0/atk-api.xml from install of gtk-sharp2-gapi-2.8
.0-0.suse100.novell conflicts with file from package gtksourceview-sharp-2_0-0.1
0-9
file /usr/share/gapi-2.0/gdk-api.xml from install of gtk-sharp2-gapi-2.8
.0-0.suse100.novell conflicts with file from package gtksourceview-sharp-2_0-0.1
0-9
.... (and many more errors of the same format)
Can anyone tell me what this means?
Thanks,
Jonathan
On 2/2/06, Miguel de Icaza <miguel at ximian.com> wrote:
> Hello,
>
> > I've been working with Mono on Windows for a while, and now I'm
> > transitioning to Linux. I'm fairly new to Linux though. I recently
> > installed Suse 10, which seems to have Mono pre-installed by default.
> > However, it is not the latest version of Mono. What is the easiest
> > way to upgrade a Mono installation? I tried using the Linux installer
> > for x86 from http://www.mono-project.com/Downloads, but it is not
> > clear to me whether this is going to update my existing installation
> > or create a completely new installation. How can I make sure that it
> > updates?
>
> The installer is for people who want to try Mono quickly.
>
> If you have SUSE, pick the RPM packages for your specific distribution
> from the Downloads page, they come in a zip file with lots of rpms on
> it.
>
> Then upgrade your Mono installation like this:
>
> rpm -Uvh *.rpm
>
> (In the directory where you unziped the downloaded file).
>
>
More information about the Mono-devel-list
mailing list