Upgraded system from an (unused since a while) 12.2 to 12.3 - ran successfully, including userland upgrade via freebsd-update fetch/install .....
However when I try to look for chromium under programs, it doesn't show up - have a strong feeling it was present when I used the system last.
Also, when I try to look for chromium under pkg it doesn't show up!
Where did Chromium disppear? ? How do I get it back?
PS : conf settings are below
However when I try to look for chromium under programs, it doesn't show up - have a strong feeling it was present when I used the system last.
Also, when I try to look for chromium under pkg it doesn't show up!
Code:
sudo pkg install chromium
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: No packages available to install matching 'chromium' have been found in the repositories
[ ~]$ sudo pkg search chromium
chromium-bsu-0.9.16.1_2 Arcade-style, top-scrolling space shooter
Where did Chromium disppear? ? How do I get it back?
PS : conf settings are below
Code:
less /etc/pkg/FreeBSD.conf
# $FreeBSD: releng/12.3/usr.sbin/pkg/FreeBSD.conf.quarterly 346780 2019-04-27 04:00:50Z cperciva $
#
# To disable this repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
#
# mkdir -p /usr/local/etc/pkg/repos
# echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
#
FreeBSD: {
url: "pkg+[URL]http://pkg.FreeBSD.org/$[/URL]{ABI}/quarterly",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}