Find the answer to your Linux question:
Results 1 to 2 of 2
I am running linspire 4.5. i dowloaded the file from juno.com , juno.deb. When i double click the files icon a popup comes up asking what to open the file ...
  1. #1
    Just Joined!
    Join Date
    Dec 2007
    Posts
    1

    Unhappy linspire and juno.com

    I am running linspire 4.5. i dowloaded the file from juno.com , juno.deb. When i double click the files icon a popup comes up asking what to open the file with.can anyone tell me what to use. I am a nubie to linux so any help would be appreciated.

    thanks dls3491

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,088
    Welcome to the forums!

    Assuming that .deb files work in Linspire like they do in Debian, you'll need to go to a terminal or konsole, enter su to gain root privileges, and then enter the following command:

    Code:
    dpkg -i /path/to/file/filename.deb
    For example, if it's juno.deb and it's in your /home/username directory, it would be like this:

    Code:
    dpkg -i /home/username/juno.deb
    Let us know how it goes, and have fun with Linux.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

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