開發者開源了一款工具,可將Ubuntu 轉變為滾動更新版本
Ubuntu 開發者 Martin Wimpress 開源了一個可以將Ubuntu 轉換為滾動版本的工具Rolling Rhino,可以通過選擇並跟踪一系列更改/程序包,將Ubuntu 每日構建鏡像轉換為滾動發行版devel。
滾動更新對於想要一次安裝Ubuntu 並跟踪所有開發更新,同時自動跟踪後續系列的Ubuntu 開發者來說會比較省事,同時可以更快地體驗到新特性。
Rolling Rhino 用法
- 從每日鏡像安裝某一種Ubuntu Desktop:
- 引導新安裝,並用於
rolling-rhino
將其轉換為滾動版本。
git clone https://github.com/wimpysworld/rolling-rhino.gitcd rolling-rhino./rolling-rhino
它將輸出如下內容:
Rolling Rhino [+] INFO: lsb_release detected. [+] INFO: Ubuntu detected. [+] INFO: Ubuntu 20.04 LTS detected. [+] INFO: Detected ubuntu-desktop. [+] INFO: No PPAs detected, this is good . [+] INFO: All checks passed.Are you sure want to start tracking the devel series? [Y/N]
作者還介紹了接下來將改進的方向:
- 檢測系統正在運行Ubuntu 開發分支。
- 檢測桌面元軟件包。
- 檢測PPA。
- 檢測
sources.list
尚未跟踪devel
。 - 創建乾淨的
sources.list
跟踪devel
。 - 使用
yad
創建UI
更詳細的內容可以查看:https://github.com/wimpysworld/rolling-rhino