Solved gnome-terminal seems to have disappeared

After doing a pkg upgrade, gnome-terminal seems to have disappeared.

I tried to reinstall and got this:
Code:
# pkg install gnome-terminal
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: No packages available to install matching 'gnome-terminal' have been found in the repositories
#
Does anyone know what is happening?
 
Thank you for the suggestion, I tried that:
Code:
[ben@mikan] {17:53 44} ~ 501 $ su
Password:
# pkg update -f
Updating FreeBSD repository catalogue...
Fetching meta.conf: 100%    163 B   0.2kB/s    00:01
Fetching packagesite.txz: 100%    6 MiB   3.1MB/s    00:02
Processing entries: 100%
FreeBSD repository update completed. 30600 packages processed.
All repositories are up to date.
# pkg install gnome-terminal
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: No packages available to install matching 'gnome-terminal' have been found in the repositories
#
 
This is i386.
Code:
# uname -a
FreeBSD mikan 11.4-RELEASE-p3 FreeBSD 11.4-RELEASE-p3 #0: Tue Sep  1 07:47:00 UTC 2020     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
 
Since I need gnome-terminal for work, I upgraded the system to 12.2-RELEASE rather than wait for the binary release for 11.4.

gnome-terminal is now working correctly.
 
Back
Top