You are not logged in.
I use Arch linux at home and I do not have internet connection in home , So I use powerpill portable in work place and use this script for download all packages I need and move them to home and install them , with this very good script , I install many packages . but I want install GNS3 for emulator Cisco devices in home and I want learn many thing about CISCo, but when at work I run this command
sh pp -S gns3 powerpill can not find this package and I can not install it ,
How I can install powerpill and use it .
Offline
Try with the '--aur' switch:
./pp -S --aur gns3Edit: Looks like pp can do only what pacman can, so no AUR support. You can use pacget for that.
Last edited by karol (2011-03-14 18:18:14)
Offline
thanks , I read instruction of pacget , but I do not know this script work on Ubunut or no , in work place I use Ubuntu with powerpill , and
Offline
If you want to use powerpill with the AUR you need bauerbill
I think it would probably be easiest to just get the source and the pkgbuild if you want to grab it on a different machine though as I do not know if there is a portable version of bauerbill.
I haven't lost my mind; I have a tape back-up somewhere.
Twitter
Offline
there is no another way I tell powerpill , get GNS3 and I can install it , why we do not have GNS3 by default in Arch
Offline
there is no another way I tell powerpill , get GNS3 and I can install it , why we do not have GNS3 by default in Arch
Because its in the AUR and no dev/TU has seen fit to bring it to the repos
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
can I find another Cisco emulator like this for linux ?
Offline
can I find another way for solve this problem ?
Offline
Why don't you just grab the tarball and sources on your work computer then build it on your home computer?
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Why don't you just grab the tarball and sources on your work computer then build it on your home computer?
thanks
But I think I will have big problem with dependency and other packages I need and I have to solve dependency hell problems
Offline
ngoonee wrote:Why don't you just grab the tarball and sources on your work computer then build it on your home computer?
thanks
But I think I will have big problem with dependency and other packages I need and I have to solve dependency hell problems
You expect to use Arch without wanting to solve the FOUR dependencies of gns3? Its not like you'd have to spend hours going through them.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
I check this link
http://aur.archlinux.org/packages.php?ID=23825
and I see GNS3 has many dependency and other packages are depend on GNS3 has many dependency too , so install it with source is so hard
when this package made for Arch linux and we can install it with pacman ?
Offline
when this package made for Arch linux and we can install it with pacman ?
When somebody decides to take care of it. https://wiki.archlinux.org/index.php/AU … ty.5D_Repo
You can check https://wiki.archlinux.org/index.php/Un … positories to see whether it's available in binary form.
Offline