You are not logged in.

#1 2003-05-26 19:46:55

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,294
Website

GUI Package & Configuration Manager for AL

Most likely all AL users are familiar with /archlinux/setup when installing Archlinux from CD or FTP. Here is a modified version of setup for day-to-day use when installing and removing packages. It can also be used for editing config files and configuring network.

I didn't make any changes in the "editing" or "donetwork" script (waiting for setup 0.5 to be released). "Selectpkg" is changed and "removepkg" is new.

http://amlug.net/new-projects/al-pcm/pcm.exp.html

Requirement:
dialog-0.7-2

To run pcm.exp-0.1 ( based on setup-0.4 scripts)  it doesn't work on the latest dialog version. If you have installed dialog-0.9b, you need to remove it and re-install dialog-0.7-2. You can download the older version from amlug website.


Markku

Offline

#2 2003-05-26 21:25:59

Arielext
Member
From: Amersfoort, the Netherlands
Registered: 2002-08-12
Posts: 362
Website

Re: GUI Package & Configuration Manager for AL

oh my god!  a helper package !!! big_smile
this looks just like how RPM started out wink

Nice work though, some helper packages are more than welcome


apt-get install arch

Offline

#3 2003-05-26 21:55:49

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: GUI Package & Configuration Manager for AL

Hehehe

We'll remember pcm as the pacman interface before pacman interfaces were supposed to be created (with shared libraries).  Not saying I'll use it, but kudos to you.


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

#4 2003-05-26 22:20:32

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: GUI Package & Configuration Manager for AL

darn guis sad


AKA uknowme

I am not your friend

Offline

#5 2003-05-27 03:59:47

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,294
Website

Re: GUI Package & Configuration Manager for AL

sarah31 wrote:

darn guis sad

I agree but when seeing few of my friends, including myself when using pcm, they began to install / utilize also other packages than what they installed during AL's installation.

A GUI "pacman" helps users to know what packages are available thereby extending their utilization of AL. PCM allows users to select all (installed and unistalled packages ) or only display uninstalled packages. Before selection they select either current or unofficial. These views of package lists minimize the information currently used websites (current and unofficial) are providing. The websites are good but make users (some of us) overwhelmed with information for "day-to-day" usages. In general, users are less interested in "what they have" or "what're available (full list)" but want to know "what packages are available beside what they already have".

In pcm.exp-0.2 I will try to incorporate the short description of each packages when displaying uninstalled packages.


Markku

Offline

#6 2003-05-27 04:27:11

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: GUI Package & Configuration Manager for AL

i guess.

anyway good work but you should also think of adding the unstable tree too it is not very stocked as of yet but i will be moving some applications from unofficial to unstable and i think Blaasvis was thinking of implimenting a unstable gnome version too.

oh one last point it is too badd your friends do not use the website more. since the new one came up the package section is about the best you can get on any linux distro's homepage.


AKA uknowme

I am not your friend

Offline

#7 2003-05-27 07:39:03

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,294
Website

Re: GUI Package & Configuration Manager for AL

sarah31 wrote:

oh one last point it is too badd your friends do not use the website more. since the new one came up the package section is about the best you can get on any linux distro's homepage.

My friends and myself use the website and appreciate the new site. What I tried say, its easier to check with PCM "what's new and are available" when one can compare what are already installed on the machine than trying to do the same with the help of the website (going through a full list of current or unofficial packages).

The website is very essential providing the broader information of a package (version number, date, name of category and longer description) and to have an over-all picture of all available packages. PCM, I see as a personal "helper" as Arielext nicely descried it.


Markku

Offline

#8 2003-05-27 07:59:25

Nickm
Member
From: Netherlands
Registered: 2003-02-25
Posts: 106

Re: GUI Package & Configuration Manager for AL

Very nice work. Only one thing, not even about the package.

on your website

rasat wrote:

HOW TO INSTALL

Download:
27-Mayl-2003 http://amlug.org/new-projects/al-pcm/pc … 0.1.tar.gz
dialog package: http://amlug.org/new-projects/al-pcm/di … pkg.tar.gz

# pacman --remove dialog (if dialog-0.9b or later is installed)
# pacman -A dialog-0.7-2.pkg.tar.gz
# pacman -A hwd.exp-0.3.pkg.tar.gz

