Search results for query: dpkg

  1. BLuFeNiX

    Mount ext4 RAID1 on FreeBSD 9?

    ...When re-installing Xubuntu, I would just save a copy of my /etc/mdadm/mdadm.conf file, put it in place after installation, and then run "dpkg-reconfigure mdadm". Is it that easy in FreeBSD? Will it be easier for me to back the data up elsewhere and format my RAID1 to a different filesystem type?
  2. roddierod

    Switching back from Debian/kFreeBSD

    Thanks. I originally came to FreeBSD from Debian, but that was near 15 years ago now. I never liked DPKG, but it has probably changed a lot in the time since I've used it. Anyway, thanks for sharing.
  3. S

    Switching back from Debian/kFreeBSD

    ...and configuring the system. I really don't know if that's better or worse, but I wont go into details since I never dug hard into it. DPKG will make your life a lot easier, and is really quite nice for a basic workstation that you don't want to do a lot of compiling or configuring for...
  4. UNIXgod

    FreeBSD 9 from a linux (Debian) user

    portage is really nice. It was inspired by FreeBSD ports and basically like port(master|upgrade) with a nice colored interface. Instead of using WITH_ATOM=1 or WITHOUT_ATOM=yes they have a variable use which picks up what supported flags should be included in the binary it creates. Ex...
  5. Zare

    FreeBSD 9 from a linux (Debian) user

    pkg_tools aren't comparable to apt, they are comparable to dpkg and rpm. I have never used Gentoo/portage, so I can't really comment. What I know is, the added flexibilty of portage really comes down to "flexibility" of GNU/Linux system - eg. a lot of pieces. Ports are used for additional...
  6. abtekk

    Xorg black screens

    ...# package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath...
  7. C

    Cannot install wireshark on FreeBSD 7.3 with KDE

    ...no checking for pkgmk... no checking for pkgtrans... no checking for rpm... yes checking to see if we can redefine _topdir... yes checking for dpkg-buildpackage... no checking for xcodebuild... no checking for hdiutil... no checking for bless... no checking whether we can add -Wall -W to...
  8. vermaden

    x11 broke with FreeBSD 9.0 Release

    Its not Debian Linux mate, its FreeBSD UNIX.
  9. S

    x11 broke with FreeBSD 9.0 Release

    Undefined symbol = missing shared lib Did you try ldd? root@bt:/home/diego# dpkg -L libxcursor1 ... /usr/lib/libXcursor.so.1 root@bt:/home/diego# ldd /usr/lib/libXcursor.so.1 linux-vdso.so.1 => (0x00007fff1befc000) libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00007f7ab87ec000) If you...
  10. R

    cairo-compmgr for FreeBSD

    It is not working because these patches are intended for Frugalware Linux. Cairo-Compmgr is not in the FreeBSD ports tree yet. If compositing is something that you just cannot live without, I suggest using compiz, or XFCE4 if you want a more lightweight solution. There is also Xcompmgr with...
  11. M

    slow nmap

    root@bx ~ ->pkg_info -Ix 'nmap' nmap-5.50 Port scanning utility for large networks root@ax $ dpkg -l | grep nmap ii nmap 5.21-1 The Network Mapper For this example I used same hosts: google.com and...
  12. B

    cairo-compmgr for FreeBSD

    ...I downloaded the source and applied the two patches. The autogen.sh file craps out: ... build/debian.am:50: shell dpkg-parsechangelog | grep ^Version | sed 's/.*: //; s/-.*//;': non-POSIX variable name build/debian.am:50: (probably a GNU make extension) Makefile.am:10: `build/debian.am'...
  13. C

    vmware-view-open-client

    ...not truncate output... /usr/bin/sed checking for AddLicense... no checking for ar... /usr/bin/ar checking for date... /bin/date checking for dpkg-deb... no checking for fakeroot... no checking for gdk-pixbuf-csource... /usr/local/bin/gdk-pixbuf-csource checking for genccode...
  14. C

    vmware-view-open-client

    ...not truncate output... /usr/bin/sed checking for AddLicense... no checking for ar... /usr/bin/ar checking for date... /bin/date checking for dpkg-deb... no checking for fakeroot... no checking for gdk-pixbuf-csource... /usr/local/bin/gdk-pixbuf-csource checking for genccode...
  15. fronclynne

    Which is your Favourite Linux?

    Oh dear, no. I can confirm that aptitude, apt-get, dpkg all work perfectly on Unbunutuwutu. As does an angry "rm -rf /" whist you shriek imprecations at the accursed thing.
  16. G

    How to upgrade ports and all apps

    OK, umm, Let me say this first before I continue: I'm still "new" to Computers compared to most people around. I got my VERY first Computer, in September of 1999. I know this because when I got that Computer, it was my Uncle's Computer, and he had an Internet Account on it, and after a week...
  17. phoenix

    How to upgrade ports and all apps

    ...only? No problem. Want to use a mix of binary packages and port installs? No problem. Want to install everything from source via the ports tree? No problem. Want to mix source and binary installs on Linux ... be prepared to spend a lot of time figuring out how dpkg/apt/yum/rpm works.
  18. D

    A few questions....

    So which is it :confused:
  19. lme@

    A few questions....

    pkg_add cares about dependencies when used without '-r', unlike dpkg which is a great PITA when you want to add some .deb files which fly around on your hard drive... (sorry for ranting and being off-topic).
  20. A

    writing bachelor thesis next year.

    ...Any work on improving ports and/or packages would be valuable. I've often thought of trying to port/adapt debian's APT to FreeBSD. It should be possible to implement it along side the existing ports and packages infrastructure in the same way that it works along side debian's dpkg...
Back
Top