pkg

  1. Marco Soijer

    pkg 2.3.1 problem with upgrade to specific version

    We test binary pkg upgrades locally before deploying them across the network by running pkg upgrade on a central machine. If a new package version does not seem to break production, we upgrade all other systems using the pkg upgrade pkg-name-version to ensure the tested version only is upgraded...
  2. B

    pkg latest and quarterly not available on ppc64le?

    https://pkg.freebsd.org/FreeBSD:14:powerpc64le/ 404 in latest and quarterly since a couple of days i can't get pakcages via pkg, i tested 14.1/2/3 and 15 beta no pkgs 64 bytes from 142.251.209.131: icmp_seq=838 ttl=117 time=29.293 ms 64 bytes from 142.251.209.131: icmp_seq=839 ttl=117...
  3. thierry@

    Solved Problem with poudriere and packages fetch

    Hello, I have updated a poudriere jail to 15-CURRENT, and when I try to run `poudriere testport -b latest' it fails with this error: [00:00:06] Package fetch: Looking for missing packages to fetch from pkg+http://pkg.freebsd.org/${ABI}/latest Updating FreeBSD repository catalogue... pkg-static...
  4. fel1x

    FreeBSD packages dashboard

    TL;DR: This website is in alpha stage and is not stable yet. FreeBSD package dashboard, Source code. A few days ago, CachyOS released its package dashboard (Phoronix article). Although FreeBSD has FreshPorts, I never liked its UI and speed. So I built a FreeBSD package dashboard that mimics...
  5. Espionage724

    Does FreeBSD have a plan like Linux Flatpak + FlatHub?

    I keep up with a couple Linux distros, and have the impression that Flatpak + FlatHub at the base is a goal vs traditional rpm/deb/etc packaging. Does FreeBSD have anything like that going on or planned?
  6. victort

    pkg-base, upgrading, and jails

    It seems that pkg-base will soon be the standard on FreeBSD systems, but there seems to be no documentation concerning jails. So I’ll ask a few questions. How does one create a jail using pkg-base? Do we still fetch the .txz files? How does you update and upgrade a jail? How do you convert a...
  7. Jim L.

    pkg: unable to update repository FreeBSD

    Is there maybe something I can delete under /var/db/pkg/ that might fix this? # cat /etc/pkg/FreeBSD.conf # # To disable a repository, instead of modifying or removing this file, # create a /usr/local/etc/pkg/repos/FreeBSD.conf file, e.g.: # # mkdir -p /usr/local/etc/pkg/repos # echo...
  8. gpw928

    More grief with pkg 2.1.4

    My hate/hate relationship with pkg continues. Any suggestions on how to reduce the package count below from 123 to about 3 would be appreciated: [strand.184] # freebsd-version -kru 13.5-RELEASE 13.5-RELEASE 13.5-RELEASE-p1 [strand.185] # pkg --version 2.1.4 [strand.186] # pkg delete...
  9. kupereal

    How to use ports and packages system together?

    Preamble. I installed utility sudo from ports system. Everything is fine! In my version of the OS the package manager (pkg) is already installed. I enter pkg info, and see sudo in the list of applications. It turns out that now I can perform any operations with this software through the package...
  10. D

    Slow Download Speeds in FreeBSD

    Hello FreeBSD Forum, This is my second attempt at installing FreeBSD, and I'm experiencing very slow download speeds for packages. Both attempts were conducted within a virtual machine (VM). Interestingly, when I tried GhostBSD (also in a VM), the download speeds were significantly better...
  11. E

    pkg upgrade sometimes reinstalls packages

    Sometimes when I run `pkg upgrade` I'll see X number of packages that will be upgraded, but Y number of packages that will be reinstalled. Why is that? Why does pkg sometimes reinstall (actually removes package and then installs new package) instead of upgrade? It's causing me problems because...
  12. mro

    pkg: 1.21.3 -> 2.1.0 packages to be REMOVED

    on 14.2 Quarterly I get a slightly scary $ doas pkg upgrade ... Installed packages to be REMOVED: filezilla: 3.68.1 gnuplot: 5.4.10_2 libgepub: 0.6.0_5 signal-desktop: 7.36.1 surf-browser: 2.1_4 thunar: 4.20.1 thunar-archive-plugin: 0.5.3 tor-browser: 14.0.7...
  13. R

    Solved pkg in jail not working

    Hi, I can't install a package in a jail with pkg, it blocks on the installation message. # jexec test # pkg install nano The package management tool is not yet installed on your system. Do you want to fetch and install it now? [y/N]: y Bootstrapping pkg from...
  14. rcbsdpge

    PubGrub solver for file systems, ports, and packages

    Has anyone thought about implementing pubgrub versioning solver for FreeBSD (BSD) base system(s)? I was going to save this for my stealth project but I gift it to the BSD community. PubGrub versioning solver is a key algorithm that makes uv (written in Rust) so fast. It is used for package...
  15. N

    Solved 'missing or size mismatch' when pkg tracking latest

    Version and Architecture: 14.1-RELEASE amd64 Note: For both pkg and ports, I am currently using a third-party mirror - one that's neither listed in the FreeBSD handbook, nor hosted under any FreeBSD domain. The specific mirror I am on is located at https://mirrors.ustc.edu.cn. This choice is...
  16. bileslav

    Solved pkg autoremove does not do its job

    Please, what am I missing here? root@theos ~# pkg set -A 1 vscode Mark vscode-1.95.3 as automatically installed? [y/N]: y root@theos ~# pkg autoremove Checking integrity... done (0 conflicting) Nothing to do. root@theos ~# pkg info --locked vscode vscode-1.95.3 no root@theos ~#...
  17. hern42

    how to install a software with specific options? via poudriere or ports (but using already pkg installed deps)

    ok so i'd like to use darktable as i liked it muchly when on linux.debian... the pkg crashes due to my images being in the .dmg format and thumbnails requiring ImageMagick or some other whatnots (which are installed on my system via pkg). as far as i got from the log it needs to be compile with...
  18. S

    Solved Need help with Aquantia ethernet device.

    I obtained an ASUS XG-C100F a machine I installed a while back. (v14.0) It had to be that particular one because it is the only one available that uses 4 PCI-E lanes. I updated pkg and installed the package: [FBSD14.0][root ~] > pkg info | grep Atl aquantia-atlantic-kmod-0.0.5_3 Aquantia AQtion...
  19. serjei_mikailov

    Best way to host my own PKG mirror?

    Which is the best way to host my own pkg mirror? I have a home server and thinking about host a mirror.
  20. A

    Package glusterfs not available on FreeBSD 13.4

    Unfortunately I cannot find the glusterfs package with the pkg command. # freebsd-version 13.4-RELEASE-p1 # pkg search -g gluster\* For example, I can install vim or something like that. So it is not an access problem. Am I the only one with this problem? Thank you
Back
Top