![]() |
|
|
|
|
|||||||
| 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 |
| FreeBSD nightmare!!! | kenyatta | BSD | 4 | 08-15-2008 03:49 PM |
| installing apache (nightmare for me) | marinob007 | UNIX for Dummies Questions & Answers | 1 | 12-18-2007 09:03 PM |
| Splitting Chunked-FullNames Nightmare | RacerX | Shell Programming and Scripting | 2 | 11-05-2007 06:36 AM |
| Running UNIX commands remotely in Windows box from Unix box – avoid entering password | D.kalpana | UNIX for Dummies Questions & Answers | 1 | 04-20-2007 02:24 AM |
| Viewcvs...a nightmare on HP-UX!!! | goblin79 | HP-UX | 3 | 09-06-2005 01:28 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
is unix really such a nightmare... or is it me?
i rue the day that my server manager and i parted company... the start of a long journey....
sometimes i find myself daydreaming about the days when i could say... "this dont work, can u fix it?".... and 2 mins later it worked! i have a new way of "cursing" at ppls.... i just say "failed dependencies!"..... though very few actually get it... or understand the severity of the implied insult! by starting this thread i hope to inspire any budding writers who are struggling to find subject matter... i will even give it a title.... "installing a new package on server".... or perhaps it would be better to be more specific... "installing ImageMagick on server"... "budding writers" will soon find that "subject matter" will never be a problem again.... conversely, they will "struggle" to limit output to 50,000 words! please feel free to laugh at this thread.... it is intended to be lighthearted, and hopefully bring some entertainment to all u smug, all-knowing unix gurus, but at the same time be useful to unix-dummies (like me), and answer some questions that maybe some ppls are scared to ask.... so here i am, poised at pc.... logged in as "root" (god forbid!), waiting for 1st reply.... the aim: to install a working "ImageMagick" package on linux server. (i've been at this for about 2 months... without success |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
seeing as we are starting from the beginning, why ImageMagick?
|
|
#3
|
||||
|
||||
|
by the way, this bothers me:
Code:
rpm -Uvh ImageMagick-6.4.1-5.i386.rpm |
|
#4
|
||||
|
||||
|
Depending on distro you will almost certainly have a dependency resolving package manager.
Code:
yum install ImageMagick Code:
apt-get install ImageMagick Code:
yast |
|
#5
|
|||
|
|||
|
Quote:
ok... as this really is intended as an exercise for "dummies"... i'm going to ask some dummy questions... question No1: if i execute this rpm command do i need to be any particular directory.... or does rpm default to a lib install directory, depending on server setup? for example /usr/lib or /usr/local/lib etc.... (reason for ImageMagick is one of domain owners needs it for some cgi scripts he running. i operate a "not for profit" service for some domain owners) |
|
#6
|
|||
|
|||
|
hmmm now i have a problem.... which i didnt think about
i certainly dont want to upset anybody!! but u can see a dilemma materializing! |
|
#7
|
||||
|
||||
|
How about you tell us what OS distribution you are using, it's pretty hard to help otherwise.
Linux is a kernel not an OS, so syaing it's Linux does not give enough information to give an answer. |
||||
| Google The UNIX and Linux Forums |