pkg

  1. S

    Solved How do I install packages on old versions?

    I have an old machine (10.4-RELEASE) and I need to install Python 3.8 on it. This is my pkg.conf file: FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } This is what...
  2. Cath O'Deray

    pkg: HTTPS by default

    Users of 13.2-RELEASE⋯, stable/13, 14.0⋯, and 15.0-CURRENT can use HTTPS. Example /usr/local/etc/pkg/repos/FreeBSD.conf using HTTPS and latest, /etc/pkg/FreeBSD.conf using HTTPS: root@freebsd:~ # cat /usr/local/etc/pkg/repos/FreeBSD.conf FreeBSD: { url...
  3. Cath O'Deray

    Using package build records at pkg-status.freebsd.org

    https://people.freebsd.org/~grahamperrin/pkg-status/ This brief guide includes: screenshots an explanation of why the latest option – not to be confused with packages from the main branch of the ports tree (familiarly known as latest) – is not reliable a hint about the current requirement to...
  4. W

    Solved New pkg (1.20.8) missing nginx-full

    Hello all, After do an pkg update and pkg upgrade to version 1.20.8 my nginx-full got de-installed and not update. Then tried do pkg install nginx-full or pkg install www/nginx-full and seems this is not on the list. Error message: pkg install nginx-full Updating FreeBSD repository...
  5. A

    pkg want to install openssl port instead of using the base_openssl

    I removed the openssl port, and need to update many ports, is there a good way to update all the ports that require the openssl to use the base openssl? Also, pkg want to install the openssl port back when I do the pkg install, what can I do to tell pkg to use the base openssl?
  6. L

    Super slow download speed from the FreeBSD website and pkg

    I am currently not on FreeBSD I recently installed FreeBSD again I had this issue every time I have switched to FreeBSD in the past. I asked this question a couple of months ago but none of the answers worked. I decided to ask again maybe this time I can start using FreeBSD. The download speed...
  7. Voltaire

    error when running 'pkg update'

    pkg update Updating FreeBSD repository catalogue... Fetching packagesite.pkg: 100% 7 MiB 7.0MB/s 00:01 Processing entries: 0% Newer FreeBSD version for package zxing-cpp: To ignore this error set IGNORE_OSVERSION=yes - package: 1302001 - running kernel: 1301000 Ignore the mismatch...
  8. G

    Solved pkg: Install all dependencies EXCEPT the main package

    I'm trying to update the PHP version on my www/nextcloud instance. As I use the web updater from Nextcloud itself, I "just" want to update all php dependencies "around" my Nextcloud. Basically I want to have a list of all lang/php81 packages required by e.g. nextcloud-php81 - but NOT...
  9. V

    Does pkg backup still exist?

    Hi guys, I was reading https://docs.freebsd.org/en/books/handbook/ports/ and came across pkg backup -r /path/to/pkg.sql but my FreeBSD 13.2-RELEASE system with packages from Quarterly says that the command doesn't exist. I even tried pkg alias but didn't find it. Am I missing something or is the...
  10. O

    Preferred method of updating /usr/ports/UPDATING file for use with pkg updating

    Probably most users nowadays use packages and don't update their /usr/ports anymore. What is preferred method to update /usr/ports/UPDATING for use with the pkg updating command? I did not find any in manual pages and searching for "freebsd ports updating pkg updating" is quite useless :)
  11. Spity

    svnweb & fresh ports

    Hi! https://svnweb.freebsd.org/ and https://www.freshports.org/ ports are the same and are already installed/synchronized by default on fresh install if select ports? If not, how could I install and use them? I'm on 13.2
  12. F

    Pkg versus Ports (mixed approach) confusion

    Hi, I have a newbie question related to being careful not to mix the PKG binary approach with the (building from) Ports approach. The handbook warns against using a mix of these two approaches and the likely eventual collision of binaries, but I think I might be reading it too strictly. Does...
  13. lifepillar

    Intense I/O: found pkg and find running at night

    Last night at about 3am I noticed my server doing a lot of I/O. Top showed first pkg then find being run by root (not in a jail). After several minutes they stopped. Is there a periodic task that is supposed to run those processes? All my services run inside jails. Root has no crontab. Running...
  14. I

    Installing glad nuked my install

    So, something aggravating occurred with freebsd a couple days back, where i was attempting to get into graphics programming, i installed glad, and didn't pay attention, and it deleted my entire desktop and every graphical program, this occurred on 14-CURRENT. Would anyone know why? I'd want to...
  15. GavOnyx

    ffmpeg not listed by pkg search - armv6

    Hi. Im running Freebsd on a raspberry pi 1B and have a need for multimedia/ffmpeg (libav could work too but its depreciated I think). But when I search for it using pkg-search, it is not listed. Here's the output of uname -a. FreeBSD rpi-b 13.1-RELEASE FreeBSD 13.1-RELEASE...
  16. A

    multi-architecture package repos

    OS: FreeBSD 12.4, ABI amd64. what I am trying to do is to enable multi-architecture pkg repos, i.e. to have both amd64 and i386. what I did is I made a conf file under /usr/local/etc/pkg/repos/*.conf and set the url to FreeBSD:12:i386. tried to run pkg update, it fetched all required i386...
  17. BaronBS

    pkg autoremove gave me a sqlite error

    Here is the screenshot: Do you guys have any idea about whats is causing this behavior?
  18. fullauto2012

    Basic pkg question

    I am reinstalling my system with some new configurations and am to the point where I am dropping in some basic packages to handle what I want this small server to do. I plan on running: Bind: so I can run a split horizon dns and manage some things from behind the firewall without resolve issues...
  19. N

    pkg delete <xyz> caused dependency issues

    I was trying to downgrade node. I did pkg delete node and pkg install node-<ver> But not I cannot do anything. root@z48021:# ssh Shared object "libldns.so.3" not found, required by "ssh" root@z48021:# scp Shared object "libldns.so.3" not found, required by "scp" root@z48021:# vim Shared object...
  20. fullauto2012

    Solved pkg upgrade

    root@Bender:/usr/local/www/nextcloud/config # uname -a FreeBSD Bender 13.0-RELEASE FreeBSD 13.0-RELEASE #0 releng/13.0-n244733-ea31abc261f: Fri Apr 9 04:24:09 UTC 2021 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 I just updated my Nextcloud instance. the...
Back
Top