pkg

  1. BaronBS

    pkg autoremove gave me a sqlite error

    Here is the screenshot: Do you guys have any idea about whats is causing this behavior?
  2. 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...
  3. 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...
  4. 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...
  5. yaslam

    Solved How to exclude packages from pkg

    Most of my system has packages installed through ports-mgmt/pkg, with one package editors/emacs-devel manually compiled through the ports system because I need to use my own compilation options with it. With this, I run into problems with pkg and the port conflicting, when the port has an...
  6. yaslam

    Solved Offline installation of packages

    Hi everyone, I am a FreeBSD beginner and I have a system that is offline, this means I can't use any online package repo to install packages on said machine. This machine uses the i386 architecture and is on FreeBSD 12.0. Is there a way to download a repository of all the latest binary packages...
  7. Voltaire

    Solved 3 conflicting packages after integrity check

    I see the following problem when I want to update the FreeBSD 12.3 packages: Checking integrity... done (3 conflicting) - boehm-gc-threaded-8.2.2 conflicts with boehm-gc-8.0.6 on /usr/local/include/gc/gc_pthread_redirects.h - libxcvt-0.1.2_1 conflicts with xorg-server-1.20.14,1 on...
  8. B

    Is installing nvidia drivers with `pkg install nvidia-driver` officially best practice?

    Popular FreeBSD content creator RoboNubbie posted a video walkthrough for installing and configuring FreeBSD in which he details the way in which you should install nvidia drivers ( View: https://www.youtube.com/watch?v=XjPha2bWvxs ) He advises to use `pkg search nvidia`, and then pick out the...
  9. ohreally

    Solved How to uninstall a package without pkg?

    I have a chicken&egg problem... I tried to update Python according to the instructions in /usr/ports/UPDATING, using portmaster. To begin, portmaster uninstalled ports-mgmt/pkg. Then the installation of the new version of ports-mgmt/pkg failed, because it conflicts with security/base-audit. (If...
  10. jgod

    How do I get install packages into jails from custom Poudriere repo on host?

    I searched first, but can't find an example of this - I must be missing something. I can install packages using a custom repo on the host, using poudriere: $ doas pkg install dokuwiki Password: Updating FreeBSD repository catalogue... FreeBSD repository is up to date. Updating myrepo...
  11. Sergei_Shablovsky

    micro editor not installed by pkg

    Micro looks great. ;) For some unknown reason pkg install micro or pkg install editors/micro, even pkg install micro-2.0.10_2 not working, - exit with no Errors with: The most recent versions of packages are already installed BUT nothing really by pkg info micro or pkg info | grep editor...
  12. astyle

    Make pkg connect to my Poudriere repo

    Discussion: I set up a Poudriere repo on host A (192.168.1.149). It has all the packages needed to bootstrap pkg on another host with a barebones install. My issue seems to be with bootstrapping pkg on a bare-bones host B (192.168.1.120), a practice VM. On host B, I pointed pkg to the Poudriere...
  13. A

    Bacula on FreeBSD

    Hey, I'm just starting my adventure with freebsd. And the problem appeared right at the beginning, while running the first command pkg install bacula-server I get an error: FreeBSD repository is up to date. All repositories are up to date. pkg: No packages avaliable to install matching...
  14. First_Law_of_Unix

    Solved "pkg" is hella slow (not internet speed)

    Hello everyone, have been using FreeBSD for a long time. I just downloaded and installed FreeBSD 13.1 When I use "pkg install" to install basic applications, "pkg" takes like 2 mins to update repository catalogue and when installing an application which has like 5 dependencies, it will fetch...
  15. R

    Installing/removing packages in a boot environment, Can't find /boot/zfsloader

    I am experimenting with boot environments and observing some very weird behavior related to installing/removing packages via pkg -c /tmp/path/to/be <command>. Any time I attempt to install/remove packages in a non-current boot environment using this incantation and then immediately bectl...
  16. baaz

    pkg is fundamentally slow

    Hi I noticed that pkg was downloading stuff really slower than axel on the same computer or other windows and Linux machines and even my Android phone on the same network searching the forums I saw a lot of posts about pkg being slow and always users answer was that "the problem is the...
  17. Keltir

    Wine version updating and freezing

    Hey there! Suddenly I realized that 9 of of 10 games [except Dragons age origin :-( ] that I usually play work great on FreeBSD with wine-6. Now I want to leave this very version of wine forever! As far as I know, pkg lock wine should be enough here, right? And another question is more about...
  18. R

    Is there no graphical pkg for we desktop users to browse package conveniently?

    Using pkg to update and install/uninstall is good but when i want to compare any programs.. suites... it's not a good experience so i want get some suggestions thanks:D
  19. P

    installing neovim

    Hello all... I use to us freebsd for server builds around 20 years ago LOL, yeh I'm an old bugger :) These days I'm using fedora and macos and wanted to to give freebsd another whirl. Anyway using 14-current I figured neovim would be be in packages? pkg install neovim However it appears not...
  20. freezr

    Solved PKG update overwrote a Port

    Hi Folks, I performed a pkg update/upgrade and pkg downloaded and reinstalled the nvidia-driver binary against the version I installed from ports with this option: ACPI_PM : on How can I prevent that pkg overwrites software installed from the ports collection? Thanks, tgl
Back
Top