Search results for query: dpkg

  1. Holger

    Running Google Chrome in a dedicated Linux-Jail

    ...jail is up and running, we can set up the Linux system. First, enter the jail: # jexec ubuntu /bin/bash Configure locales and timezone: # dpkg-reconfigure locales # dpkg-reconfigure tzdata Install necessary packages (for running Google Chrome later on): # printf "deb...
  2. lucenera

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

    Between the two, I would add this: dpkg-reconfigure locales And I would delete the sudo because the only thing to fail is the missing language configuration, which precisely happens with the command to be added.
  3. A

    Routing tables and firewall

    ...you would recommend? Last thing when I was setting up my linux jail to run steamcmd and teamspeak server on it I noticed when run command dpkg --force-depends -i /var/cache/apt/archives/*.deb I have an output: /var/lib/dpkg/info/apt.postinst: 85: /var/lib/dpkg/info/apt.postinst: cannot...
  4. D

    Solved WINE on FreeBSD 13 - Am I Just Wasting My Time?

    Re: You know you can pay a professional to port a software you need, right? We're talking two totally different markets. What you are suggesting is not cost-effective. If I was going to spend $1,000,000 plus, then I would just migrate to a more industrial solution that runs multi-platform...
  5. D

    Solved WINE on FreeBSD 13 - Am I Just Wasting My Time?

    ...example? Try this with a pure64 linux distribution such as Funtoo, it will not work either and you should do pretty much the same. You had the dpkg --add-architecture i386 on Devuan, that's why it worked, it's what the pkg32.sh do for you. You know you can pay a professional to port a...
  6. Alain De Vos

    Installing munin & configuring apache.

    Is this for munin version 2.0.69 ? Munin is failing for me big time. Maybe someone should edit "pkg info -D minun..." to ease the pain?
  7. ZioMario

    How to : how to run google chrome on Devuan OS (incomplete,it does not work).

    ...`pwd`/sys mount -F /etc/fstab.devuan `pwd`/proc mount -F /etc/fstab.devuan `pwd`/tmp # Install devuan into /compat/devuan: dpkg --force-depends -i /var/cache/apt/archives/*.deb dpkg --configure --pending Make sure that only base-files and sysvinit-core are partially configured...
  8. neogeo

    Help porting for Lightworks under linux-c7 - Multimedia Production on FreeBSD?

    ...could attach a console log from each. I'm not certain if it would be helpful at this point. (In either case, it seems that something in apt-get/dpkg might be hard-coded to use what would be the wrong 'tar' command, at this point. Limiting PATH to pathnames under LINUXBASE has not resolved it...
  9. Cath O'Deray

    Non-conservative pkg-upgrade(8)

    ...to be upgraded: 3 root@mowa219-gjp4-8570p-freebsd:~ # exit logout % pkg info -x poudriere poudriere-devel-3.3.99.20211017_2 % pkg info -x pkg dpkg-1.19.7 octopkg-0.3.1 pkg-1.17.5 pkg-provides-0.7.1 pkg_tree-1.1_5 pkgconf-1.8.0,1 py38-fastest_pkg-0.1.2 % uname -aKU FreeBSD...
  10. ZioMario

    Solved Setting up a (Devuan) Linux jail on FreeBSD : if fails to connect to the network inside the jail

    ...-t linsysfs none /path/to/jail/sys mount -t tmpfs none /path/to/jail/tmp Enter your new system to finish up: chroot /path/to/jail /bin/bash dpkg --force-depends -i /var/cache/apt/archives/*.deb dpkg --configure --pending Make sure that only base-files and sysvinit-core are partially...
  11. T

    Solved Delete

    sysutils/dnf is available on FreeBSD.
  12. D

    Solved Delete

    Oh yea, yum. I guess I need to try and install it. Here is a video I found where someone else did it. View: https://www.youtube.com/watch?v=gU9Lrn9WIy4
  13. O

    Solved Delete

    Yes, rpm command does not install dependencies, you must use yum - or now dnf (like dpkg/apt on Debian). Not sure it's available on FreeBSD...
  14. X

    Missing shared library (libffmpeg.so) while running Electron App (LBRY-Desktop) on Linuxulator

    ...cd /root wget https://github.com/lbryio/lbry-desktop/releases/download/v0.51.2/LBRY_0.51.2.deb apt install --yes ./LBRY_0.51.2.deb rm /var/lib/dpkg/info/libfprint-2-2\:amd64.postinst apt install --yes ./LBRY_0.51.2.deb 4. back to FreeBSD > /compat/ubuntu/opt/LBRY/lbry I'm getting this >...
  15. Phishfry

    Installing munin & configuring apache.

    ...1 user root group wheel # Regexps for files to ignore ignore_file [\#~]$ ignore_file DEADJOE$ ignore_file \.bak$ ignore_file %$ ignore_file \.dpkg-(tmp|new|old|dist)$ ignore_file \.rpm(save|new)$ ignore_file \.pod$ ignore_file \.sample$ allow ^127\.0\.0\.1$ allow ^::1$ # Which address to...
  16. keldonin

    jails files and directories invisible from jail

    ...uarch 604 Jun 26 2016 deluser.conf drwxr-xr-x 4 0 root uarch 6 Jun 8 13:29 dhcp drwxr-xr-x 4 0 root uarch 5 Jun 8 13:29 dpkg drwxr-xr-x 3 0 root uarch 3 Jun 8 20:14 emacs -rw-r--r-- 1 0 root uarch 312 Mar 18 08:10 email-addresses -rw-r--r-- 1 0 root...
  17. txerrenak

    Brother MFC-L2750DW printer

    ...work. If I choose usb address, the printer is out of memory; if I choose dns, it prints only strange characters. When I install the Linux driver, I get many error messages about files and directories not found (/var/db/dpkg/status, /usr/share/ppd/*.ppd no such file or directory, etc.). Thanks.
  18. brunoerusso

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

    Hi all! Thanks, good job, but it doesn't work for me with focal. When debootstrap is working has a systemd error while unpacking base files. I've used bionic and Brave runs great! Nice job! Best regards.
  19. P

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

    ...environment: chroot /compat/ubuntu /bin/bash # Set correct timezone inside your chroot: printf "%b\n" "0.0 0 0.0\n0\nUTC" > /etc/adjtime sudo dpkg-reconfigure tzdata # For some reason sudo is necessary here, otherwise it fails. # Fix APT package manager: printf "APT::Cache-Start...
  20. T

    Installing Linux Package Obsidian

    If you are not familiar with dpkg, I suggest reading the man page. Please people - do your own homework first!
Back
Top