最終更新:2016-04-04 (月) 15:24:49 (2937d)  

Ubuntu 12.04/Linux 3.1
Top / Ubuntu 12.04 / Linux 3.1

debを落としてきて入れる

apt-get source

  • user@ubuntu:~$ uname -r
    3.1.10-030110-generic
    user@ubuntu:~$ apt-get source linux-image-$(uname -r)
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Picking 'linux' as source package instead of 'linux-image-3.1.10-030110-generic'
    NOTICE: 'linux' packaging is maintained in the 'Git' version control system at:
    http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-precise.git
    Need to get 103 MB of source archives.
    Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main linux 3.2.0-101.141 (dsc) [5,525 B]
    Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main linux 3.2.0-101.141 (tar) [98.6 MB]
    Get:3 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main linux 3.2.0-101.141 (diff) [4,807 kB]                                              
    Fetched 103 MB in 3min 24s (506 kB/s)                                                                                                              
    gpgv: Signature made Thu 10 Mar 2016 01:40:12 PM PST using RSA key ID 105BE7F7
    gpgv: Can't check signature: public key not found
    dpkg-source: warning: failed to verify signature on ./linux_3.2.0-101.141.dsc
    dpkg-source: info: extracting linux in linux-3.2.0
    dpkg-source: info: unpacking linux_3.2.0.orig.tar.gz
    dpkg-source: info: applying linux_3.2.0-101.141.diff.gz
    dpkg-source: info: upstream files that have been modified: 
    ...

関連