Announcement

Collapse
No announcement yet.

N-game for linux

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    N-game for linux

    I was trying to run the game N, so I downloaded the linux version, unarchived it, and then tried to run it by doing this:
    nice -n 20 ./n_v14

    for which I got this response:
    ./n_v14: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory

    so I opened up Adept manager to look for the library, but couldn't find it. any thoughts of where I can get it, or if it changed it's name?

    #2
    Re: N-game for linux

    > Ubuntu Packages
    This site provides you with information about all the packages available in the Ubuntu Package archive.
    => Search the contents of packages
    Keyword: libgtk-1.2.so.0
    Distribution: hardy (do you have Kubuntu Hardy Heron (8.04 ?))

    =>
    You have searched for filenames that contain libgtk-1.2.so.0 in suite hardy, all sections, and all architectures. Found 2 results.

    FILE PACKAGES
    /usr/lib/debug/libgtk-1.2.so.0 libgtk1.2-dbg
    /usr/lib/libgtk-1.2.so.0 libgtk1.2

    => Try to install libgtk1.2
    Package: libgtk1.2 (1.2.10-18.1build2)

    The GIMP Toolkit set of widgets for X

    The GIMP Toolkit is a freely available set of widgets for X. GTK is easy to use, and has been implemented in such projects as The GNU Image Manipulation Program (The GIMP), GNOME, a GNU desktop set of utilities for X, and gzilla, a GNU web-browser.
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: N-game for linux

      I'm pretty sure I\m still running feisty.
      I went to that website, I try that search exactly the same, nothing comes up,
      You have searched for packages that names contain libgtk-1.2.so.0 in all suites, all sections, and all architectures.

      Sorry, your search gave no results
      Edit 1: I found the package you mentioned, but do you know how I can get it for feisty or doesn't it matter?

      Comment


        #4
        Re: N-game for linux

        Edit 1: I found the package you mentioned, but do you know how I can get it for feisty or doesn't it matter?
        ??

        As it is in the Feisty repositories:
        You have searched for filenames that contain libgtk-1.2.so.0 in suite feisty, all sections, and all architectures. Found 2 results...

        Repos and installing in the Kubuntu (K/X/ubuntu is a Debian based Linux distribution):

        > Repositories/Kubuntu
        > How to install ANYTHING in Ubuntu!
        A graphical guide for all new users with a Windows background using Ubuntu
        > Installing Software in Ubuntu
        > AdeptHowto (Kubuntu default package manager)
        > Synaptic Package Manager (Ubuntu default package manager)
        > FAQ: Package Managers
        > FAQ: Kubuntu without internet connection
        > Topic: Making Local Repository



        => In the konsole (with internet):
        Code:
        sudo apt-get install libgtk1.2
        The following extra packages will be installed:
        libglib1.2ldbl libgtk1.2-common
        The following NEW packages will be installed:
        libglib1.2ldbl libgtk1.2 libgtk1.2-common
        without net, you need to download and install:
        libglib1.2ldbl libgtk1.2-common libglib1.2ldbl libgtk1.2 libgtk1.2-common
        You can download single packages from the Ubuntu Packages...
        Before you edit, BACKUP !

        Why there are dead links ?
        1. Thread: Please explain how to access old kubuntu forum posts
        2. Thread: Lost Information

        Comment

        Working...
        X