BSDforge™
FreeBSD ports, or other *BSD related projects, that I either created, maintain, host, or worked on. Following, are those in the databases category.
PgWorksheet Installation
- Supported Operating Systems:
- FreeBSD
- Microsoft Windows XP/Vista
- Linux Fedora
- Linux Mandriva
- Linux Ubuntu
- OpenSUSE
- Other Operating Systems
PgWorksheet requires the following software to run:
- Python 2.4 or better
- Python GTK+ 2.6.2 or better
- python-pgsql or pyPgSQL (and mxDateTime for pyPgSQL)
Please use the package/ports system of your UNIX/BSD system, or Linux distribution, to install these dependencies.
FreeBSD
By far, FreeBSD is probably the easiest version to install.
Using the ports system:
cd /usr/ports/databases/pgworksheet
Using the pkg system:
make install cleanpkg install databases/pgworksheet
Microsoft Windows XP/Vista
To install and run PgWorksheet under Microsoft Windows XP/Vista:
Download the pgworksheet-1.9-setup-win32.exe setup program and execute it.
This setup will create a shortcut to PgWorksheet in the start menu.
Linux Fedora
Install the dependencies:
su
Install PgWorksheet:
yum install python-pgsqlDownload the PgWorksheet RPM
Install the RPMs:
rpm -ivh pgworksheet-1.9-1.fedora.noarch.rpm
Once installed, you can find a new icon in the Gnome menu.If your processor architecture isn't supported by the pre-compiled packages, use the source RPMs avaibles in the downloads.
Linux Mandriva
PgWorksheet is in the Mandriva
contrib
repository.You can install it using
Install & Remove Software
.Alternatively, you can install this package using urpmi:
su
After installation, a new icon is installed in the
urpmi pgworksheetMore Applications
menu.Ubuntu Linux
Install the dependencies:
sudo apt-get install postgresql-client python-pgsql
Install PgWorksheetDownload the PgWorksheet DEB
Install the DEB:
sudo dpkg -i pgworksheet_1.9-1_all.deb
A new icon is installed in the Gnome menu.OpenSUSE
Install the following dependency using the
Install Software
icons or using the command line:postgresql
Install PgWorksheet:Download the python-pgsql package
Download the PgWorksheet package
Install the packages:
sudo rpm -ivh python-pgsql-0.9.7-1.opensuse.i586.rpm
A new icon is installed in the menu.
sudo rpm -ivh pgworksheet-1.9-1.opensuse.noarch.rpmFor the python-pgsql package if your processor architecture isn't supported, use the source RPMs avaibles in the downloads.
Other Operating Systems
If your operating system is not listed here, or if something goes wrong with the binary, pre-compiled packages:
- Install the dependencies: Please see above, for each operating system, or below for generic insctructions.
- Download the os-independent package.
- Install the package:
cd pgworksheet-1.9
python setup.py build
python setup.py install
Once installed, simply execute the pgworksheet script.
-