Posts

Showing posts with the label pkg search

Adding Multiple Repositories to GhostBSD-Arm64 install to Raspberry Pi 4

Adding Multiple Repositories to GhostBSD-Arm64 install to Raspberry Pi 4 For Raspberry Pi 4B, 3B, 400 I have GhostBSD-Arm64 running from this image in this directory http://76.14.239.229/packages/   http://ghostbsdarm64.hopto.org/packages/Ghost14_selfbuilt_raspi4b_Dec12_3.img.xz December 12, 2023  image to 'dd' write into a USB flash drive and insert into a blue USB 3.0 connector on the Raspberry Pi 4B, 3B, 400 I installed multiple repositories, so I did NOT have to Poudriere Build 30,000 pkgs.  Just build the pkgs for installing XFCE Desktop Environment.  I want pkgs Abiword, Dia, xfce-screenshooter also to use for my minimal desktop.  I had issues with compiling Firefox browser, So I thought I might use the Firefox-ESR that FreeBSD built.  PersonalBSD  has several packages built in the last few days of November, December 2023.  Ok, Yes, multiple repositories might create some problems.  We can deal with that issue when it arises.  I ...

GhostBSD.conf file and pkg usage and tips; XORG XFCE XFCE4-GOODIES Desktop Environment installed

GhostBSD.conf file and pkg usage and tips XORG XFCE XFCE4-GOODIES Desktop Environment installed As of December 11, 2023 Below is a tested GhostBSD.conf that works with Raspi4B root@rpi-fred4B_test_Dec10_2:~ # cp -p /usr/local/etc/pkg/repos/GhostBSD.conf . root@rpi-fred4B_test_Dec10_2:~ # cat GhostBSD.conf # $GhostBSD$ # # To disable this repository, instead of modifying or removing this file, # create a /usr/local/etc/pkg/repos/GhostBSD.conf file: # #   mkdir -p /usr/local/etc/pkg/repos #   echo "GhostBSD: { enabled: no }" > /usr/local/etc/pkg/repos/GhostBSD.conf #          GhostBSD: {         # url: "http://192.168.1.7/packages/ghostbsd-14-aarch64-ghostbsd_ports/All",         # url: "http://76.14.239.229/packages/ghostbsd-14-aarch64-ghostbsd_ports/Latest/",           url: "http://76.14.239.229/packages/ghostbsd-1...