LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 02-18-2005, 03:35 PM   #1
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921
Blog Entries: 24

Rep: Reputation: 64
Question Outside Source packages question.


If I need to get a software that is not yet in the Debian system, are there any rules regarding how I can get/install it ? Will apt still help in this case ?
This is a basic question, however I am confused in this regard.

Also how about Slackware or rpm packages. Is there an easy way to install them directly in Debian ?

Thanks.

Vijay
 
Old 02-18-2005, 04:02 PM   #2
R00ts
Member
 
Registered: Mar 2004
Location: Austin TX, USA
Distribution: Ubuntu 11.10, Fedora 16
Posts: 547

Rep: Reputation: 30
There are "outside" Debian source repositories that you can use. For example, I know one I have in my sources.lst file is for mplayer and mplayer alone, since it's not a package included in the Debian source tree.


If the software you are trying to get is in the form of a RPM file or something else, you can use alien to convert it to a .deb and then install it via dpkg or whatever.


I'm not sure if you can generate a *.deb easily with a tarball though. Anyone know about this?
 
Old 02-18-2005, 04:03 PM   #3
OneManArmy
Member
 
Registered: Apr 2004
Location: Motherboard
Distribution: Debian GNU/Linux
Posts: 156

Rep: Reputation: 30
For your first question, apt will only help if someone has setup a debian repository for the
software you are trying to install. For example, if you want to install mplayer, you won't
find it in the official debian repository. So you need to add an additional source (link) to
your /etc/apt/sources.list file for you to be able to use apt to get mplayer.

Concerning rpm packges, there is a tool called 'alien' (which you can apt-get install) that
converts rpms to .deb packges (which can then be installed using dpkg -i).

If anything wasn't clear or you didn't understand something don't hesitate to ask.
 
Old 02-18-2005, 04:30 PM   #4
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921

Original Poster
Blog Entries: 24

Rep: Reputation: 64
Quote:
Originally posted by OneManArmy
For your first question, apt will only help if someone has setup a debian repository for the
software you are trying to install. For example, if you want to install mplayer, you won't
find it in the official debian repository. So you need to add an additional source (link) to
your /etc/apt/sources.list file for you to be able to use apt to get mplayer.

Concerning rpm packges, there is a tool called 'alien' (which you can apt-get install) that
converts rpms to .deb packges (which can then be installed using dpkg -i).

If anything wasn't clear or you didn't understand something don't hesitate to ask.

WOW !!! I am glad I asked. This is good to know about alien. Thanks for the support and making me feel comfortable. I have been using Linux for over a year now. However, new to Debian. I really like Debian a lot as it makes a lot of things easy.
So in regards to my first question, if there is no debian repository for the source package that I am interested in then I am all on my own then ?

Here is anotehr question that I ahve inside of me. Which is the best Debian support mailing list ?

Thanks.

Vijay
 
Old 02-18-2005, 04:34 PM   #5
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921

Original Poster
Blog Entries: 24

Rep: Reputation: 64
I got alien right away !!! Thank you so much.

Vijay
 
Old 02-18-2005, 07:56 PM   #6
OneManArmy
Member
 
Registered: Apr 2004
Location: Motherboard
Distribution: Debian GNU/Linux
Posts: 156

Rep: Reputation: 30
No problem, I am always glad to help .
If no one has setup a non official repository holding the software you are trying to install,
then as you said you are on your own (compiling from source).
As for the Best Debian mailing list, I really don't know. I use exclusively LQs and my best friend google. I recommend u subscribe to one of debian's official mailing lists here.

Last edited by OneManArmy; 02-18-2005 at 07:57 PM.
 
Old 02-18-2005, 08:06 PM   #7
ironwalker
Member
 
Registered: Feb 2003
Location: 1st hop-NYC/NewJersey shore,north....2nd hop-upstate....3rd hop-texas...4th hop-southdakota(sturgis)...5th hop-san diego.....6th hop-atlantic ocean! Final hop-resting in dreamland dreamwalking and meeting new people from past lives...gd' night.
Distribution: Siduction, the only way to do Debian Unstable
Posts: 506

Rep: Reputation: Disabled
Quote:
For your first question, apt will only help if someone has setup a debian repository for the
software you are trying to install

Im gonna be semi helpful as I,for the life of me cannot remember the included with debian's package name that allows one to download source from a site and make it a .deb upon building then opening with ....say,kpackage or similar to install.This works and once its opened as a .deb by a debian package management app,it also is told whats dependant upon it.
Ugh!
I hate forgetting.
i do not install from websites much.


But,anywhoooo...if you do install from source,remember that you have to manually remove or update it....debian will not/can not handle this for you.Also...before make install....definately check out the code as to where its gonna install said program.

I will return with the apps name included with debian that turns rpm's and source into .deb's thus being easily handled by any of the many debian package managers.
 
Old 02-18-2005, 08:25 PM   #8
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921

Original Poster
Blog Entries: 24

Rep: Reputation: 64
In regards to using apt with source packages, these are source packages for which .deb packages already exist. These are source packages for developers to work on. I just recently read this in the apt manual.
It is confusing tho.

Vijay
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Question regarding source packages b123coder Linux - Software 1 12-03-2004 10:27 AM
Configuring Source Packages.... lusers Debian 1 11-26-2004 08:47 AM
upgrading packages from source nukeu666 Linux - Newbie 1 08-03-2004 10:51 AM
Source or packages glock19 Slackware 2 06-21-2002 06:20 AM
creating packages (.tgz/.deb/.rpm) How from the source packages? l_9_l Linux - General 1 03-06-2002 06:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 01:15 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