Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
62
rated 0 times [  62] [ 0]  / answers: 1 / hits: 124233  / 1 Year ago, fri, december 23, 2022, 1:33:37

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


More From » source-code

 Answers
7

  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



[#36616] Friday, December 23, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eryeath

Total Points: 122
Total Questions: 121
Total Answers: 112

Location: Saint Helena
Member since Fri, Aug 26, 2022
2 Years ago
;