Find the answer to your Linux question:
Results 1 to 7 of 7
First off i'm really new to linux i just installed it last night. I'm running debian 5.3(i think) I've tried installing skype, google chrome and flash player. All of them ...
  1. #1
    Just Joined!
    Join Date
    Feb 2010
    Posts
    3

    [SOLVED] .deb archive type not supported

    First off i'm really new to linux i just installed it last night.
    I'm running debian 5.3(i think) I've tried installing skype, google chrome and flash player. All of them are .deb files and on everyone it says "archive type not supported", what should I do to install them?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Post the output of this
    Code:
    cat /etc/debian_version
    From where did you download skype and other .deb packages? Post complete file names of those packages?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Feb 2010
    Posts
    3
    cat /etc/debian_version = 5.0.4
    I downloaded all the packs from their web sites.
    The packs are:
    google-chrome-beta_current_i386.deb
    skype-debian_2.1.0.81-1_i386.deb
    install_flash_player_10_linux.deb

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    su -
    dpkg -i skype-debian_2.1.0.81-1_i386.deb
    Post exact error message here, if any.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Where did you get the deb files?

    For flashplayer and skype, there are repos you can use.

    FlashPlayer - Debian Wiki

    skype - Debian Wiki

    For Chrome, look here.
    Google Chrome - Get a fast new browser. For PC, Mac, and Linux

  6. #6
    Just Joined!
    Join Date
    Feb 2010
    Posts
    3
    Ok there was a list of dependencies, I installed them and it installed correctly.
    Thanks for your help.

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Glad to help you !
    Do start a new thread if you have any other question.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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