Search results for query: dpkg

  1. jmos

    editors/libreoffice disappeared from ports

    ...In such cases I've done partially updates which left some ports without security issues behind. It is the same: If you change the environment dpkg / apt-get tries to solve this by deinstalling packages. But Debian has stable, testing and unstable/sid - and what FreeBSD (quarterly) does...
  2. Ogis

    Solved dpkg -L

    dpkg is package manager for Debian. And -L is for --listfiles
  3. I

    Solved dpkg -L

    man dpkg -L, --listfiles package-name... List files installed to your system from package-name. man pkg-info -l, --list-files Display all files installed by pkg-name. Example: pkg info -l screen screen-4.9.0_6: /usr/local/bin/screen...
  4. M

    Solved dpkg -L

    is dpkg an Ubuntu/Debian command? If so, it doesn't exist on FreeBSD. If you are asking "what is the FreeBSD equivalent of Debian dpkg -L" then ask that.
  5. chrbr

    Solved dpkg -L

    I am not sure about the -L option of dpkg. Please check the options listed by pkg alias. Most likely one of the options leaf, prime-list, prime-origins or noauto provide the function you want to have.
  6. T

    Solved dpkg -L

    # dpkg -L dpkg: Command not found. What are you trying to do?
  7. m_pahlevanzadeh

    Solved dpkg -L

    I need to do dpkg -L in FreeBSD, How can I do it?
  8. F

    Setting up a (Debian) Linux jail on FreeBSD

    Turns out everything installed properly. Was able to boot a jail and everything. The output of dpkg -l | grep -v ii showed nothing or just base-files which is what made me think something went wrong.
  9. F

    Setting up a (Debian) Linux jail on FreeBSD

    This is driving me up the wall. When I get to the step where dpkg is setting up sysvinit it attempts to restart the computer. Instead of ignoring it or restarting the chroot or something else it restarts the main system! I can't get past this step because my computer keeps rebooting.... I have...
  10. O

    general/other Help with Ubuntu Chroot

    ...I am now taking a stab at Linux chroot specifically Ubuntu chroot. So far everything is working as expected but I have a problem with dpkg while installing external packages into the chroot environment. I get the error "/var/lib/dpkg/tmp.ci/preinst: line 4924: /dev/nulld: Operation not...
  11. userxbw

    how to remove everything deps that installed with a program?

    Automatic: Acting or operating in a manner essentially independent of external influence or control. remove: To move from a place or position occupied. To transfer or convey from one place to another. To take off using #3 for remove then shorten the two words putting them together forming...
  12. M

    how to remove everything deps that installed with a program?

    ...line: Binary packages on FreeBSD, through the pkg command, behave differently than "package" commands on Linux distributions (apt, yum, dnf, dpkg, etc). After having using both for a long time my opinion is "it's best if you embrace and understand the system you are working with...
  13. astyle

    I'm running out of space very fast

    yeah, FreeBSD equivalent is pkg info. You can read pkg manpage and figure out why.
  14. L

    I'm running out of space very fast

    Does FreeBSD have something analogous to Debian's dpkg --get-selections so I can get a list of all the packages and ports I have installed? I'm pretty sure I don't have enough of them to justify 4.7GB in a/ROOT/default.
  15. ZioMario

    How to install the nvidia driver 525.78.01 + CUDA 12 to run the Automatic 1111 WebUI for Stable Diffusion using Ubuntu instead of CentOS

    ...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 251658240;"...
  16. J

    Running Google Chrome in a dedicated Linux-Jail

    Write up has been immensely useful in making me believe I did the right choice adopting FreeBSD as an operating system as opposed to my former distribution. The type of methodical documentation on FreeBSD makes me believe that it is best suited for people who truly want to understand the...
  17. ZioMario

    How to run Stable Diffusion WebUI on FreeBSD...

    ...or directory mario-freebsd@marietto:/home/marietto/Desktop/Files/Scripts/BSD # chroot /compat/ubuntu /bin/bash mario-linuxulator@marietto:/# dpkg -l | grep gcc | awk '{print $2}' gcc gcc-10 gcc-10-base:amd64 gcc-8 gcc-8-base:amd64 gcc-9 gcc-9-base:amd64 libgcc-10-dev:amd64...
  18. D

    FreeBSD Current WiFi and Audio problem

    ...',$$P ,ggs. `$$b: Kernel: 5.17.15-lqx1 `d$$' ,$P"' . $$$ Uptime: 37 mins $$P d$' , $$P Packages: 1495 (dpkg) $$: $$. - ,d$$' Shell: bash 5.2.0 $$; Y$b._ _,d$P' Resolution: 1920x1080 Y$$. `.`"Y$$$$P"' DE: Plasma...
  19. karasamur

    Scanpackages

    ...computer with the Internet, on another computer without the Internet. I could not succeed with the methods in the forums. The event with the "dpkg-scanpackages" command in Debian. It would be greatly appreciated if you could make a simple user-friendly interface/program like Debian/synaptic...
  20. ZioMario

    Can CUDA be installed on FreeBSD now ?

    ...nvidia-prime all 0.8.14 [9164 B] Fetched 101 MB in 31s (3204 kB/s) dpkg: libnvidia-compute-435:amd64: dependency problems, but removing anyway as you requested: libcuinj64-10.1:amd64 depends on libcuda1 (>= 418.39) |...
Back
Top