Quote:
Originally Posted by TRS-80 vet Cross distribution?
So it works with different versions of the same OS?
Or with several different Linux OS's (multi-boot pc's)?
Still a newb here sort of; I just know some posts have good info...
This package manager is part of the boot loader/manager? Or does it have to be loaded into each OS install? |
Hi TRS-80 vet,
Cross-distribution is being able to install one software on different platforms where a platform is defined as a unique architecture (chip, OS) that is different for each different chip and OS. In this case, however, the different Linux OSes may have different kernel levels, and could be on multi-boot PCs or not.
Package managers are not part of the boot loader/manager process. Package management happens at what is called the user level and can be either system administration related or user account related depending on the application being installed - permissions may be required, or not.
The point with this new effort is to integrate the interfaces so that it takes out all of the unique interfaces of different OS package managers (Yum, Synaptic, Apt-get, etc) on different Linux platforms, and yields one interface for all. In other words, it hides the unique interfaces (probably actually uses them) but you don't have to deal with the differences between different OSes - at least once the tool is distributed and becomes a standard tool used in the Linux realm.
-- Tom