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
  •  


Western Digital 1TB WD Blue PC Desktop 3.5'' Internal CMR Hard Drive - WD10EARZ picture

Western Digital 1TB WD Blue PC Desktop 3.5'' Internal CMR Hard Drive - WD10EARZ

$44.99



Western Digital 1TB WD Blue SA510 SATA SSD Internal 2.5”/7mm Cased - WDS100T3B0A picture

Western Digital 1TB WD Blue SA510 SATA SSD Internal 2.5”/7mm Cased - WDS100T3B0A

$89.99



SanDisk 1TB Extreme Portable SSD, External Solid State Drive - SDSSDE61-1T00-G25 picture

SanDisk 1TB Extreme Portable SSD, External Solid State Drive - SDSSDE61-1T00-G25

$109.99



Dell EMC - Intel DC P4510 SSDPE2KX010T8T 1TB U.2 PCIe NVMe 3.1 SSD 008MW picture

Dell EMC - Intel DC P4510 SSDPE2KX010T8T 1TB U.2 PCIe NVMe 3.1 SSD 008MW

$98.99



2 PACK  Seagate ST1000LM035 Mobile HDD 1TB 2.5

2 PACK Seagate ST1000LM035 Mobile HDD 1TB 2.5" SATA III Laptop Hard Drive

$27.25



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$19.99



Samsung - Geek Squad Certified Refurbished 870 EVO 1TB SATA Solid State Drive picture

Samsung - Geek Squad Certified Refurbished 870 EVO 1TB SATA Solid State Drive

$67.99



1 TB SATA 2.5

1 TB SATA 2.5" Laptop hard drive- Used - Mixed RPM- Tested - Mix Brands/Models

$12.00



Apple 1TB Solid State Drive for Apple MacBook Pro picture

Apple 1TB Solid State Drive for Apple MacBook Pro

$80.00



1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot picture

1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot

$80.39