Berkeley CSUA MOTD:Entry 43900
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2024/11/23 [General] UID:1000 Activity:popular
11/23   

2006/8/4-6 [Computer/SW/OS/Linux] UID:43900 Activity:nil
8/3     BoxA: "apt-cache search <mybin>" shows me the binary I need
        BoxB: "apt-cache search <mybin>" doesn't show the binary.
        I copied BoxA:/etc/apt/sources.list to BoxB, did a
        "apt-get update" on BoxB, and tried "apt-cache search <mybin>"
        on BoxB. However, it still doesn't show the binary I need.
        What did I do wrong?            -newbie, sorry to bug you guys
        \_ Does "dselect update" fix it?
           \_ No :(   -op
        \_ Do A and B and same release version?  (/etc/debian-release or
           something like it)
           \_ BoxA: testing/unstable
              BoxB: 3.1
              \_ there it is right there.  You're running two different
                 release versions.  3.1 is under stable line.  If you look
                 at the sources.list file, it actually indicates which
                 release the source is for.  If you really want the package
                 through apt-get, you have to either add a third party soure
                 (backports.org for example) or upgrade B to testing/unstable.
        \_ This is so nerdy that I have no response.  -proud American