https://github.com/wt-l00/getkernel
A tool to search and download kernels for ubuntu
https://github.com/wt-l00/getkernel
linux-kernel ubuntu
Last synced: about 2 months ago
JSON representation
A tool to search and download kernels for ubuntu
- Host: GitHub
- URL: https://github.com/wt-l00/getkernel
- Owner: wt-l00
- License: apache-2.0
- Created: 2020-12-19T11:44:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T05:47:40.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T15:47:56.858Z (over 1 year ago)
- Topics: linux-kernel, ubuntu
- Language: Go
- Homepage:
- Size: 8.02 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# getkernel
## what
A tool to search and download kernels for ubuntu
## how to install
```
go install github.com/wt-l00/getkernel@latest
```
## list
```
getkernel list
```
## fetch
```
getkernel fetch vx.x.x #e.g. v5.8.7
```
### example
```
$ getkernel fetch v5.8.7
2020/12/20 11:39:22 downloading: https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.8.7/amd64/linux-headers-5.8.7-050807-generic_5.8.7-050807.202009051031_amd64.deb
2020/12/20 11:39:22 downloading: https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.8.7/amd64/linux-headers-5.8.7-050807_5.8.7-050807.202009051031_all.deb
2020/12/20 11:39:22 downloading: https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.8.7/amd64/linux-image-unsigned-5.8.7-050807-generic_5.8.7-050807.202009051031_amd64.deb
2020/12/20 11:39:22 downloading: https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.8.7/amd64/linux-modules-5.8.7-050807-generic_5.8.7-050807.202009051031_amd64.deb
2020/12/20 11:39:22 Wait for finishes to download
2020/12/20 11:42:12 Finish!!
```
## 参考にした実装
* https://github.com/gfx/get-kernel