# pkgin in gnome-commander
# pkgin in gnome-vfs-smb
- # pkgin samba
+ # pkgin in samba
Now make sure that you have
Open gnome-commander (X11 is essential for this application) and navigate to your Windows share directory (<b>smb</b> button)
+## Installing VLC
+
+VLC is a great multimedia player – one of the best available on DragonFly (with pkgsrc-2010Q3 package collection). You can install it by:
+
+ # pkgin in vlc
+
+This will fail to install libdca-0.0.5. Libdca-0.0.5 you should install with pkgsrc collection:
+
+ # cd /usr/pkgsrc/audio/libdca
+ # bmake install clean
+
+If you have no <b>/usr/pkgsrc/audio/libdca</b> directory, then you should install pkgsrc collection by:
+
+ # cd /usr
+ # make pkgsrc-create
+
+After successful installation, go back to <b>/usr/pkgsrc/audio/libdca</b> and repeat libdca installation process with <b>bmake install clean</b> .
+
Following experience is from running DragonFly 2.8.2 on netbook (eeepc 900).