Depends のみ。Recommends、Suggests 等は參照できない(2021年7月10日現在)
pureos-9.0-gnome-live_20200806-amd64.hybrid.iso)
apt autoremoveで削除される
amberスイートパッケージ
# パッケージ情報をアップデート、パッケージをアップグレード
sudo apt update && sudo apt upgrade
# OS を再起動
sudo shutdown -r now
# 不要なパッケージを削除
sudo apt purge baobab cheese cheese-common chromium deja-dup ed eog evince file-roller firefox-esr gedit gnome-bluetooth gnome-boxes gnome-calculator gnome-calendar gnome-clocks gnome-contacts gnome-control-center gnome-font-viewer gnome-logs gnome-maps gnome-orca gnome-photos gnome-power-manager gnome-screenshot gnome-software gnome-system-monitor gnome-todo gnome-tweaks gucharmap ibus ibus-gtk3 libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw libreoffice-impress libreoffice-math libreoffice-writer nautilus polari pureos-webext rhythmbox seahorse simple-scan thunderbird totem vim-common vim-tiny yelp lvm2+
baobab in amber - PureOS Software
chromium in amber-security - PureOS Software
deja-dup in amber - PureOS Software
ed in amber - PureOS Software
eog in amber - PureOS Software
evince in amber-security - PureOS Software
file-roller in amber - PureOS Software
firefox-esr in amber-security - PureOS Software
gedit in amber - PureOS Software
gnome-bluetooth in amber - PureOS Software
gnome-boxes in amber - PureOS Software
gnome-calculator in amber - PureOS Software
gnome-calendar in amber - PureOS Software
gnome-clocks in amber - PureOS Software
gnome-contacts in amber - PureOS Software
gnome-control-center in amber - PureOS Software
gnome-font-viewer in amber - PureOS Software
gnome-logs in amber - PureOS Software
gnome-maps in amber - PureOS Software
gnome-orca in amber - PureOS Software
gnome-photos in amber - PureOS Software
gnome-power-manager in amber - PureOS Software
gnome-screenshot in amber - PureOS Software
gnome-software in amber - PureOS Software
gnome-system-monitor in amber - PureOS Software
gnome-todo in amber - PureOS Software
gnome-tweaks in amber - PureOS Software
gucharmap in amber - PureOS Software
libreoffice-calc in amber-security - PureOS Software
libreoffice-draw in amber-security - PureOS Software
libreoffice-impress in amber-security - PureOS Software
libreoffice-math in amber-security - PureOS Software
libreoffice-writer in amber-security - PureOS Software
nautilus in amber - PureOS Software
polari in amber - PureOS Software
pureos-webext in amber-updates - PureOS Software
rhythmbox in amber - PureOS Software
seahorse in amber - PureOS Software
simple-scan in amber - PureOS Software
thunderbird in amber-security - PureOS Software
totem in amber - PureOS Software
yelp in amber - PureOS Software
# 不要になつた自動インストール濟パッケージを削除
sudo apt autoremove
# OS を再起動
sudo shutdown -r now
# LightDM, i3 をインストール
sudo apt install i3-wm lightdm slick-greeter
# OS を再起動
sudo shutdown -r now
# GDM, GNOME デスクトップ環境 を削除
sudo apt purge gdm3 gnome-session-canberra gnome-settings-daemon-common gnome-shell libgnome-bluetooth13 pureos-gnome-settings pureos-theme-gnome && sudo apt autoremove
gdm3 in amber - PureOS Software
gnome-session-canberra in amber - PureOS Software
gnome-settings-daemon-common in amber - PureOS Software
gnome-shell in amber - PureOS Software
libgnome-bluetooth13 in amber - PureOS Software
pureos-gnome-settings in amber-updates - PureOS Software
pureos-theme-gnome in amber - PureOS Software
# OS を再起動
sudo shutdown -r now
# 各種パッケージをインストール
sudo apt install adwaita-qt bleachbit breeze-gtk-theme clamtk cryfs dunst fcitx fcitx-mozc filezilla focuswriter fonts-hack fonts-noto-core gufw highlight kakoune keepassxc libdbus-glib-1-2 mediainfo moc numlockx pavucontrol physlock qt5ct ranger redshift rxvt-unicode suckless-tools w3m-img xautolock xclip xdotool
chmod +x KeePassXC-2.6.4-x86_64.AppImage
# ファイアウォール を設定
sudo gufw
# 入力メソッド を設定
im-config
# LightDM を設定
# sudo nano /etc/lightdm/lightdm.conf
sudo sed -i_`date +%Y-%m-%d` -e '/^\[Seat:\*\]$/a # NumLock を有効化\ngreeter-setup-script=/usr/bin/numlockx on' /etc/lightdm/lightdm.conf
[Seat:*]
# NumLock を有効化
greeter-setup-script=/usr/bin/numlockx on
# PulseAudio を設定
# sudo nano /etc/pulse/daemon.conf
# sudo sed -i_`date +%Y-%m-%d` -e '$a \\n# フラットボリュームを無効\nflat-volumes = no' /etc/pulse/daemon.conf
mkdir ~/.config/pulse && cp /etc/pulse/daemon.conf ~/.config/pulse
pa="
# フラットボリュームを無効
flat-volumes = no"
echo "$pa" >> ~/.config/pulse/daemon.conf && unset pa
# フラットボリュームを無効
flat-volumes = no
# .bashrc を設定
# nano ~/.bashrc
cat ~/doc/00/bashrc.txt >> ~/.bashrc
# 単語の羅列をソート
alias wsrt='xclip -selection c -o | sed -e "s/ /\n/g" | sort | sed -ze "s/\n/ /g; s/ $//g" | xclip -selection c'
# 履歴管理:スペース文字で始まる行を保存しない
export HISTCONTROL=ignorespace
# $EDITOR の設定
export EDITOR=kak
# .profile を設定
# nano ~/.profile
cat ~/doc/00/profile.txt >> ~/.profile
# qt5ct の設定
export QT_QPA_PLATFORMTHEME=qt5ct
# OS を再起動
sudo shutdown -r now
# 不要なパッケージを削除
sudo apt purge dmz-cursor-theme fonts-cantarell fonts-dejavu fonts-dejavu-extra fonts-droid-fallback fonts-hack-ttf fonts-lato fonts-liberation fonts-linuxlibertine fonts-noto-color-emoji fonts-noto-hinted fonts-noto-mono fonts-noto-ui-core fonts-vlgothic gnome-accessibility-themes gnome-themes-extra gnome-themes-extra-data gnome-themes-standard papirus-icon-theme tilix xcursor-themes && sudo apt autoremove
dmz-cursor-theme in amber - PureOS Software
fonts-cantarell in amber - PureOS Software
fonts-dejavu in amber - PureOS Software
fonts-dejavu-extra in amber - PureOS Software
fonts-droid-fallback in amber - PureOS Software
fonts-hack-ttf in amber - PureOS Software
fonts-lato in amber - PureOS Software
fonts-liberation in amber - PureOS Software
fonts-linuxlibertine in amber - PureOS Software
fonts-noto-color-emoji in amber - PureOS Software
fonts-noto-hinted in amber - PureOS Software
fonts-noto-mono in amber - PureOS Software
fonts-noto-ui-core in amber - PureOS Software
fonts-vlgothic in amber - PureOS Software
gnome-accessibility-themes in amber - PureOS Software
gnome-themes-extra in amber - PureOS Software
gnome-themes-extra-data in amber - PureOS Software
gnome-themes-standard in amber - PureOS Software
papirus-icon-theme in amber - PureOS Software
tilix in amber - PureOS Software
xcursor-themes in amber - PureOS Software
/config/gnulinux から /config/pureos に內容を移行
i3 → i3-wm
dunst
physlock
suckless-tools
xautolock
Document から doc へ變更
Lightdmから
LightDMへ改訂
xcursor-themes
/tool-gnulinux から /config/gnulinux に內容を移行
amber-security, amber-updates リリースがあるパッケージのリンクを改訂
chromium
fonts-liberation
gnome-clocks
gnome-font-viewer
lvm2
lightdm
fonts-quicksand
lightdm-gtk-greeter の推奬、desktop-base の依存から追加される)