Search results for query: dpkg

  1. froggit9000

    Solved amdgpu with AMD Ryzen 9 7900 Raphael iGPU

    > Booted into 15.0 BE, what do you see for "pkg info | grep -i gpu" root@freebsd:/boot # pkg info | grep -i gpu drm-66-kmod-6.6.25.1500068_6 Direct Rendering Manager GPU drivers drm-kmod-20250428 Direct Rendering Manager GPU drivers metaport...
  2. froggit9000

    Solved amdgpu with AMD Ryzen 9 7900 Raphael iGPU

    > When booted into the 15.0 BE, what do you get for "pkg search gpu" root@freebsd:/boot # pkg search gpu bgpuma-20151209_2 Searching BGP update files gpu-firmware-amd-kmod-aldebaran-20230625.1500068_2 Firmware modules for aldebaran AMD GPUs...
  3. M

    Solved amdgpu with AMD Ryzen 9 7900 Raphael iGPU

    ...-i gpu"? pkg search looks that the upstream repos (think apt update && apt-cache search) pkg info looks at what is installed on your system (dpkg --list) If pkg info command is showing the 14.3 packages, then you probably need to remove them; the upstream location may have moved so pkg...
  4. anguisette

    Do you will upgrade to release 15? Or what is your general major version upgrade scheme?

    yes. you can filter by pkg name (pkg info | grep -v '^FreeBSD') or by origin (pkg query -e '%o !~ base/*' '%n-%v %c'). if you do that a lot, add an alias in pkg.conf or in your shell. well, Solaris released with pkgbase in 1992 and it worked the same way. did Sun copy Linux?
  5. Zare

    Do you will upgrade to release 15? Or what is your general major version upgrade scheme?

    ...will we have all those few hundred system packages listed in pkg info, or will we have some sort of separation? For example I dislike how dpkg -l on a minimal Debian install still spews out few screens of packages. This all sounds too Linuxy and I'm not sure I like it that much (albeit...
  6. C

    bhyve Current state of bhyve Nvidia passthrough?

    ...-O plexmediaserver_1.42.1.deb sudo dpkg -i plexmediaserver_1.42.1.deb # 19. Grab some media from my share sudo apt update sudo apt install smbclient sudo smbclient //192.168.3.102/data -U "AD\Clint" timeout 300 get file.mkv # Setup plex and verify the graphics card is available for use. #...
  7. R

    [Linuxulator] How to install Brave (Linux app) on FreeBSD 13.0+

    Everything was OK until this step: # Install required programs: apt update ; apt install -y apt-transport-https curl fonts-symbola gnupg pulseaudio The problem is like this: Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] Err:1 http://archive.ubuntu.com/ubuntu focal InRelease...
  8. X

    general/other Server advice - migration to BSD or Debian Linux?

    ...distribution solution, and it also lacks most requirements we put into distribution systems. E.g. on Debian, when you deploy a deb package, apt/dpkg will automatically verify the package's cryptographic signature against the pgp credential associated with the repository the package was...
  9. rafael_grether

    Problem with logcheck

    It seems, logcheck originally is a debian package, and the FreeBSD Porter created numerous patches to run. First of all, logcheck -v uses "dpkg-parsechangelog -S version" to put version. VERSION=$$(dpkg-parsechangelog -S version) And FreeBSD dont recognize dpkg-parsechangelog, a specific debian...
  10. A

    Solved update-alternatives for FreeBSD

    Just for the record (for future myself), archivers/dpkg brings update-alternatives to your system, and it works as excepted. Switching between compilers is a p@in in the ... by default. Using this tool it is (almost) easy to setup: sudo update-alternatives --install /usr/local/bin/gcc gcc...
  11. ShelLuser

    Flatpak politics getting out of hand?

    ...your own stuff can often turn into a sheer nightmare: trying to maintain your own build of a software package is majorly different on RPM or DPKG -based distributions, where I think Debian takes the cake because the process is fully integrated. Yet it can still be quite a pain. ... and then...
  12. R

    Installing Renoise on FreeBSD 14.2

    .../usr/src && apt-src install -bi jackd1' # then install the resulting "deb" packages without any user interaction: chroot /compat/linux sh -c 'dpkg --force-confold -i /usr/src/*.deb' # configure realtime audio on Debian: echo "@audio - rtprio 95"...
  13. NapoleonWils0n

    jails Ubuntu 24.04 Noble Numbat Jail debootstrap systemd errors

    ...heres the fix sudo mv /var/lib/dpkg/info /var/lib/dpkg/info_silent sudo mkdir /var/lib/dpkg/info sudo apt-get update sudo apt-get -f install sudo mv /var/lib/dpkg/info/* /var/lib/dpkg/info_silent sudo rm -rf /var/lib/dpkg/info sudo mv /var/lib/dpkg/info_silent /var/lib/dpkg/info sudo apt-get...
  14. A

    Do you have a script example that install the C++ g++ tools after a new FreeBSD install so can compile C++ code immediately after?

    In an apt (debian like) distro it goes this way: [using cmake, git, g++] function install_pkg() { status="$(dpkg-query -W --showformat='${db:Status-Status}' "$1" 2>&1)" if [ ! $? = 0 ] || [ ! "$status" = installed ] then sudo apt -y install $1 else echo "$1 is already installed" fi }...
  15. ZioMario

    Solved /proc/ is not mounted error when I try to chroot ubuntu 23.10 installed inside the Linuxulator...

    Take in consideration also this trick : sudo mv /var/lib/dpkg/info /var/lib/dpkg/info_silent sudo mkdir /var/lib/dpkg/info sudo apt-get update sudo dpkg --configure -a sudo apt-get -f install sudo mv /var/lib/dpkg/info/* /var/lib/dpkg/info_silent sudo rm -rf /var/lib/dpkg/info sudo mv...
  16. dominicusin

    Solved /proc/ is not mounted error when I try to chroot ubuntu 23.10 installed inside the Linuxulator...

    echo "exit 0" > /compat/ubuntu/var/lib/dpkg/info/systemd.postinst
  17. S

    general/other DBeaver under Ubuntu compatibility

    ...native FreeBSD PC using this chapter of the official documentations: https://docs.freebsd.org/en/books/handbook/linuxemu/ Then, with wget and dpkg -i, installed DBeaver as chroot in /compat/ubuntu That day, DBeaver worked seamlessly, with no issue. The next day, when I tried to open...
  18. martinrame

    Solved Linux Binary compatibility: Desktop API is not supported on the current platform

    ...emulation, but I don't remember doing anything differently to make it work. The thing is, I chrooted to /compat/ubuntu and installed it with dpkg -i weasis_4.5.1-1_amd64.deb (and also older versions), it installed ok, then log out from chroot and run with...
  19. ZioMario

    Solved Ubuntu 24.10 Oracular Oriole empty bin directory in jail

    it does not work for me... root@marietto:/var/lib/dpkg# apt install gimp Lettura elenco dei pacchetti... Fatto Generazione albero delle dipendenze... Fatto Lettura informazioni sullo stato... Fatto I seguenti pacchetti aggiuntivi saranno inoltre installati: fonts-liberation2 gimp-data...
  20. NapoleonWils0n

    Solved Ubuntu 24.10 Oracular Oriole empty bin directory in jail

    ...sudo mv /var/lib/dpkg/info /var/lib/dpkg/info_silent sudo mkdir /var/lib/dpkg/info sudo apt-get update sudo apt-get -f install sudo mv /var/lib/dpkg/info/* /var/lib/dpkg/info_silent sudo rm -rf /var/lib/dpkg/info sudo mv /var/lib/dpkg/info_silent /var/lib/dpkg/info sudo apt-get update sudo...
Back
Top