特定のバージョンのClearLinuxバンドルをインストールするにはどうすればよいですか?

特定のバージョンのClearLinuxバンドルをインストールするにはどうすればよいですか?

私が理解しているように、Clear Linuxの主なポイントの1つは、特定のバージョンのオペレーティングシステムを簡単に再現できるようにしたいということです。

これが正しい場合は、特定のバージョンのバンドルをどのようにインストールしますか?

たとえば、次のようにバンドルをインストールすると、ruby-basicバンドルIDが取得されますが、swupdそれをパラメータとして渡すことはできません。

# swupd bundle-add ruby-basic
swupd-client bundle adder 3.10.0
   Copyright (C) 2012-2016 Intel Corporation

Attempting to download version string to memory
Downloading packs...
Extracting ruby-basic pack for version 16880
Installing bundle(s) files...
Calling post-update helper scripts.
Failed to connect to bus: No such file or directory
Failed to connect to bus: No such file or directory
Bundle(s) installation done.
# swupd 
Usage:
    swupd [OPTION...]
 or swupd [OPTION...] SUBCOMMAND [OPTION...]

Help Options:
   -h, --help              Show help options
   -v, --version           Output version information and exit

Subcommands:
   autoupdate              Enable/disable automatic system updates
   bundle-add              Install a new bundle          
   bundle-remove           Uninstall a bundle            
   bundle-list             List installed bundles        
   hashdump                Dumps the HMAC hash of a file 
   update                  Update to latest OS version   
   verify                  Verify content for OS version 
   check-update            Checks if a new OS version is available
   search                  Search Clear Linux for a binary or library

To view subcommand options, run `swupd SUBCOMMAND --help'

ところで。この投稿にはタグが必要ですが、clearlinux評判はありません...

ベストアンサー1

16880を参照する場合、その数字はオペレーティングシステムの完全なバージョンを表します。

ちなみに、Clear 18080の現在のバージョンにはRuby 2.4.0が含まれています。

おすすめ記事