Find the answer to your Linux question:
Results 1 to 6 of 6
So I downloaded a package (gmail notifier) with the extension deb. I double click on the file (in kde) and another saw that there 3 files in there. One config ...
  1. #1
    mss
    mss is offline
    Just Joined! mss's Avatar
    Join Date
    Jan 2006
    Posts
    45

    Unhappy deb or rpm files

    So I downloaded a package (gmail notifier) with the extension deb. I double click on the file (in kde) and another saw that there 3 files in there. One config one binary (.bin) and another one. I assume that I should run the bin fie. But as soon as double click on it the file opens in k-write I even checked the permission to 755 and tried running the file from the terminal but again no help.

    any ideas????

  2. #2
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    What you are doing is actually seeing the contents of the package. You install .deb packages from the command line as root...
    Code:
    dpkg -i name_of_package.deb
    Linux Mint + IceWM Registered:#371367 New Members: click here

  3. #3
    mss
    mss is offline
    Just Joined! mss's Avatar
    Join Date
    Jan 2006
    Posts
    45
    Is it the same thing for rpm packages or file with ext tar.gz?

  4. #4
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    Not quite. RPM files are installed in a similar fashion but for a Debian based system, you would be better to either get the package through apt or convert it to a deb using alien. tar.gz's are archives just like zip files in Windows. They usually contain source code which you have to compile or they contain pre-compiled binaries.

    Bryan
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  5. #5
    mss
    mss is offline
    Just Joined! mss's Avatar
    Join Date
    Jan 2006
    Posts
    45
    ^ holly crap.

    ok so I ran the dpkg -i .... and it installed the package. Where/how it got installed I have no idea. And now I am in kde I can't find it anywhere.

    Another thing I was trying to add a path to the environment path and ran the command. env path= /opt/folder name. but it wiped out everything that was in the path before. is there any where that I can get this back.

  6. #6
    Linux Newbie
    Join Date
    Jan 2005
    Location
    Maryland, USA
    Posts
    103
    If the install went well you can find the program by typing 'gmail-notify' into the terminal. It should have also inserted itself into the K menu under Internet

Posting Permissions

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