![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to restore original package after uninstalling the upgraded package using rpm | amitpansuria | Linux | 0 | 05-27-2008 01:08 AM |
| downloading through ftp | moxxx68 | UNIX for Advanced & Expert Users | 6 | 12-05-2004 02:34 AM |
| Downloading Unix.. | binary_w0lf | UNIX for Dummies Questions & Answers | 4 | 06-22-2004 04:12 PM |
| Downloading | eric_hing | UNIX for Dummies Questions & Answers | 1 | 09-05-2003 12:12 PM |
| Problem Downloading Red Hat | Tradewynd | UNIX for Dummies Questions & Answers | 2 | 01-30-2002 10:35 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
downloading a package to my server
Hi,
I want to download and run imageMagik on my remote server. So i know some unix and can move around unix filesystem so i'm sure i can do it but how do i actually download the package to the remote machine.....i need to point it to the url somehow and say download it..then i know how to unpack and install it anyways It's a dedicated machine so i should have the priviledges to do this right? Thanks |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
What version of Unix are you running?
Please send the output of command cat /etc/*release |
|
#3
|
|||
|
|||
|
Hi,
I get Fedora Core release 6 (Zod) from that command. Is it lynx followed by the location of the package i need? Also is there any way to tell if imagemagik (or any program) is already installed....i've tried whereis Last edited by elduderino; 07-10-2008 at 01:59 PM. |
|
#4
|
|||
|
|||
|
Use yum!
You can always us yum from the command line in Fedora to install ImageMagik.
Example; Code:
sudo yum -y update && sudo yum -y install imagemagik If you get an error such as below you might already have it installed. Code:
Cannot find a package matching imagemagick No actions to take install imagemagick fedora core 6 |
|||
| Google The UNIX and Linux Forums |