You are not logged in.
That's true with sql file. The "pkg2db -n" does it with the categories and is faster than "-d" doing "while read LINE; do sqlite..."
Markku
Offline
In 2.1 there will be no need for refresh. The database will be updated after each -Sy/Syu.
Oh, that'd be ultra cool. Although I believe that such an update of database with each update of packages will take as long as REFRESH itself, if not longer.
I don't know if there is a way to speed it up...the ultimate solution would be if pacman moved to a db based system, but this won't happen in the near future I think. :?
Offline
...I believe that such an update of database with each update of packages will take as long as REFRESH itself, if not longer.
Good point. It will take time if comparing a list of all packages what're new. This needs to be studied if possible to echo/grep the process of -Sy what're new only. -Syu does it.
Any idea how to?
EDIT
Anyone who is interested to develop pacmenu, is welcome. I am looking forward to make it into a practical/interesting tool.
Markku
Offline
pacmenu-2.1 is uploaded.
Apr 11, 2005 (ver. 2.1)
- Doesn't require to refresh DB except when new pkgs in repos.
- Sql file for inserting package description.
- Moved database (pacmenu.db) to /var/lib/pacmenu/
- Includes "Pacakge Dependency Tree" (/usr/sbin/deptree), by skoal
http://bbs.archlinux.org/viewtopic.php?t=10283
Download
http://user-contributions.org/projects/pacmenu/pkg/
Mani Menu screenshot:
http://user-contributions.org/projects/ … n-menu.jpg
Markku
Offline
Uploade version 2.1.1
Apr 12, 2005 (ver. 2.1.1)
- Updating installed packages in DB after each new install
or removed package(s).
Its recommended to refresh the DB if earlier new packages were installed or removed.
Markku
Offline
ATM the database fails to refresh (download failed message), I think it's an ftp.archlinux.org problem, as it was giving me strange errors before (like "anonymous login failed").
Microshaft delenda est
Offline
ATM the database fails to refresh (download failed message), I think it's an ftp.archlinux.org problem, as it was giving me strange errors before (like "anonymous login failed").
"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍
Offline
What about adding to pacmenu this dependency list script created by spider007 which is much faster than the one created by skoal
http://bbs.archlinux.org/viewtopic.php? … pacmandeps
just a suggestion, or this version has been already implemented?
Favorite systems: ArchLinux, OpenBSD
"Yes, I love UNIX"
Offline
What about adding to pacmenu this dependency list script created by spider007...
It works nicely. I will replace skoal version with this in ver. 2.2. May also include a roll-back Pajaro was mentioning:
http://bbs.archlinux.org/viewtopic.php?p=81449#81449
Markku
Offline
pacmenu 2.2 uploaded.
http://user-contributions.org/projects/pacmenu/pkg/
May 19, 2005 (ver. 2.2) - Rasat
- Package rollback feature is included.
- Replaced skoal's "Pacake Dependency Tree" with Spider.007's
"pacmanDeps" - recursive package dependency viewer
http://bbs.archlinux.org/viewtopic.php?t=10339
- Few bug fixes.
Markku
Offline
When I do a SYNCPKG (after updating the DB) I get this every time:
Updating new in repos and version numbers...
diff: /var/lib/pacmenu/package.new: No such file or directory
the rollback feature gave me an error on line 475 I think, complaining about W3m, then the menu gets caught in a loop. Probably all related though.... I used the PKGBUILD and *.install.
Offline
rasat - how about the script i wrote that lists all packages from a particular repository - good for checking what you have from people's personal repos - see here:
Offline
I will take a look at it.
Markku
Offline
I can't access the 'Remove by category' menu. It says the Category Template file does not exist. It always asks me to get the file from the Archlinux ftp site on starting the program, and I say yes, but it doesn't seem to do anything (I say this because there does not seem to be a pause when I say yes and when I am shown the main menu).
I am able to Install by category, though.
This is the first time I'm using this, so it is probable I'm missing something.
ravster.
Offline
I can't access the 'Remove by category' menu. It says the Category Template file does not exist. It always asks me to get the file from the Archlinux ftp site on starting the program, and I say yes, but it doesn't seem to do anything (I say this because there does not seem to be a pause when I say yes and when I am shown the main menu).
I am able to Install by category, though.
This is the first time I'm using this, so it is probable I'm missing something.
ravster.
You need 1.4 installed first. Remove and reinstall again.
Offline
Offline
Offline
Sorry for the unfixed bugs. I will not be able to fixed them until 2nd week of June.
Markku
Offline
No problem, thanks for the great prog .
Thanks for the link, Penguin.
Offline
rasat - how about the script i wrote that lists all packages from a particular repository - good for checking what you have from people's personal repos - see here:
http://bbs.archlinux.org/viewtopic.php? … 383e6b9a49
The idea is good. What's missing, it doesn't list what repos to search requiring the user to remember what repo may have been used. Best if does auto search and lists both name of package and repo.
Markku
Offline
I will not be able to fixed them until 2nd week of June.
Bugs are fixed in ver. 2.2.1
http://user-contributions.org/projects/pacmenu/pkg/
Markku
Offline
Is pacmenu broken after pacman's update to 2.9.6-2 or it is just me?
After the update it does nothing at all when called...
Microshaft delenda est
Offline
nothing shows up at all? Check your permissions on it in /usr/bin/. It should be 755.
Offline
It is 755, but nevermind, I figured out the problem ( by strace -o file pacmenu ).
Pacmenu doesn't work without dialog, and dialog was for some rather odd reason uninstalled. I guess that dialog has to be put in as a dependency on the next pacmenu release.
Microshaft delenda est
Offline
I guess that dialog has to be put in as a dependency on the next pacmenu release.
Thanks! It will be done.
Markku
Offline