Can I mix yum and apt-get safely?
Posted
by leonbloy
on Server Fault
See other posts from Server Fault
or by leonbloy
Published on 2010-04-20T22:51:16Z
Indexed on
2010/04/20
22:53 UTC
Read the original article
Hit count: 217
I understand that yum and apt-get operate on top of rpm, so that the data about installed packages in a linux system is responsability of rpm; so that neither yum nor apt-get keep their own data about installed packages . Is this true ? It is safe to install some package using yum and install another (perhaps related) package using apt-get (or viceversa)?
© Server Fault or respective owner