CyberNet News
Please login or register.

Login with username, password and session length
Pages: [1]   Go Down

Author Topic: Help needed ! How to install softwares ?  (Read 4044 times)

0 Members and 1 Guest are viewing this topic.

rams

  • Newbie
  • *
  • Reputation: 0
  • Posts: 23
    • View Profile
Help needed ! How to install softwares ?
« on: October 13, 2008, 11:58:13 AM »
I downloaded one file with ".tar. gz" ext  in Kubuntu Hardy Heron. But the problem is, how install that  :-\ ? I need your help. I very new linux, please explain me in easy way. Thanks !
Logged

Pieter

  • Sr. Member
  • ****
  • Reputation: 34
  • Posts: 793
    • View Profile
    • WWW
Re: Help needed ! How to install softwares ?
« Reply #1 on: October 13, 2008, 12:41:15 PM »
You should download the DEB package instead if possible. DEB files are one-click installers, which makes it even easier to install software than on Windows.

If they don't have a DEB package available for download, you might want to read this:
http://cybernetnews.com/2007/04/17/how-to-install-tarballs-on-linux/
Logged
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." - Rich Cook

Richard

  • Sr. Member
  • ****
  • Reputation: 26
  • Posts: 801
  • Average Brit Studying an IT Degree
    • View Profile
    • WWW
Re: Help needed ! How to install softwares ?
« Reply #2 on: October 13, 2008, 03:21:24 PM »
I would recommend try getting a .deb file as it works like a .exe on Windows
Logged
Simple is designed and created by using the very best icons created by the open source community

Simple - Download Link

Ryan Wagner

  • Administrator
  • Hero Member
  • *****
  • Reputation: 51
  • Posts: 3404
    • View Profile
    • WWW
Re: Help needed ! How to install softwares ?
« Reply #3 on: October 13, 2008, 07:49:31 PM »
The article Pieter referenced above (and he actually wrote it) should give you the info you need.
Logged

rams

  • Newbie
  • *
  • Reputation: 0
  • Posts: 23
    • View Profile
Re: Help needed ! How to install softwares ?
« Reply #4 on: October 14, 2008, 07:19:45 AM »
Sorry, I am not understanding that  :-[
Logged

Pieter

  • Sr. Member
  • ****
  • Reputation: 34
  • Posts: 793
    • View Profile
    • WWW
Re: Help needed ! How to install softwares ?
« Reply #5 on: October 14, 2008, 09:44:30 AM »
Sorry, I am not understanding that  :-[
What is it you're trying to install? Perhaps we can help you find a DEB package for it.
Logged
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." - Rich Cook

rams

  • Newbie
  • *
  • Reputation: 0
  • Posts: 23
    • View Profile
Re: Help needed ! How to install softwares ?
« Reply #6 on: October 14, 2008, 11:19:33 AM »

Thanks Pieter for your support.

I want to install  Cyberoam Client (aka Sifi Client)   - Using this i can login to access internet.

Download Link(readme included) - http://www.divshare.com/download/5586359-14e

If you don't mind, can you please tell me whether the above file is able to install in your machine ?

I uploaded readme file here -http://textsnip.com/dd023b
« Last Edit: October 14, 2008, 11:58:41 AM by rams »
Logged

Pieter

  • Sr. Member
  • ****
  • Reputation: 34
  • Posts: 793
    • View Profile
    • WWW
Re: Help needed ! How to install softwares ?
« Reply #7 on: October 14, 2008, 01:11:24 PM »
Ouch, I gonna have to pass on that one. Maybe the guys over at http://www.ubuntuforums.org/ can help you out as they have more experience with (K)ubuntu than I do.
Logged
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." - Rich Cook

rams

  • Newbie
  • *
  • Reputation: 0
  • Posts: 23
    • View Profile
Re: Help needed ! How to install softwares ?
« Reply #8 on: October 15, 2008, 12:55:58 AM »
I have internet connection in xp (Because i installed Cyberoam Client in XP). So I downloaded wine(.deb) in xp from http://wine.budgetdedicated.com/archive/index.html and opened in Kubuntu , but the problem is i am not able to install atleast that  :'(
Error : Dependency is not satifiable : binfmt-support

Screenshot - http://img80.imageshack.us/my.php?image=snapshot2cj4.png
Logged

Pieter

  • Sr. Member
  • ****
  • Reputation: 34
  • Posts: 793
    • View Profile
    • WWW
Re: Help needed ! How to install softwares ?
« Reply #9 on: October 15, 2008, 07:28:36 AM »
There's an easier way to install Wine. Open up a terminal and type: sudo apt-get install wine. Then enter your admin password, and Kubuntu will take care of the rest (including the much feared dependencies).
Logged
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." - Rich Cook

rams

  • Newbie
  • *
  • Reputation: 0
  • Posts: 23
    • View Profile
Re: Help needed ! How to install softwares ?
« Reply #10 on: October 15, 2008, 09:00:41 AM »
There's an easier way to install Wine. Open up a terminal and type: sudo apt-get install wine. Then enter your admin password, and Kubuntu will take care of the rest (including the much feared dependencies).

Do I need internet connection to install that ?
Logged

Pieter

  • Sr. Member
  • ****
  • Reputation: 34
  • Posts: 793
    • View Profile
    • WWW
Re: Help needed ! How to install softwares ?
« Reply #11 on: October 15, 2008, 09:54:02 AM »
Do I need internet connection to install that ?
Ouch, you got me there. Indeed, you will need an internet connection to do that. I always take that stuff for granted. ;)

I can feel your pain. In the past, I had to mess around with Linux a lot before I found a distribution that detected my WiFi receiver. If Kubuntu doesn't detect your internet connection automatically, you're practically lost if you ask me. But then again, I'm not an all-knowing Linux wizard.

You can try to resolve all dependencies manually by downloading the DEB package of every single dependency yourself. However, it will take you a lot of time and work to figure out what depends on what. Again, I suggest that you check out http://www.ubuntuforums.org/ for additional (and better) assistance. :)
Logged
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." - Rich Cook

Ryan Wagner

  • Administrator
  • Hero Member
  • *****
  • Reputation: 51
  • Posts: 3404
    • View Profile
    • WWW
Re: Help needed ! How to install softwares ?
« Reply #12 on: October 15, 2008, 06:54:31 PM »
So you don't have an Internet connection available? That's going to make installing anything incredibly difficult. The people over at the Ubuntu forum would probably have better answers for you. Unfortunately I don't have enough experience with installing apps on Linux to be of much help.
Logged
Pages: [1]   Go Up
« previous next »