Search results for query: dpkg

  1. H

    Installing Linux Package Obsidian

    So is it as simple as installing dpkg? I am still new to FreeBSD so I am trying to understand. How would I load the Debian package?
  2. T

    Installing Linux Package Obsidian

    or use archivers/dpkg...
  3. T

    general/other [Linuxulator] Test run of running Teams on FreeBSD

    ...distro and chrome as documented in the thread named above (just to make sure that the installed software is OK). 2. Download the Teams client dpkg from Microsoft and make sure that it is accessible in a chroot (if you have nullfs mounted home that shouldn't be a problem). 3. Start a chroot...
  4. P

    [Linuxulator] How to run Google Chrome (linux-binary) on FreeBSD

    ...sure everything is properly mounted: mount -al # Chroot into your linux environment: chroot /compat/linux /bin/bash # Choose your timezone: dpkg-reconfigure tzdata # Install some required programs (except for ttf-mscorefonts-installer which is optional): apt update ; apt install -y gnupg...
  5. A

    Solved Your new idea is not new idea.

    ...[2] Error: Errors were encountered while processing: libc6:amd64 E: Sub-process /usr/bin/dpkg returned an error code (1) [3] Comment out set -e in /var/lib/dpkg/info/libc6\:amd64.postinst and force a apt -f install
  6. D

    Run "pkg update" and "pkg upgrade" with cronjob

    Hi, is it possible to run these two commands with a cronjob? If so do I need additonal parameters like I would need on a dpkg system? (apt -y upgrade)
  7. Vadim_Mkk

    Setting up a (Debian) Linux jail on FreeBSD

    I understand it, but when I changed version Linux for 4.19 - disappeared error about libc6 2.24-11+deb9u - seem when run dpkg --force-depends -i /var/cache/apt/archives/*.deb it query formal version Linux kernel. When I add to jail.conf linux - I get correct version Devuan kernel 4.9.хх
  8. Vadim_Mkk

    Setting up a (Debian) Linux jail on FreeBSD

    ...mvg@freebsd:/opt/jails/devuan # mount -t devfs none dev mvg@freebsd:/opt/jails/devuan # chroot . /bin/bash When I entered chroot and run dpkg --force-depends -i /var/cache/apt/archives/*.deb I got next error Setting up sysvinit-core (2.88dsf-59.9+devuan2) ... sysvinit: creating /run/initctl...
  9. Vadim_Mkk

    Setting up a (Debian) Linux jail on FreeBSD

    ...the very well forgotten old :) In additon devildetail clears sysvinit in the Jail and rebuilding base system with the different command I have no name!@morsa:/# dpkg --force-depends -Ei /var/cache/apt/archives/*.deb I'll try to upgrade the kernel version above 3.2 and see what happens...
  10. Vadim_Mkk

    Setting up a (Debian) Linux jail on FreeBSD

    ...setup Devuan Jail on FreeBSD 12.1 with Linix base 7.7 1908 Linuxator "uname" command shows kernel version 2.6.XX and after executes command "dpkg --force-depends -i /var/cache/apt/archives/*.deb" appeares message "libc6 2.24-11+deb9u4 requre kernel above 3.2" - after this messages I...
  11. K

    Setting up a (Debian) Linux jail on FreeBSD

    Thanks for this very informative post. I am in the middle of an installation of Devuan. Has anyone actually tried to use phase 2 of debootstrap at this point?
  12. Alain De Vos

    Setting up a (Debian) Linux jail on FreeBSD

    debootstrap --foreign --arch=i386 stable /opt/jails/devuan http://deb.devuan.org/merged/ First steps are fine, # dpkg -l | grep -v ii Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required...
  13. Z

    New into FreeBSD

    do you have some example to follow since i am porting my release with these commands : make -DPORTS -DNODOC -DPKG KERNCONF=GENERIC release dvd make -DPORTS -DNODOC -DPKG KERNCONF=GENERIC DESTDIR=/storage1/release/12-stable install dvd
  14. Lamia

    Setting up a (Debian) Linux jail on FreeBSD

    ...- posix_openpt (2: No such file or directory) Setting up base-files (9.9+devuan2.5) ... rmdir: failed to remove '/var/run': Directory not empty dpkg: error processing package base-files (--configure): subprocess installed post-installation script returned error exit status 1 Errors were...
  15. Lamia

    Setting up a (Debian) Linux jail on FreeBSD

    Thanks Zirias. I have followed your guide and another I found online. I can't use the jail. Here is the error I get: # dpkg -l | grep -v ^ii Desired=Unknown/Install/Remove/Purge/Hold |...
  16. ShelLuser

    Setting up a (Debian) Linux jail on FreeBSD

    ...the only thing debootstrap did was extract some packages. But we also want those packages to get registered so that we can fully utilize dpkg: I have no name!@zefiris:/# dpkg --force-depends -i /var/cache/apt/archives/*.deb Selecting previously unselected package adduser. (Reading database...
  17. M

    Chroot /dev/null

    ...directory) Setting up keyboard-configuration (1.108ubuntu15) ... cp: preserving permissions for '/etc/default/keyboard.tmp': No data available dpkg: error processing package keyboard-configuration (--configure): subprocess installed post-installation script returned error exit status 1 dpkg...
  18. ShelLuser

    Solved Krita and Qt version mismatch - where to report these issues?

    ...now overlooking the fact that package dependencies aren't limited to FreeBSD. Both RPM (used on RedHat based Linux environments) as well as DPKG (Debian bases) all use the same principle. Heck; even Windows and MacOS know this principle. And for good reason: it would be a waste of resources...
  19. C

    Samba4 problem with ACL when installed through PKG

    Hi there, I'm creating a domain controller with SAMBA 4.8 with FreeBSD 11.2, and I need to use ACL (Access control lists). Is it possible to enable ACL with the package downloaded with dpkg or is necessary to use the ports to specify this option? Thanks in advance.
  20. ronaldlees

    Should I install FreeBSD as my daily OS?

    ...why not try it outright? If you're the type of person who automatically drops to the command line in Debian, and uses aptitude or apt-get or dpkg to do all the software installations, you'll be able to do that (via ports-mgmt/pkg) on FreeBSD as well. It's not magic at all. The main...
Back
Top