admin管理员组

文章数量:1794759

下载Ubuntu源码

下载Ubuntu源码

一、用命令:

  • Linux Kernel Source Code:

    apt-get source linux-source-3.2.0

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

  • Ubuntu Source Code:

    Ubuntu archive

  • 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
  • 二、官网下载:

        cdimage.ubuntu/releases/18.04/release/source/

    本文标签: 源码ubuntu