Installing GNS3 on opensuse 12.2

Hi guys, can you teach me how can I install gns3 on opensuse 64bit? Thanks! :slight_smile:

It’s here: software.opensuse.org: Search

FYI: if a package is not available through the repos you already have, go to software.opensuse.org: Download openSUSE 12.2 and search for it.

Thanks! Uhh, one question. What does a noarch package means?

On 11/18/2012 03:06 PM, JekRoss wrote:
>
> Thanks! Uhh, one question. What does a noarch package means?

it means “no architecture” restrictions…some packages are only for
32 bit computers, but a noarch is usable on (for example) 32 or 64 bit
computers, or on 386, 486, 586, or 686 intel chips or on AMD whatevers
or or or . . .

–
dd

Oh I see. Thanks!

How about cisco image unpacker for opensuse? Do you know where can I get one?

On 11/19/2012 04:06 AM, JekRoss wrote:
> How about cisco image unpacker for opensuse? Do you know where can I
> get one?

i’ve never heard of a “cisco image unpacker”, is that a MS-Windows
application??

have you tried this:
http://lmgtfy.com/?q=linux+“cisco+image+unpacker”

–
dd

It is use to unpack the binary file of cisco router image. I saw it on a nugget about gns3. And yes, the nugget uses windows as its OS. But I suppose that there should be an unpacker for linux? I’ m not sure though.

On 11/19/2012 02:16 PM, JekRoss wrote:
> there should be an unpacker for linux? I’ m not sure though.

that is why i gave you the URL (so you can be sure)…but, i will
leave it to you to do the actual reading and learning.

–
dd

Well, before I posted here. I’ve searched for it but I can’t find any. So that is why I’ m asking. Thanks btw. :slight_smile:

On 11/19/2012 04:56 PM, JekRoss wrote:
>
> Well, before I posted here. I’ve searched for it but I can’t find any.
> So that is why I’ m asking. Thanks btw. :slight_smile:

did you even look at the hits my search turned up???

the first hit on my list
http://www.sadikhov.com/forum/index.php?/topic/181810-unpacking-cisco-ios-image-gns3/
says:


I just use the linux or windows unzip CLI. That is all the unpacker will
do."

the second http://forum.gns3.net/topic139-20.html


On Linux:

$ python unpack.py --format ASA7 asa724-k8.bin
Archive:  /tmp/asa724-k8.bin.zip
inflating: /tmp/pix
ASA7 binary image successfully unpacked in asa724-k8.bin.unpacked

you might also get lucky if you search for GNS3 at
http://software.opensuse.org/search

–
dd