並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 15 件 / 15件

新着順 人気順

Guixの検索結果1 - 15 件 / 15件

  • GNU Guix 1.0.0 released — 2019 — Blog — GNU Guix

    Ludovic Courtès — May 2, 2019 We are excited to announce the release of GNU Guix version 1.0.0! The release comes with ISO-9660 installation images, a virtual machine image, and with tarballs to install the package manager on top of your GNU/Linux distro, either from source or from binaries. Guix users can update by running guix pull. One-point-oh always means a lot for free software releases. For

    • GNU Guix transactional package manager and distribution — GNU Guix

      SummaryLiberating. Guix is a distribution of the GNU operating system developed by the GNU Project—which respects the freedom of computer users. Dependable. Guix supports transactional upgrades and roll-backs, unprivileged package management, and more. When used as a standalone distribution, Guix supports declarative system configuration for transparent and reproducible operating systems.Hackable.

      • Joint statement on the GNU Project — 2019 — Blog — GNU Guix

        A collective of GNU maintainers — October 7, 2019 We, the undersigned GNU maintainers and developers, owe a debt of gratitude to Richard Stallman for his decades of important work in the free software movement. Stallman tirelessly emphasized the importance of computer user freedom and laid the foundation for his vision to become a reality by starting the development of the GNU operating system. Fo

        • パッケージマネージャ「GNU Guix」およびGuix採用ディストリビューション「GuixSD 0.14」リリース | OSDN Magazine

          GNU GuixはGNUシステム向けのパッケージ管理ツール。標準的なパッケージマネージャの機能に加え、トランザクション型のアップグレードとロールバック、特権のないパッケージ管理、ユーザー単位のプロファイル、ガベージコレクション、ビルドの再現などの機能も備える。Guile Scheme API、ドメイン固有言語を利用してパッケージの定義やシステム全体の設定ができるハッキング性も特徴とする。また、GuixSD(System Distribution)は、Guixにシステムツール、フォントなどを加えたLinuxディストリビューションとなる。 GNU Guix/GuixSD 0.14は5月に公開されたバージョン0.13に続く最新版。この間88人の開発者がコードとパッケージで貢献したという。 本バージョンではユーザーインターフェイスの強化が行われた。たとえばguix packageではダウンロードの

            パッケージマネージャ「GNU Guix」およびGuix採用ディストリビューション「GuixSD 0.14」リリース | OSDN Magazine
          • GNU Guix transactional package manager and distribution — GNU Guix

            SummaryLiberating. Guix is a distribution of the GNU operating system developed by the GNU Project—which respects the freedom of computer users. Dependable. Guix supports transactional upgrades and roll-backs, unprivileged package management, and more. When used as a standalone distribution, Guix supports declarative system configuration for transparent and reproducible operating systems.Hackable.

            • GNU Guix transactional package manager and distribution — GNU Guix

              SummaryLiberating. Guix is a distribution of the GNU operating system developed by the GNU Project—which respects the freedom of computer users. Dependable. Guix supports transactional upgrades and roll-backs, unprivileged package management, and more. When used as a standalone distribution, Guix supports declarative system configuration for transparent and reproducible operating systems.Hackable.

              • Introducing GNU Guix

                I am pleased to announce GNU Guix, an on-going project to build a functional package manager and associated free software distribution of the GNU system. https://savannah.gnu.org/projects/guix/ In addition to standard package management features, Guix supports transactional upgrades and roll-backs, unprivileged package management, per-user profiles, and garbage collection (more details in the manu

                • GNUプロジェクトが開発するパッケージマネージャ「GNU Guix 1.1」リリース | OSDN Magazine

                  GNU Projectが開発するパッケージマネージャ「GNU Guix」開発チームは4月15日、最新版となる「GNU Guix 1.1.0」を公開した。 GNU Guixは、ディストリビューションに依存しないパッケージ機構「Nix」を土台とするパッケージマネージャおよびシステムディストリビューション。パッケージのアップグレードとロールバックの両方をサポートし、特権なしでのパッケージ管理といった機能も備える。Scheme処理系であるGNU Guile向けのAPIも提供され、これを使ったパッケージの定義やシステムの設定にも対応する。 GNU Guix 1.1.0は、2019年5月に登場した「GNU Guix 1.0」に続く最新版。この期間、200人以上の人が開発に貢献したという。合計のコミット数は1万4000件以上と報告している。 新たに、複数のマシンを一度にデプロイできる「guix depo

                    GNUプロジェクトが開発するパッケージマネージャ「GNU Guix 1.1」リリース | OSDN Magazine
                  • A packaging tutorial for Guix — 2018 — Blog — GuixSD

                    Pierre Neidhardt — October 10, 2018 IntroductionGNU Guix stands out as the hackable package manager, mostly because it uses GNU Guile, a powerful high-level programming language, one of the Scheme dialects from the Lisp family. Package definitions are also written in Scheme, which empowers Guix in some very unique ways, unlike most other package managers that use shell scripts or simple languages.

                    • The Full-Source Bootstrap: Building from source all the way down — 2023 — Blog — GNU Guix

                      The Full-Source Bootstrap: Building from source all the way down Janneke Nieuwenhuizen, Ludovic Courtès — 26. April 2023 We are delighted and somewhat relieved to announce that the third reduction of the Guix bootstrap binaries has now been merged in the main branch of Guix! If you run guix pull today, you get a package graph of more than 22,000 nodes rooted in a 357-byte program—something that ha

                      • Bootstrapping Rust — 2018 — Blog — GNU Guix

                        Danny Milosavljevic — December 11, 2018 Slowly, systems programming languages are getting better in the sense of giving more guarantees and automating what can be automated without downsides. Rust is one of the more promising system programming languages. Its central advantage is that it enforces memory safety and thread safety at compile time, without incurring any runtime overhead. The part that

                        • Tarballs, the ultimate container image format — 2018 — Blog — GNU Guix

                          Ludovic Courtès — May 16, 2018 A year ago we introduced guix pack, a tool that allows you to create “application bundles” from a set of Guix package definitions. On your Guix machine, you run: guix pack -S /opt/gnu/bin=bin guile gnutls guile-jsonand you get a tarball containing your favorite programming language implementation and a couple of libraries, where /opt/gnu/bin is a symlink to the bin d

                          • GNU GuixでQuicklispから卒業したい - Qiita

                            処理系固有のツールを避けたい&Guixインストールからの続きです。 これまでのあらすじ 先日GNU Guixと言うNix派生の次世代パッケージ管理システム(と言ってもNixはそれなりに古いですが)を導入しました。GNU Guileのコードでパッケージの定義を行うのでNixと比較し個人的にはわかりやすい感じがします。ということでQuicklispが担う役割をプライベートチャネルを作って、自分が使うパッケージのみをひとまず管理する感じで代替しつつ、ECL処理系を複数バージョン同時に導入し、切り替えも簡単にできるように、突き進んでみます。 Guixの特徴を簡単にまとめてみます。 個別のユーザー単位で導入パッケージの管理ができる パッケージ操作の履歴が保持され、ロールバックが可能 同一パッケージの別バージョンを両方入れておくことができる。LibraryAバージョン1とLibraryAバージョン1.

                              GNU GuixでQuicklispから卒業したい - Qiita
                            • How I Built My New Linux Gaming Desktop In 2021 With Amd Cpugpu And Gnu Guix

                              After my unexpected luck in getting a new GPU (the AMD 6700XT), it was finally time to build a new computer. While my previous desktop was still ticking, at 6 and a half years old (an Intel i5-4690K, Nvidia GTX 970; see details in our gaming rigs article) it was certainly not up to 4K gaming and VR. The GPU was by far the hardest thing to get, but by this summer most everything else was available

                                How I Built My New Linux Gaming Desktop In 2021 With Amd Cpugpu And Gnu Guix
                              • Guix: A most advanced operating system

                                Operating systems (OSes) represent a very large topic and for decades they have been dominated by a single approach: Unix. Indeed, most of modern systems including the majority of GNU/Linux distributions, the *BSDs, and macOS follow the Unix design. (Windows does not, but it does not have many interesting features for the matter at hand.) In 2000, Rob Pike gave a talk on why Systems Software Resea

                                1