Use pacman -Qo /path/to/file to locate the package that file belongs
$ pacman -Qo /usr/share/TeXmacs/fonts/type1/adobe/helvetica-bx.pfb
/usr/share/TeXmacs/fonts/type1/adobe/helvetica-bx.pfb is owned by texmacs 1.99.4-2
Category Archives: Arch Linux
Archlinux hints: lxde appearance
My appearance:
– classic cursor
sudo tar zxvpf classic_cursors_archlinux.tgz -C /usr/share/icons
– fonts without aliasing
– breeze icons
yaourt -S breeze-icons
– widget: absolute-squared
yaourt -S gtk-theme-absolute
– window border theme: Fog-i
yaourt -S openbox-themes
Archlinux hints: yaourt
To install yaourt
git clone https://aur.archlinux.org/package-query.git
cd package-query
makepkg -si
cd ..
git clone https://aur.archlinux.org/yaourt.git
cd yaourt
makepkg -si
cd ..
or add te following to /etc/pacman.conf
[archlinuxfr]
SigLevel = Never
Server = http://repo.archlinux.fr/$arch
Use with
pacman -Su
pacman -S yaourt
FreeBSD: how to ignore automatic update for specified port
If you want automatic upgrade all of ports excluding one, then go to the /var/db/pkg/oneofinstalledport and cerate empty file +IGNOREME
# touch +IGNOREME
Other systems:
Arch Linux: use IgnorePkg in /etc/pacman.conf
Search: Skip package from being upgraded