LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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 01-22-2006, 06:39 PM   #1
vbtalent
Member
 
Registered: Aug 2005
Posts: 48

Rep: Reputation: 15
Why -bash: rpm: command not found??? Also an rpm/yum Q?


Why is my Debian system giving me the error "-bash: rpm: command not found"?

I'm able to install applications via apt-get but not able to remove via "rpm -e"? nor can I use the command "rpm -qa" to find installed rpm's?

I'm also getting the following error while trying to do an "apt-get dist-upgrade"?

"This installation run will require temporarily removing the essential package e2fsprogs due to a Conflicts/Pre-Depends loop. This is often bad, but if you really want to do it, activate the APT::Force-LoopBreak option.
Internal Error, Could not early remove e2fsprogs"



Can I install YUM on Debian or is that not recommended?


T.I.A

vbtalent,
 
Old 01-22-2006, 07:09 PM   #2
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
dpkg --list to list installed programs

apt-get remove <Package Name> to uninstall a program.
you can also use aptitude or the GUI based Synaptic to add or remove program sin Debian. and NO you do NOT want to install YUM on debian. that is for RPM based distros and Debian does not use RPM's
you should read the APT How-To to familiarize yourself with how package management works in Debian.
http://www.debian.org/doc/manuals/ap.../index.en.html



APT::Force-LoopBreak e2fsprogs for possible solution look here: http://www.debianforums.com/ftopic20753.html
 
Old 01-22-2006, 08:18 PM   #3
vbtalent
Member
 
Registered: Aug 2005
Posts: 48

Original Poster
Rep: Reputation: 15
Thank's that got me over the hump!

One other question about the sources.conf. It looks like there has been some changes of who has what and where and what it's called? How can I find a good list of sources to use?

Last edited by vbtalent; 01-22-2006 at 08:21 PM.
 
Old 01-22-2006, 11:06 PM   #4
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
The sources should have all the standard Debian packages you can use a utility like netselect-apt to automatically configure your soutrces.list file.

apt-get install netselect-apt
netselect-apt -n <distro> ( Insert Stable, Testing or Unstable in place of <distro depending on which you are running... )


If you are running Debian Stable (which is common for people that want a Very Stable system, also the most common install for new Debian users. ) you may want to look at debian-backports. Debian Stable is a EXTREMELY stable distro rock solid you might say, _but_ the packages in it are pretty out of date. Debian backports is just what you need to continue running Debian Stable but still get things like Firefox 1.5 or OpenOffice 2.0
http://backports.org/



This is my entire source list. I am running Debian 3.1 Unstable (also refered to as sid)
The 2 additional entries are for the repository that contains VLC Media Player and the Decss decoder so I can watch DVD's.. I have not found any need for additional repositories. the sources.list file doesn't need to be complex or large. there is more info on the sources.list in the Apt How-to I refered to earlier.

Quote:
deb ftp://debian.uchicago.edu/debian/ unstable main non-free contrib
deb-src ftp://debian.uchicago.edu/debian/ unstable main non-free contrib

# VLC Media Player
deb http://download.videolan.org/pub/videolan/debian sid main

# DVD Decss2
deb ftp://ftp.nerim.net/debian-marillat/ sid main
info on VLC repositories
http://www.videolan.org/vlc/download-debian.html


to add the debian-marillat repository for your specific ..

For sarge (stable) i386
Add in your /etc/apt/sources.list
deb ftp://ftp.nerim.net/debian-marillat/ sarge main

For etch (testing) i386
Add in your /etc/apt/sources.list
deb ftp://ftp.nerim.net/debian-marillat/ etch main

For sid (unstable) i386
Add in your /etc/apt/sources.list
deb ftp://ftp.nerim.net/debian-marillat/ sid main


another repository that may be of interest is the debian-unofficial.
http://www.debian-unofficial.org/index.html
it contains things like decss2, skype, Lame, Adobe Acrobat reader 7, etc...
 
Old 01-23-2006, 06:25 AM   #5
vbtalent
Member
 
Registered: Aug 2005
Posts: 48

Original Poster
Rep: Reputation: 15
Thanks, that was exactly what I was looking for.

The problem I see for Linux as a mainstream widely acceptable OS isn't that it's opensource it's that the information needed to maintain and update it which is widely available is spread all over the planet and hard to locate, I couldn't find that on Debian's site anywhere.

Hopefully that comment won't make people mad at me but I can't tell you how long I looked and googled for the information you supplied, very frustrating... thanks again.

vbtalent,
 
Old 01-23-2006, 07:31 AM   #6
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
What are you talking about.. all you had to do was come here !!


Glad I could help.
 
Old 01-23-2006, 04:55 PM   #7
vbtalent
Member
 
Registered: Aug 2005
Posts: 48

Original Poster
Rep: Reputation: 15
Good point! Can we bundle you guy's up with an application....
 
  


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
"bash: rpm: command not found" errom when trying to install any package sandeepchau123 Linux - General 16 07-06-2008 03:58 AM
How can I get the rpm command and rpm build command on my Debian box? abefroman Debian 6 11-28-2005 12:38 PM
.RPM Trouble - .rpm was not found on the medium Sporadic SUSE / openSUSE 8 12-02-2004 05:49 PM
which i386 rpm is the archiving command 'ar' found in?? newguy21 Programming 2 10-07-2004 11:32 AM
rpm error-> patch: command not found Bosnja Linux - Software 5 01-30-2004 12:59 PM

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

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