Results 1 to 5 of 5

Thread: kernel modules

  1. #1
    Join Date
    Sep 2007
    Beans
    2

    downloaded packages

    Hi there,

    How can one make downloaded softwares said to be able to run on a linux platform to be instaledl and run on ubuntu? as in not necessarily from ubuntu....I mean something like "it can run on a linux environment." basically lyk those with a ".gz" extension


    byeeee,

    Mwema
    Last edited by muithi; September 12th, 2007 at 11:06 AM.

  2. #2
    Join Date
    Jul 2007
    Location
    Wattisham, UK
    Beans
    2,473
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: downloaded packages

    Here.
    (12:25:08 PM) sabdfl: if Linux is just another way to run Windows apps, we can't win
    (12:25:13 PM) sabdfl: OS/2 tried that


    Blog | Dropbox

  3. #3
    Join Date
    Feb 2006
    Beans
    25

    Exclamation Re: kernel modules

    Well, I may ask you to be more specific with the question. Before you build a kernel module, you have to know basically what its supposed to do,e.g. for sound purposes. Second, you have to make sure that the hardware is of the right standard, which always happens in most cases.
    If you ask the question more precisely, I think I will be able to help.

    NB- If you are a novice, I ask you to refrain from anything to do with the kernel unless you are absolutely sure of what you are doing. It's analogous to heart surgery

  4. #4
    Join Date
    Nov 2006
    Location
    Nairobi, Kenya
    Beans
    Hidden!
    Distro
    Ubuntu 6.10 Edgy

    Re: downloaded packages

    Quote Originally Posted by muithi View Post
    Hi there,

    How can one make downloaded softwares said to be able to run on a linux platform to be instaledl and run on ubuntu? as in not necessarily from ubuntu....I mean something like "it can run on a linux environment." basically lyk those with a ".gz" extension


    byeeee,

    Mwema
    Hi Mwema,

    Its usually a better idea to install ubuntu packages from the repos since that way if a newer version of the package is released upgrading is very simple using apt-get.

    Sometimes a package for a particular software may not be available or its package is not new enough o one has to compile from source. The .gz files you are talking about are the source code of the software. Instructions for compiling them can be found here http://www.faqs.org/docs/Linux-HOWTO...ing-HOWTO.html.

    I STRONGLY recommend that you dont compile your own kernel unless you know what you are doing.

  5. #5
    Join Date
    Feb 2006
    Beans
    25

    Re: kernel modules

    Actually, what you meant was software packages/applications from the internet. They come in 3 forms; rpm, apt and source. For Ubuntu it will only be apt or source. The .gz extension you're talking about is source package that has been compressed (and in most cases archived.)
    To uncompress it (and also unarchive it), you run the following command;
    tar xfvz software.xx.x.xx.tar.gz

    I think you will have to check the link you were given above.

Bookmarks

Posting Permissions

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