LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-17-2007, 09:37 PM   #1
Krimp
Member
 
Registered: Dec 2006
Distribution: MEPIS
Posts: 57

Rep: Reputation: 15
using alien


im currently trying to use Alien to install gimp. in root i do 'alien gimp-2.2.9.tar.gz' and it says no file exists.
 
Old 02-17-2007, 09:51 PM   #2
Hitboxx
Senior Member
 
Registered: Mar 2006
Location: India
Distribution: Fedora
Posts: 1,562
Blog Entries: 3

Rep: Reputation: 68
AFAIK Alien can only convert .rpm to .deb. Eg., #alien xyz.rpm will create xyz.deb to install into debian based systems.

More info : #man alien
 
Old 02-17-2007, 09:59 PM   #3
Krimp
Member
 
Registered: Dec 2006
Distribution: MEPIS
Posts: 57

Original Poster
Rep: Reputation: 15
i know. its not finding the file though. i want it .deb
 
Old 02-17-2007, 10:03 PM   #4
sumguy231
Member
 
Registered: Apr 2004
Location: North America
Distribution: Kubuntu 7.04 - Feisty Fawn
Posts: 296

Rep: Reputation: 30
From their website:
Quote:
Alien is a program that converts between the rpm, dpkg, stampede slp, and slackware tgz file formats.
You can't just take a source tarball and change it into a .deb with alien, that's not how it works. Use your distribution's package manager to install the GIMP instead.
 
Old 02-17-2007, 10:09 PM   #5
Krimp
Member
 
Registered: Dec 2006
Distribution: MEPIS
Posts: 57

Original Poster
Rep: Reputation: 15
but i need the file to be .deb to install it.
 
Old 02-17-2007, 10:32 PM   #6
sumguy231
Member
 
Registered: Apr 2004
Location: North America
Distribution: Kubuntu 7.04 - Feisty Fawn
Posts: 296

Rep: Reputation: 30
Quote:
but i need the file to be .deb to install it.
You can't make that tarball into a deb, but you can find a .deb to install with your distribution's package manager. Go to a terminal and type either:
Code:
su
apt-get install gimp
or
Code:
sudo apt-get install gimp
What distribution are you using?
 
Old 02-17-2007, 10:35 PM   #7
Krimp
Member
 
Registered: Dec 2006
Distribution: MEPIS
Posts: 57

Original Poster
Rep: Reputation: 15
im using MEPIS. this is my first time ever running linux on my home computer. i just switched from windows. but i have been somewhat taking a linux class learning redhat. but the person teaching it doesnt know anything about linux, so i dont learn anything.
 
Old 02-17-2007, 10:38 PM   #8
Krimp
Member
 
Registered: Dec 2006
Distribution: MEPIS
Posts: 57

Original Poster
Rep: Reputation: 15
this is what i get when i run that command.

Reading package lists... Done
Building dependency tree... Done
Package gimp is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package gimp has no installation candidate
 
Old 02-17-2007, 10:51 PM   #9
sumguy231
Member
 
Registered: Apr 2004
Location: North America
Distribution: Kubuntu 7.04 - Feisty Fawn
Posts: 296

Rep: Reputation: 30
I don't know much about Mepis, but try doing a 'sudo apt-get update' before trying to install it again. If that doesn't work, type 'cat /etc/apt/sources.list' in the terminal and paste the output here. In your linuxquestions.org profile, there's a field for the distribution you're using. If you put your distribution in that field, it will be easier to get help.

Last edited by sumguy231; 02-17-2007 at 10:53 PM.
 
Old 02-17-2007, 11:05 PM   #10
Krimp
Member
 
Registered: Dec 2006
Distribution: MEPIS
Posts: 57

Original Poster
Rep: Reputation: 15
ok thank you. i think Mepis is based off Debian or Ubuntu, so wouldnt it be simular to that?
 
Old 02-17-2007, 11:13 PM   #11
Krimp
Member
 
Registered: Dec 2006
Distribution: MEPIS
Posts: 57

Original Poster
Rep: Reputation: 15
OMG LINUX ROCKS. i figured it out, it was so simple i didnt really think about it. i just opened synaptic and updated synaptic and then it showed everything i could download. just searched gimp and it was right there.
 
Old 02-17-2007, 11:45 PM   #12
sumguy231
Member
 
Registered: Apr 2004
Location: North America
Distribution: Kubuntu 7.04 - Feisty Fawn
Posts: 296

Rep: Reputation: 30
Quote:
ok thank you. i think Mepis is based off Debian or Ubuntu, so wouldnt it be simular to that?
It's Ubuntu based, but I don't know what software it comes with by default.

Quote:
i just opened synaptic and updated synaptic and then it showed everything i could download. just searched gimp and it was right there.
Right, but did it install ok?
 
Old 02-18-2007, 12:18 AM   #13
Krimp
Member
 
Registered: Dec 2006
Distribution: MEPIS
Posts: 57

Original Poster
Rep: Reputation: 15
ya, im using it right now.
 
Old 02-18-2007, 10:36 AM   #14
muddywaters
Member
 
Registered: May 2005
Location: Winnipeg, Canada
Distribution: mostly mepis
Posts: 427

Rep: Reputation: 30
Quote:
Originally Posted by sumguy231
It's Ubuntu based, but I don't know what software it comes with by default.
6 of 1, 1/2 dozen of the other. Mepis now uses the ubuntu pools for many packages but is really it's own entity.

the developers take;
http://www.desktoplinux.com/news/NS7900729752.html
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
One for Alien Bob cwwilson721 Slackware 28 08-15-2006 04:26 PM
how do i use Alien on ubuntu 5.04? kriogenic Linux - Newbie 5 02-15-2006 08:07 PM
Alien OSes sancho5 Linux - General 3 01-26-2006 09:36 PM
regarding wine and alien opg31 Linux - Software 1 10-04-2005 09:23 PM
Alien Conversion aquaboot Ubuntu 2 09-09-2005 03:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration