Find the answer to your Linux question:
Results 1 to 5 of 5
i've been googling different phrases and everything trying to figure this out. All that comes up is information about installing debian on your computer or things about the CD osi ...
  1. #1
    Linux Enthusiast flipjargendy's Avatar
    Join Date
    Aug 2004
    Location
    Xanadu, Titan, Saturn
    Posts
    610

    Installing .DEB instead of .RPM (Help me understand)

    i've been googling different phrases and everything trying to figure this out. All that comes up is information about installing debian on your computer or things about the CD osi for debian.

    How do i install a deb file instead of an rpm. Is there a difference. i've opened the deb file and it seems like it just extracted files. It extracted them to my home folder. i thought it would install the package like some RPM's do. i've used FC3 for over a year and used other distro's before that, but never a Debian based distro. Right now i'm using Kubuntu. i'd appreciate any help i can get right now.

    Thank you for the help in advance.

  2. #2
    Linux Enthusiast
    Join Date
    Jun 2005
    Location
    The Hot Humid South
    Posts
    602
    In my opinion, installing debian packages is actually easier than rpm's. All you have to do it point your /etc/apt/source.list file to the right location and off you go. I'm not really sure how to reconfigure that, but if you run "base-config" you can choose the option that allows you to pick repositories. Then, all you have to do is "apt-get install <package name>".

    This site is great for getting started with Debian:
    http://www.aboutdebian.com/

  3. #3
    Just Joined!
    Join Date
    Jan 2005
    Location
    Maryland
    Posts
    67
    You can use dpkg if you've already downloaded the .deb.
    dpkg -i <package>

  4. #4
    Linux User St. Joe's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    271
    Quote Originally Posted by flipjargendy
    It extracted them to my home folder. i thought it would install the package like some RPM's do.
    Don't extract them. If the deb files are in your home folder and you want to install the group of them then just open a terminal and issue this command as su:

    # dpkg -i *.deb
    It may be that your sole purpose in life is simply to serve as a warning to others.

  5. #5
    Linux Enthusiast flipjargendy's Avatar
    Join Date
    Aug 2004
    Location
    Xanadu, Titan, Saturn
    Posts
    610
    When i opened the file by clicking it brought me to an archiver program and i just figured that's what you do with .DEB files.

    .deb files are easier! This Distro just keeps getting better and better. Thanks guys.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •