Debian, Ubuntu, Kbuntu, etc.
There are two different packages for Debian, depending on your architecture : 32 or 64 bits.
For 32 bits, download dff-1.2.0_i386.deb
For 64 bits, download dff-1.2.0_amd64.deb
If you do not wish to receive news about DFF just leave the form empty and directly click on the Download button.
You can install DFF using the command dpkg in a shell; or use the synaptic graphical (GUI) package helper and installer.
To install using synaptic, double click on the .deb package and synaptic will check your system for the required dependencies and install them, if required, prior to installing DFF.
To install via the command line (shell) with dpkg, you must first install the required dependencies before installing DFF. To install the dependencies via the command line (shell), use the following command:
#> aptitude -y install python-qscintilla2 python-qt4 python-magic python-qt4-phonon
Now you can use this command to install DFF, depending on your architecture :
#> if [ $(uname -m | grep '64') ]; then dpkg -i dff-1.2.0_amd64.deb; else dpkg -i dff-1.2.0_i386.deb; f
0 comments:
Post a Comment