You are not logged in.
Pages: 1
OK, Very Happy So Far. I have followed everyones advice and tips,tutorials kindly given me,. upgraded system etc. AnyHow what I have been searching for is a way to find out what packages PacMan may have , I want to know if there is a command to give pacman that will give me a list of whats available. I havn't added any sources or repos yet'not sure what PacMan uses or what package tool it is closely related to (apt-get,yum,Portage,etc etc) is there a gui for pacman ,not that I need it , I know how to add install a package but am just curious to see whats available?
Yibbidee Yibbida
Offline
jacman and gtkpacman are gui's available in aur. Both show all available packages.
you can use -Ss switches (for pacman) to search packages and their descriptions.
Offline
Thanks penguin ,are these downloadable with pacman or do I have to download & compile them as I tried installing them but got this error for both
" pacman -S gtkpacman
gtkpacman: not found in sync db
. Sorry not sure what Aur is
Yibbidee Yibbida
Offline
there in aur. Look up top on the right hand side. Go there and do a search there for them. Aur is where users contribute PKGBUILDS (a file used to make an arch package) for various programs not available in the "official" repo. Through a voting system, the packages may get into the unofficial [ community ] repository.
These programs (the gui's I mentioned) are developed by users, thats why they are in AUR and not your official repo.
Offline
to make and install the package, download all the files in compressed archive, cd into that directory and do:
makepkg -cfbi
Offline
Thanks penguin ,are these downloadable with pacman or do I have to download & compile them as I tried installing them but got this error for both
" pacman -S gtkpacman
gtkpacman: not found in sync db
. Sorry not sure what Aur is
The AUR may seem a little daunting if you're a newbie. I know it took me a while to get the hang of it, and I had been using Arch for 6 months, so I understand.
Regarding Jacman, if you wish to bypass the AUR for now, I've already created a pkg.tar.gz and I'm reliably informed that pacman can install from URLs. Therefore, you can do this:
pacman -A http://download.berlios.de/jacman/jacman-0.2-1.pkg.tar.gz
Then it's just a matter of typing 'jacman' at the command prompt.
Offline
OK thanks 4 That, I probably should of researched abit more through Forum etc before starting post as I found theres a fair bit in regards to this topic in different ways , AnyWay whats more important I found is to get Gnome setup & install gedit even though I prefer Kate but is not available with the way I have pacman setup at the moment , Thanks Hutchy
Yibbidee Yibbida
Offline
You can find all the packages right on the website...
http://www.archlinux.org/packages.php
I am a gated community.
Offline
Kate is part of kdebase (pacman -S kdebase). However, it will bring in a lot of dependencies.
Offline
Does rasat have that kde standalone pkg thing going tho? It might be in there...
Offline
Thanks ,I have JacMan now installed & looks Good ,
Yibbidee Yibbida
Offline
remember to vote for it if you like it. With enough, it'll get into [community] repo
Offline
Well reminded. Hutchy, as you're new, packages like Jacman are hosted on the AUR, but only their PKGBUILD. If you look at the package via AUR, you'll see there's a vote button. Packages that have the most votes will be taken out of the AUR and maintained actively by Arch devs, meaning you can install directly via pacman.
Do read all about AUR in the wiki - you won't survive with Arch for too long without it
Offline
"No Worries Mate" will Do
Yibbidee Yibbida
Offline
I've already considered putting Jacman in community But when I tried it it crapped out on me so i thought I'd leave it for a bit No rush is there
Offline
I've already considered putting Jacman in community But when I tried it it crapped out on me so i thought I'd leave it for a bit No rush is there
Doesn't bother me. I don't expect Jacman to even be considered unless it reaches the vote threshold.
If you could explain how exactly it "crapped out". I'd like to fix any problems, naturally. (You talking about v0.2?)
Offline
Pages: 1