Find the answer to your Linux question:
Results 1 to 4 of 4
Hi all, this is cliffv a newcomer to this forum and a battling user of Ubuntu 7.10 with the KDE desktop environment. I am really astonished at the capabilities of ...
  1. #1
    Just Joined!
    Join Date
    Apr 2008
    Posts
    0

    Cool Grade 1 Student!!!

    Hi all,
    this is cliffv a newcomer to this forum and a battling user of Ubuntu 7.10 with the KDE desktop environment.
    I am really astonished at the capabilities of this program and being sick & tired of paying for Windows based programs, I think I have found the answer to my problem and will no doubt continue using Ubuntu.
    Like all apprentices I am still battling a bit with the "dependancy" situation and would like to learn more about this topic. In trying to install Vodafone-mobile-connect-a-card-driver, problems arose with Python dependancies. In trying to install the one called for, one error after the other occurs that calls for another dependancy. This is rather confusing and trust somebody could tell me a bit more of this viscious circle!!!
    Thanks for welcoming me to the forum!!!
    Cliffv.

  2. #2
    Linux Guru fingal's Avatar
    Join Date
    Jul 2003
    Location
    Birmingham - UK
    Posts
    1,539
    Hello cliffv and welcome to these Forums. The trick with resolving dependencies is to focus on learning how to use your distro's package management system.

    There is no guarantee that the software you are trying to install is included in its list of packages, but it might be. If so, it will handle everything for you.

    Best wishes - fingal.
    I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso

  3. #3
    Just Joined!
    Join Date
    Apr 2008
    Posts
    0

    Distros package management

    Hi Fingal,
    Thanks for your prompt reply. When you talk about package management systems, which ones are you referring to? You need to remember that at one stage of my life I was told that tomatoes are good for a man's prostrate, but I found it very difficult to get them in there, until the day somebody told me I am supposed to eat them!!!
    Did you actually think of packages such as Gdebi which I noticed on the system?
    In the meantime I taught myself the installation procedures of RPM, debian and Tarball files but still battle a bit with .Run files. I am however adamant to get to know these things and like Mugabe I am not going to open my fist being scared of falling out of the tree!!!
    Regards,
    Cliffv.

  4. #4
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    .run files are run from the command line. Open up a terminal, 'cd' into the directory where it is stored and type:
    Code:
    chmod +x <name of file.run>
    ./<name of file.run>
    So, for instance, if the file is located in /home/bryan/Desktop/ and called me.run, I would type the following:
    Code:
    cd Desktop/ (terminal defaults to user's home directory)
    chmod +x me.run
    ./me.run
    What python dependencies are you having a problem with?

    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.

Posting Permissions

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