参照
http://ktakeda47.blogspot.jp/2014/06/ricty-323ubuntu-1404.html
Ubuntu14.04ではフォントの格納場所が~/.local/share/fontsになっていることに注意!
Install CentOS-7 - Minimal (First entry point in list)
yum groupinstall “X Window System”
yum install gnome-classic-session gnome-terminal nautilus-open-terminal control-center liberation-mono-fonts
unlink /etc/systemd/system/default.target
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
reboot
vi /etc/sysconfig/network-scripts/ifcfg-eth0 ONBOOT=”yes”
rpm -Uvh http://download.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
yum install the_silver_searcher
sudo yum -y install ibus-kkc vlgothic-*
activity->Region & Language
Input SourcesにJapaneseを追加
※input methodの切り替えはデフォルト[super+space]となっている。キーボードショートカットから変更できる
yum info
rpm -qi
sudo pacman -U /var/cache/pacman/pkg/lib32-mesa-19.3.4-3-x86_64.pkg.tar.zst
/etc/pacman.conf
IgnorePkg にスペース区切りで記入
サーバーがメンテナンス中の可能性が高い。少し待てば接続できるようになるかと。
rm *.pkg.tar.zst
makepkg -si
https://wiki.archlinux.jp/index.php/Pacman_%E6%AF%94%E8%BC%83%E8%A1%A8
yaourt -Qm
pkgfile makepkg
-Qo <file>
pacman -Fl <package>
実行前にpacman -Fy
が必要
pkgfile -l <package>
実行前に pkgfile -u
が必要
expac --timefmt=%s '%l\t%n' | sort -n
https://pkgs.alpinelinux.org/packages
sudo pacman -Fl lib32-glibc 警告: database file for ‘core’ does not exist 警告: database file for ‘extra’ does not exist 警告: database file for ‘community’ does not exist 警告: database file for ‘archlinuxfr’ does not exist error: package ‘lib32-glibc’ was not found
sudo pacman -Fy
でデータベースを取得する