Hello.
When I try to install packages, I don't see some of them. What do I wrong?
Where is thunderbird, firefox, more...
lsof here is..
When I try to install packages, I don't see some of them. What do I wrong?
Code:
root@temp:/ # uname -a
FreeBSD temp 14.0-RELEASE FreeBSD 14.0-RELEASE #0 releng/14.0-n265380-f9716eee8ab4: Fri Nov 10 05:57:23 UTC 2023
root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
root@temp:/ #
Where is thunderbird, firefox, more...
Code:
root@temp:/ # pkg install thunderbird
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: No packages available to install matching 'thunderbird' have been found in the repositories
root@temp:/ # pkg install firefox
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg: No packages available to install matching 'firefox' have been found in the repositories
root@temp:/ #
Code:
root@temp:/ # pkg install lsof
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 1 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
lsof: 4.99.3_2,8
Number of packages to be installed: 1
117 KiB to be downloaded.
Proceed with this action? [y/N]: y
[1/1] Fetching lsof-4.99.3_2,8.pkg: 100% 117 KiB 119.7kB/s 00:01
Checking integrity... done (0 conflicting)
[1/1] Installing lsof-4.99.3_2,8...
[1/1] Extracting lsof-4.99.3_2,8: 100%
=====
Message from lsof-4.99.3_2,8:
--
NOTE: Due to the way the FreeBSD build clusters make packages,
you may see a warning similar to the following:
lsof: WARNING: compiled for FreeBSD release 11.1-RELEASE-p6; this is 11.1-RELEASE-p4.
This is because the poudriere jails that build the packages don't have the
corresponding kernel installed, so they don't know that the kernel version is different.
This warning can be ignored if you are using a system that is updated via freebsd-update
and are using pre-built packages.
root@temp:/ #
