Announcement

Collapse
No announcement yet.

Dapper source code

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Dapper source code

    All,

    Can someone please point me to where the Dapper source code is kept on my system? The install of my system was all default settings, so I guess that the Dapper source files are where they go by default too.

    p
    "We simply must accept the fact that Captain Kirk is no longer alive!"

    #2
    Re: Dapper source code

    Hi,

    What kind of source file do you need ? I don't really get what you mean...

    Comment


      #3
      Re: Dapper source code

      By default, they don't go anywhere, since they're not needed. What do you need them for?
      I am running Ubuntu 8.10 (yes Gnome) with upgrades applied daily about 0900 UK time. Hardware is Dell Precision 420, 2x 800 MHz PIII, 512 MB RDRAM, nVidia GeForce 6800 128 MB AGP graphics, 18GB SCSI and 500GB IDE HDDs, DVD burner, Hauppage TV card.

      Comment


        #4
        Re: Dapper source code

        I wanted to try recompiling my kernel, and thought I needed the source files for that.

        p
        "We simply must accept the fact that Captain Kirk is no longer alive!"

        Comment


          #5
          Re: Dapper source code

          Originally posted by Patanjali
          I wanted to try recompiling my kernel
          Code:
          sudo apt-get build-essential
          sudo apt-get linux-headers-$(uname -r)

          Comment


            #6
            Re: Dapper source code

            Thanks Unicorn* I tried that and got:

            jack@phoenix:~$ sudo apt-get linux-headers-$(jack -r)
            bash: jack: command not found
            Password:
            Sorry, try again.
            Password:
            E: Invalid operation linux-headers-
            jack@phoenix:~$ sudo apt-get linux-headers-$jack -r
            E: Command line option ‘r’ [from -r] is not known.
            jack@phoenix:~$


            I already have build-essential.

            p
            "We simply must accept the fact that Captain Kirk is no longer alive!"

            Comment


              #7
              Re: Dapper source code

              Originally posted by Patanjali
              jack@phoenix:~$ sudo apt-get linux-headers-$(jack -r)
              man uname ... :P

              Comment


                #8
                Re: Dapper source code

                Unicorn*

                I did that and got:

                jack@phoenix:~$ sudo apt-get linux-headers-$(uname -r)
                Password:
                E: Invalid operation linux-headers-2.6.15-28-386
                jack@phoenix:~$


                p
                "We simply must accept the fact that Captain Kirk is no longer alive!"

                Comment


                  #9
                  Re: Dapper source code

                  Originally posted by Patanjali
                  E: Invalid operation
                  Strange, may be the shell ... anyway:

                  Code:
                  sudo apt-get linux-headers-2.6.15-28-386

                  Comment


                    #10
                    Re: Dapper source code

                    lol try this:
                    sudo apt-get install build-essential linux-headers-$(uname -r)
                    Its an easy mistake to make, I sure can attest to that

                    Comment


                      #11
                      Re: Dapper source code

                      Originally posted by claydoh
                      Its an easy mistake to make, I sure can attest to that
                      Ooops after all, I'm only human (more or less ...).

                      Comment


                        #12
                        Re: Dapper source code

                        Thanks for your help people. All fine now (just need to source an idiots guide to recompiling the kernel).

                        Thanks again

                        P
                        "We simply must accept the fact that Captain Kirk is no longer alive!"

                        Comment


                          #13
                          Re: Dapper source code

                          Why do you even need/want to compile your own kernel?
                          I am running Ubuntu 8.10 (yes Gnome) with upgrades applied daily about 0900 UK time. Hardware is Dell Precision 420, 2x 800 MHz PIII, 512 MB RDRAM, nVidia GeForce 6800 128 MB AGP graphics, 18GB SCSI and 500GB IDE HDDs, DVD burner, Hauppage TV card.

                          Comment


                            #14
                            Re: Dapper source code

                            I want to recompile the kernel for a couple of reasons. Firstly so that I can cut down the number of extraneous packages in my system, and secondly to improve mt understanding of the linux kernel in general. Basically I just like tinkering around under the hood!

                            P
                            "We simply must accept the fact that Captain Kirk is no longer alive!"

                            Comment

                            Working...
                            X