Where can I find the source code of Ubuntu?

Sam

I would like to know where to find the source code of Ubuntu. I'd like to see how far it is "open source".

dlin
  1. Linux Kernel Source Code:

    apt-get source linux-source-3.2.0
    

    Where can I find the source code for the Ubuntu Kernel?

  2. Ubuntu Source Code:

    Ubuntu archive

  3. Specific Software Source Code:

    sudo apt-get build-dep $package
    

    where package is the program/package's source code you want to adopt.

    Then type:

    apt-get source $package
    

    to get the source for that package.

    For instance:

    sudo apt-get build-dep abiword
    apt-get source abiword
    

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

Where can I find Android source code online?

From Dev

Where can I find the source code for Singular (AngularJS for GWT)?

From Dev

Where can I find the JDK 8/JavaFX 8 source code?

From Dev

Where can I find Glassfish 4 source code?

From Dev

Where Can I Find the Source Code of Spatial Relationships Functions?

From Dev

Where can I find the source code for DomainModelTemplate in the latest DevForce version

From Dev

Where can I find a minimalistic WDM driver template with source code in it?

From Dev

where can i find wso2 source code

From Dev

where can i find lollipop phone app source code?

From Dev

Where can I find the JavaFX 8 source code for skin classes?

From Dev

In Perl source code, where can I find the implementation of the sort routine?

From Dev

Where can I find the source code of Ubuntu?

From Dev

Where can I find the Ubuntu WebApps source code?

From Dev

Where can I find the source code for `uptime`?

From Dev

Where can I find the Ubuntu WebApps source code?

From Dev

Where can i find the source code for the -> dereference operator?

From Dev

Where can I find the source code for the apt package manager?

From Dev

Where can I find a minimalistic WDM driver template with source code in it?

From Dev

Where can I find the JSapar updated source code and active forum?

From Dev

Where can I find the historical source code of the Linux sources

From Dev

Where can I find the source code for the Ubuntu Kernel?

From Dev

Where can I find the source code for /bin/ip?

From Dev

Where can I find the source code for TempleOS?

From Dev

Where can i find the updated source code of design support library?

From Dev

Where can I find the source code for ubuntu software center

From Dev

In Perl source code, where can I find the implementation of the sort routine?

From Dev

Where can I find the source code of ftpd?

From Dev

Where can I find the source code of libgio?

From Dev

Where can i find the source code of CastButtonFactory

Related Related

  1. 1

    Where can I find Android source code online?

  2. 2

    Where can I find the source code for Singular (AngularJS for GWT)?

  3. 3

    Where can I find the JDK 8/JavaFX 8 source code?

  4. 4

    Where can I find Glassfish 4 source code?

  5. 5

    Where Can I Find the Source Code of Spatial Relationships Functions?

  6. 6

    Where can I find the source code for DomainModelTemplate in the latest DevForce version

  7. 7

    Where can I find a minimalistic WDM driver template with source code in it?

  8. 8

    where can i find wso2 source code

  9. 9

    where can i find lollipop phone app source code?

  10. 10

    Where can I find the JavaFX 8 source code for skin classes?

  11. 11

    In Perl source code, where can I find the implementation of the sort routine?

  12. 12

    Where can I find the source code of Ubuntu?

  13. 13

    Where can I find the Ubuntu WebApps source code?

  14. 14

    Where can I find the source code for `uptime`?

  15. 15

    Where can I find the Ubuntu WebApps source code?

  16. 16

    Where can i find the source code for the -> dereference operator?

  17. 17

    Where can I find the source code for the apt package manager?

  18. 18

    Where can I find a minimalistic WDM driver template with source code in it?

  19. 19

    Where can I find the JSapar updated source code and active forum?

  20. 20

    Where can I find the historical source code of the Linux sources

  21. 21

    Where can I find the source code for the Ubuntu Kernel?

  22. 22

    Where can I find the source code for /bin/ip?

  23. 23

    Where can I find the source code for TempleOS?

  24. 24

    Where can i find the updated source code of design support library?

  25. 25

    Where can I find the source code for ubuntu software center

  26. 26

    In Perl source code, where can I find the implementation of the sort routine?

  27. 27

    Where can I find the source code of ftpd?

  28. 28

    Where can I find the source code of libgio?

  29. 29

    Where can i find the source code of CastButtonFactory

HotTag

Archive