-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
--- | ||
title: 'Kamuriki Linux 3.9' | ||
date: 2025-01-12T21:36:25+09:00 | ||
banner: /img/discography/others/kamu-logo.png | ||
draft: false | ||
categories: | ||
- Linux | ||
tags: | ||
- KamurikiLinux | ||
- リリースノート | ||
comments: false | ||
showMeta: true | ||
showActions: false | ||
--- | ||
# 前書き | ||
どもども、麻浪迅です。アップストリームでの更新があったので、こっちも更新。それと有償版の販売も再開したので、買ってね。 | ||
|
||
# 利用規約 | ||
Kamuriki Linuxのご利用には、EULAへの同意が必要です。 | ||
|
||
[中村音楽工業 オープンソースソフトウェア エンドユーザーライセンス契約](https://nmimusic.github.io/eula.pdf) | ||
|
||
なお、Kamuriki Linuxの固有部分は三条項BSDライセンスの下で利用可能です。 | ||
``` | ||
BSD 3-clause License | ||
Copyright (c) 2021-2024, Nakamura Musical Industries. | ||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | ||
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. | ||
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. | ||
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. | ||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | ||
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
``` | ||
|
||
# ダウンロード | ||
- [Kamuriki Linux 3.9 Professional Edition](https://nmimusic.booth.pm/items/6478705) | ||
- [Kamuriki Linux 3.9 Standard Edition](https://sourceforge.net/projects/kamurikilinux/files/iso/cheetah/3.9/kamuriki-standard-3.9-amd64.iso) | ||
- [ソースコード](https://sourceforge.net/projects/kamurikilinux/files/iso/cheetah/3.9/kamuriki-standard-3.9-src.tar.gz) | ||
|
||
# 主な変更点 | ||
- カーネルを6.1.123に更新 | ||
|
||
## 主なパッケージバージョン | ||
- Linux RT 6.1.123 | ||
- GCC 12.2.0 | ||
- binutils 2.40 | ||
- glibc 2.36 | ||
- X.org Server 21.1.7 | ||
- LXQt 1.2.0 | ||
- Firefox 128.6.0 ESR | ||
- Thunderbird 128.6.0 ESR | ||
- LibreOffice 7.4.7 | ||
- VLC 3.0.21 | ||
- Wine 9.0 | ||
- Python 3.11.2 | ||
|
||
アップストリームでの更新情報は[こちら](https://www.debian.org/News/2025/20250111) | ||
|
||
# 更新の手順 | ||
環境を最新の状態にする。 | ||
```bash | ||
sudo apt update && sudo apt upgrade | ||
``` | ||
|
||
# Kamurikiについて | ||
Kamuriki Linuxは(一社同)中村音楽工業が改造したdpkg系Linux/GNU/Xディストリビューションです。利用にはNMI OSS EULAへの同意が必要です。Kamuriki固有の部分は三条項BSDライセンスで配布されます。ユーザーの皆様はこれに加え、各種ソフトウェアのライセンスにも従う必要があります。 | ||
|
||
# お問い合わせ | ||
knjbfm at gmail.comまでメールを下さい。日本語と英語で対応できます。 |