Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32

Thread: Intstlling Packages?

  1. #1
    Member registered user
    Join Date
    Dec 2003
    Location
    South Dakota
    Posts
    52

    Intstlling Packages?

    I'm trying to get my first download installed.
    I'm running Knoppix from the hard drive.
    I picked the top .deb file (pacman game) from this site.
    http://www.tuxfinder.com/packages/se...deb&country=US

    When I click to download it I'm give the option to use KPackage.
    KPackage opens and I see pacman downloaded to it.
    I click install and it seems to install it under games just fine.
    I can find it in under games, the icon looks like a blank page.
    I click on the icon to start the game and it can not seem to find anything.

    I can find the game in KPackage and it shows

    status
    install ok installed


    So what I'm I doing wrong?

    Thanks,

  2. #2
    Junior Member registered user
    Join Date
    Dec 2003
    Location
    Bothell, Washington, USA
    Posts
    14

    Regarding pacman package installation

    Hello...this is my first post here. I mainly work with and use MS software (especially servers and Citrix MetaFrame), but am interested in Linux and I'm trying my hand at exploring Knoppix.

    As a test I just installed the same pacman package, and when I try to run it by running a shell and typing "pacman", I get the following:
    X Error of failed request: BadName (named color or font does not exist)
    Major opcode of failed request: 45 (X_OpenFont)
    Serial number of failed request: 27
    Current serial number in output stream: 31
    Don't know if this is the same problem that you are experiencing but I thought that I would report it here.

  3. #3
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479

    Re: Intstlling Packages?

    Quote Originally Posted by spydie
    I'm trying to get my first download installed.
    I'm running Knoppix from the hard drive.
    I picked the top .deb file (pacman game) from this site.
    http://www.tuxfinder.com/packages/se...deb&country=US

    When I click to download it I'm give the option to use KPackage.
    KPackage opens and I see pacman downloaded to it.
    I click install and it seems to install it under games just fine.
    I can find it in under games, the icon looks like a blank page.
    I click on the icon to start the game and it can not seem to find anything.

    I can find the game in KPackage and it shows

    status
    install ok installed


    So what I'm I doing wrong?

    Thanks,
    You should get the package from debian it just installed fine here.

    Code:
    HappyTux:/home/stephen# apt-cache search pacman
    hatman - Customizable high-resolution Pacman clone
    mangoquest - The Blue Mango Quest, a first person maze game
    mangoquest-data - The Blue Mango Quest, a first person maze game
    mangoquest-doc - The Blue Mango Quest, a first person maze game
    xpacman - Basic Pacman
    apple2 - Apple ][ Emulator
    xapple2 - Apple ][ Emulator
    gtkboard - Many board games in one program
    pacman - Chase Monsters in a Labyrinth
    op-kpacman-fb - Pacman clone for Opie
    HappyTux:/home/stephen# apt-cache policy pacman
    pacman:
      Installed: (none)
      Candidate: 10-14
      Version Table:
         10-14 0
            990 http://ftp2.de.debian.org testing/main Packages
            600 http://ftp2.de.debian.org unstable/main Packages
         10-13 0
            500 http://ftp2.de.debian.org stable/main Packages
    HappyTux:/home/stephen# apt-get -s install pacman
    Reading Package Lists... Done
    Building Dependency Tree... Done
    The following NEW packages will be installed:
       pacman (10-14)
    0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
    Inst pacman (10-14 Debian:testing)
    Conf pacman (10-14 Debian:testing)
    HappyTux:/home/stephen# apt-get install pacman
    Reading Package Lists... Done
    Building Dependency Tree... Done
    The following NEW packages will be installed:
       pacman (10-14)
    0 upgraded, 1 newly installed, 0 to remove and 6 not upgraded.
    Need to get 26.8kB of archives.
    After unpacking 266kB of additional disk space will be used.
    Get:1 http://ftp2.de.debian.org testing/main pacman 10-14 [26.8kB]
    Fetched 26.8kB in 0s (30.7kB/s)
    Reading package fields... Done
    Reading package status... Done
    Retrieving bug reports... Done
    Reading changelogs... Done
    Selecting previously deselected package pacman.
    (Reading database ... 77527 files and directories currently installed.)
    Unpacking pacman (from .../archives/pacman_10-14_i386.deb) ...
    Setting up pacman (10-14) ...
    
    HappyTux:/home/stephen# pacman
    bash: pacman: command not found
    HappyTux:/home/stephen# whereis pacman
    pacman: /usr/games/pacman /usr/share/man/man6/pacman.6.gz
    HappyTux:/home/stephen# /usr/games/pacman
    You have to add it to the menus yourself and choose some icon it does not seem to come with it's own. It starts with the game playing so reading the man page would be a good idea to find out the command line switches if any.

  4. #4
    Junior Member registered user
    Join Date
    Dec 2003
    Location
    Bothell, Washington, USA
    Posts
    14
    I tried all that but I still get the error messages I quoted earlier. Hmmm...

  5. #5
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by UltraMega
    I tried all that but I still get the error messages I quoted earlier. Hmmm...
    Try strace pacman to see where it is failing.

  6. #6
    Junior Member registered user
    Join Date
    Dec 2003
    Location
    Bothell, Washington, USA
    Posts
    14
    The "strace pacman" command spit out a few hundred lines of output, and looks cryptic to me. There's a few lines here and there complaining about "No such file or directory" for "/etc/ld.so.nohwcap", but that might not be related. Want me to cut & paste the entire output, or just the last screen of text?

  7. #7
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by UltraMega
    The "strace pacman" command spit out a few hundred lines of output, and looks cryptic to me. There's a few lines here and there complaining about "No such file or directory" for "/etc/ld.so.nohwcap", but that might not be related. Want me to cut & paste the entire output, or just the last screen of text?
    Even stranger I have no such file:

    Code:
    HappyTux:/home/stephen# ll /etc/ld.so.*
    -rw-r--r--    1 root     root          36K 2003-12-31 04:18 /etc/ld.so.cache
    -rw-r--r--    1 root     root           96 2003-12-18 21:54 /etc/ld.so.conf
    Unless it is looking in the ld.so.conf file for a path here is what is in mine:

    Code:
    /usr/X11R6/lib
    
    /usr/lib/libc5-compat
    /lib/libc5-compat
    /usr/i486-linuxlibc1/lib
    /usr/local/lib
    For the output do you have some place where you can put a text file on the web and put a URL here it's probably better than having a huge post.

  8. #8
    Junior Member registered user
    Join Date
    Dec 2003
    Location
    Bothell, Washington, USA
    Posts
    14

  9. #9
    Member registered user
    Join Date
    Dec 2003
    Location
    South Dakota
    Posts
    52

    Re: Intstlling Packages?

    When you say I should get the package from debian do you mean download it at debian.com or what?

    How do I add it to the menus myself?
    Do I add it to the menu well in KPackage?

    Thanks for helping me out,

  10. #10
    Member registered user
    Join Date
    Dec 2003
    Location
    South Dakota
    Posts
    52
    I should maybe add, being a newbie I don't really know what to do with the code that is being posted.

    I would like to be able to just click, download and install something simple to see how it works.

    Unless you can give me step by step instructions on what I should be doing with the code.

    Thanks again for taking the time to help this newbie out

Page 1 of 4 123 ... LastLast

Similar Threads

  1. where are the nx packages?
    By dobell in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 05-18-2005, 02:32 PM
  2. FTP with knoppix packages
    By kamil in forum General Support
    Replies: 2
    Last Post: 10-12-2004, 01:17 PM
  3. Packages
    By boombastic in forum General Support
    Replies: 2
    Last Post: 07-14-2004, 09:02 AM
  4. how to install non-deb packages, e.g. tar.gz ?
    By linux55 in forum Customising & Remastering
    Replies: 2
    Last Post: 06-29-2004, 03:11 AM
  5. packages
    By mogz in forum General Support
    Replies: 1
    Last Post: 04-11-2003, 05:44 AM

Posting Permissions

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


A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



HyperX FURY RAM DDR4 16GB 8GB 32GB 4GB 3200 2666 2400 2133 Desktop Memory DIMM picture

HyperX FURY RAM DDR4 16GB 8GB 32GB 4GB 3200 2666 2400 2133 Desktop Memory DIMM

$9.64



CRUCIAL DDR3L 8GB 16GB 32GB 1600 MHz PC3-12800 Laptop Memory RAM SODIMM 204-Pin picture

CRUCIAL DDR3L 8GB 16GB 32GB 1600 MHz PC3-12800 Laptop Memory RAM SODIMM 204-Pin

$14.35



A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G picture

A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G

$13.99



A-Tech 16GB 2 x 8GB PC3-12800 Laptop SODIMM DDR3 1600 Memory RAM PC3L 16G DDR3L picture

A-Tech 16GB 2 x 8GB PC3-12800 Laptop SODIMM DDR3 1600 Memory RAM PC3L 16G DDR3L

$27.98



Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) Intel picture

Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) Intel

$35.99



A-Tech 16GB 2x 8GB PC3-12800 Desktop DDR3 1600 MHz 240pin DIMM Memory RAM 16G 8G picture

A-Tech 16GB 2x 8GB PC3-12800 Desktop DDR3 1600 MHz 240pin DIMM Memory RAM 16G 8G

$27.98



HMT84GL7AMR4C-RD 32GB DDR3 Server Memory RAM 14900L ECC REG 4Rx4 SK Hynix Cisco picture

HMT84GL7AMR4C-RD 32GB DDR3 Server Memory RAM 14900L ECC REG 4Rx4 SK Hynix Cisco

$13.99



Hynix 64GB 4Rx4 PC4-2133P-L LRDIMM DDR4-17000 ECC Load Reduced Server Memory RAM picture

Hynix 64GB 4Rx4 PC4-2133P-L LRDIMM DDR4-17000 ECC Load Reduced Server Memory RAM

$64.99



Kingston HyperX FURY DDR3 8GB 16GB 32G 1600 1866 1333 Desktop Memory RAM DIMM picture

Kingston HyperX FURY DDR3 8GB 16GB 32G 1600 1866 1333 Desktop Memory RAM DIMM

$39.95