mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Jan. 29 2006,16:35 |
|
The result of "upgrading" a mydsl application by installing a newer version of the same program can have various results, depending on how the mydsl package was built.
Some mydsl apps were built with certain features disabled, perhaps for size, or perhaps because those features wouldn't work in DSL without some serious tweaking. These may be problematic when mixed with apt, but i couldn't say for sure.
Many mydsl apps were built from debian packages. These are probably less likely to have issues when you install a newer version through apt.
Some mydsl packages install into /opt, which will not be overwritten by an application installed into /usr by apt. You'll end up with 2 copies of the same program....simply remove the /opt/program_name directory to get rid of the mydsl version.
Basically, I can't say for sure whether or not you will have problems. As with any distro, mixing two types of packages in the same system carries with it the possibility of problems...you're most likely to see trouble if your installation changes vital system files, such as libc or kernel modules.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|