Linux Virtualization and software packages
Results 1 to 5 of 5

Thread: Linux Virtualization and software packages

  1. #1
    Join Date
    Apr 2005
    Location
    Oklahoma
    Posts
    511

    Linux Virtualization and software packages

    I have two questions today.

    First, when I find a software package to install on a linux machine, will that same package work for every linux distribution? Is it OS specific? Is it shell specific?

    Second, I know there must be a virtualization solution that can be run in linux, I found a sample here: http://www.youtube.com/watch?v=1vfWw...elated&search=
    What is the virtualization emulator known as and where can I find something like it?

    Thank you

  2. #2
    Join Date
    Oct 2001
    Location
    Scottish exile in England
    Posts
    738
    If you install a package from source (the download will be of the form filename.tar.gz or filename.tar.bz2) then it should normally be transferable between distros. But such packages require a bit of command line knowledge in order to install, and you can often run into dependency problems.

    It is easier - and therefore more popular with the more user-friendly distros (for example, Ubuntu, Fedora Core, etc) - to use package installation tools which are built into the distro. But in order to benefit from this approach you have to use specific pakages related to the 'parent' distro. For instance, Ubuntu is based on Debian, and requires .deb packages (<filename>.deb), Fedora Core uses .rpm packages, and there are others. If you install, say, Opera as a .deb package in Ubuntu, you would not be able to use that exact same package if you switched to Fedora Core - you would need to get an Opera .rpm package. But there will also be an Opera source package that is distro-independent but which requires you to get your hands dirty to install.

    On virtualisation there are also a number of alternatives. It is not a tool that I have played with yet so I have no experience to pass on, only the names of some of the better-known virtualisation solutions. If you want full virtualisation of a complete operating system - running Win XP from inside Linux, or vice versa - then have a look at VMware player or Parallels Workstation . If you simply want to run Windows programs under Linux then try wine.

    HTH
    Today is the tomorrow that you worried about yesterday

  3. #3
    Join Date
    Dec 2003
    Posts
    25

    Xen

    mhl gave a great summary of package manager issues.

    For virtualization on Linux, we should also mention Xen at
    http://www.cl.cam.ac.uk/Research/SRG...xen/index.html

    Xen is supported now by Fedora, SUSE, Debian, and perhaps
    other desktop distros.

    Have fun!

    Dr. David

    ---

    Get Your "Treasure Chest" of Security Tools!
    http://wealthfunnel.com/securitybook
    Dr. David

    ---

    Get Your "Treasure Chest" of Security Tools!
    http://wealthfunnel.com/securitybook

  4. #4
    Join Date
    Oct 2001
    Location
    Scottish exile in England
    Posts
    738
    I thought about mentioning Xen, having just read a bit about it yesterday in this month's Linux Format. However, the words ".. Xen takes a little effort to get working .. " stuck in my mind
    Today is the tomorrow that you worried about yesterday

  5. #5
    Join Date
    Dec 2003
    Posts
    25
    Yep, most good things in life take a little (or more) effort ;-)
    Dr. David

    ---

    Get Your "Treasure Chest" of Security Tools!
    http://wealthfunnel.com/securitybook

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •