LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Dropline (https://www.linuxquestions.org/questions/linux-software-2/dropline-231607/)

Bull Terrier 09-16-2004 10:27 PM

Dropline
 
Hey Guys,

I've installed Slack 10 and downloaded Dropline gnome iso.
How do I install it???

Thanks in advance...

cyberliche 09-17-2004 03:05 AM

If it is in ISO form the easiest way is to burn it to a cd-rom (an ISO is a disk image)

The easiest way to install dropline (best desktop ever ;) ) is this:

wget http://www.dropline.net/gnome/files/...8-i686-2dl.tgz

(this will download the dropline-install package)

then (as root or using sudo, do the following):

installpkg dropline-installer-2.4.8-i686-2dl.tgz

then (again, as root or using sudo):

dropline-installer

Bull Terrier 09-20-2004 11:33 PM

Hi cyberliche,


Tried that, but the dropline-installer complains it hasn't perl installed.
What is the easiest way to install perl???
Sorry for the silly question.

Thanks in advance...

cyberliche 09-25-2004 07:36 PM

I'm pretty suprised that perl isn't installed.

Type
Code:

which perl
at the command prompt and see if it returns anything. If so, you have a problem, being that perl is installed and the OS isn't finding it. If not you can install it from the cd or download it from here:
http://slackware.com/pb/download.php...l-5.8.4-i486-3
and install it (as root) using installpkg package name


All times are GMT -5. The time now is 10:33 AM.