Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 22
Hello Everybody, I want to try to run CCSM on my Debian Lenny and saw this site where to download the Compiz Config Settings Manager. Debian -- Details of package ...
  1. #1
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Location
    An Island in the Pacific!
    Posts
    1,197

    CCSM on Debian Lenny



    Hello Everybody,

    I want to try to run CCSM on my Debian Lenny and saw this site where to download the Compiz Config Settings Manager.

    Debian -- Details of package compizconfig-settings-manager in lenny

    I just want to play it slowly but surely this time. May I please ask for help on how can I identify the proper architecture to download that is proper for my laptop? "Alpha" "amd64" etc...

    If I'm not mistaken, I think my architecture is "686", but there seems to be no "686" in the choices. Only "i386"

    Code:
    jun@debian:~$ uname -a
    Linux debian 2.6.26-2-686 #1 SMP Wed Aug 19 06:06:52 UTC 2009 i686 GNU/Linux

    Thanks in advance!

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    17,779
    Quote Originally Posted by nujinini View Post
    If I'm not mistaken, I think my architecture is "686", but there seems to be no "686" in the choices. Only "i386"

    Code:
    jun@debian:~$ uname -a
    Linux debian 2.6.26-2-686 #1 SMP Wed Aug 19 06:06:52 UTC 2009 i686 GNU/Linux
    i386 will work on a 686 machine.
    oz

    new users: read this first
    no private messages requesting computer support - post them on the forums!

  3. #3
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,653
    You can use packages compiled for i386, i486, i586, or i686.

  4. #4
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    Why would you download and manually install this when you can use apt-get to install it?

  5. #5
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Location
    An Island in the Pacific!
    Posts
    1,197
    Quote Originally Posted by coopstah13 View Post
    Why would you download and manually install this when you can use apt-get to install it?
    Hi coopstah,

    Thanks for the tip! OK I'll try it and paste the output here also.
    Code:
    # apt-get install ccsm

  6. #6
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Location
    An Island in the Pacific!
    Posts
    1,197
    This is what I got.


    Code:
    jun@debian:~$ su
    Password:
    debian:/home/jun# apt-get install ccsm
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Couldn't find package ccsm
    debian:/home/jun#
    It says it could not find the package. May I please know what would be a good next step?

    Thank you!

  7. #7
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,653
    It's not called ccsm, it's called compizconfig-settings-manager.

  8. #8
    Just Joined! chris81's Avatar
    Join Date
    Jan 2009
    Posts
    62
    Quote Originally Posted by ozar View Post
    i386 will work on a 686 machine.
    Quote Originally Posted by reed9 View Post
    You can use packages compiled for i386, i486, i586, or i686.

    If both of you say that, then i consider it's true. Then, any clues on why i got the following :


    ./ipscan_3.0-beta3_i386.deb
    ./ipscan_3.0-beta3_i386.deb: line 1: syntax error near unexpected token 'newline'
    ./ipscan_3.0-beta3_i386.deb:line 1: '!<arch>'

    I first tought that maybe the package is corrupted / badly downloaded but :

    ./ethereal_0.99.7-1~lenny1_i386.deb
    ./ethereal_0.99.7-1~lenny1_i386.deb: line 1: syntax error near unexpected token 'newline'
    ./ethereal_0.99.7-1~lenny1_i386.deb:line 1: '!<arch>'


    I got the same result for both packages.

    Thanks in advance.
    chris81

  9. #9
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,653
    Hi. It's best to start a new post for your questions.

    But while you're here, I'm unclear what you're doing. I assume these are package that you found on the web and are trying to install?

    If so, the method is (as root)
    Code:
    dpkg -i ipscan_3.0-beta3_i386.deb

  10. #10
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Location
    An Island in the Pacific!
    Posts
    1,197
    Quote Originally Posted by reed9 View Post
    It's not called ccsm, it's called compizconfig-settings-manager.
    Hi reed9,

    Code:
    jun@debian:~$ su -
    Password:
    debian:~# apt-get install compizconfig-settings-manager.
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Couldn't find package compizconfig-settings-manager.
    debian:~#
    What am I doing wrong here ?

Page 1 of 3 1 2 3 LastLast

Posting Permissions

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