To uninstall:
# pacman --remove pcm.exp

Pcm.exp contains four files (/etc/pcm/setup, dummy, current-package-list.txt and unofficial-package-list.txt) and one link (/usr/bin/pcm).

shouldn't  # pacman -A hwd.exp-0.3.pkg.tar.gz
be changed to # pacman -A pcm.exp-0.3.pkg.tar.gz

anyway thanks for the great package

Offline

#9 2003-05-27 10:49:12

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,294
Website

Re: GUI Package & Configuration Manager for AL

Nickm wrote:

Very nice work. Only one thing, not even about the package.

shouldn't  # pacman -A hwd.exp-0.3.pkg.tar.gz
be changed to # pacman -A pcm.exp-0.3.pkg.tar.gz

Ooops! That's my mistake when copying the page layout from my HWD webpage. Thanks for correction.

The code is:
# pacman -A pcm.exp-0.1.pkg.tar.gz

<b>NOTE!!!</b>
There was an error in the pcm.exp-0.1 packages searching for files in /archSetup folder (if anyone did download). I have fixed the error and replaced the package.


Markku

Offline

#10 2003-05-31 14:37:43

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,294
Website

Re: GUI Package & Configuration Manager for AL

I have uploaded pcm.exp-0.2
http://amlug.org/new-projects/al-pcm/pcm.exp.html

<b>What's new in 0.2:</b>
1. View latest upgradeable packages and select package(s) to upgrade.
2. View and select unstable packages.


Markku

Offline

#11 2003-10-21 09:37:33

pcs333
Member
Registered: 2003-10-18
Posts: 31

Re: GUI Package & Configuration Manager for AL

is this project not being worked on now cus it seems a very good idea for ultra newbees, like me  lol

Offline

#12 2003-10-21 11:39:43

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,294
Website

Re: GUI Package & Configuration Manager for AL

Currently version 0.2 advantage over console pacman is too little. What may be useful, is a GUI panel with all pacman's functions helping users to know more about pacman and doesn't require to remember key commands.


Markku

Offline

#13 2003-10-21 19:43:11

kakabaratruskia
Member
From: Santiago, Chile
Registered: 2003-08-24
Posts: 596

Re: GUI Package & Configuration Manager for AL

Another error in the page is the tittle...IT's the title of HWD.

Anyway, great tool. Hope it gets to the official distro.


And where were all the sportsmen who always pulled you though?
They're all resting down in Cornwall
writing up their memoirs for a paper-back edition
of the Boy Scout Manual.

Offline

#14 2007-05-18 17:56:13

s26c.sayan
Member
From: Kolkata, India
Registered: 2007-02-07
Posts: 176
Website

Re: GUI Package & Configuration Manager for AL

Is this package still available somewhere??


March Linux : An Arch Linux "distrolet" that I am trying to develop (March = My Arch!)
Please take a look......:)

Offline

#15 2007-05-20 20:19:25

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,294
Website

Re: GUI Package & Configuration Manager for AL

No longer except in my machine as a "museum" item. smile

If you are searching for GUI package manager, doing same as the pcm but much more, take a look at pkginfo.
http://bbs.archlinux.org/viewtopic.php?id=22564


Markku

Offline

#16 2007-05-20 20:24:15

s26c.sayan
Member
From: Kolkata, India
Registered: 2007-02-07
Posts: 176
Website

Re: GUI Package & Configuration Manager for AL

rasat wrote:

No longer except in my machine as a "museum" item. smile

If you are searching for GUI package manager, doing same as the pcm but much more, take a look at pkginfo.
http://bbs.archlinux.org/viewtopic.php?id=22564

I am...its yet another great contribution!!! smile

Can't maximize the window (in Fluxbox) though!!! Other than that, it rocks!!


March Linux : An Arch Linux "distrolet" that I am trying to develop (March = My Arch!)
Please take a look......:)

Offline

#17 2007-05-21 03:52:10

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,294
Website

Re: GUI Package & Configuration Manager for AL

s26c.sayan wrote:

Can't maximize the window (in Fluxbox) though!!!

There is no max button... most probably because I don't like maximizing any window. :wink:


Markku

Offline

Board footer

Powered by FluxBB