How to Install and Uninstall pfm Package on Kali Linux

Last updated: May 14,2024

1. Install "pfm" package

Please follow the steps below to install pfm on Kali Linux

$ sudo apt update $ sudo apt install pfm

2. Uninstall "pfm" package

Please follow the guidelines below to uninstall pfm on Kali Linux:

$ sudo apt remove pfm $ sudo apt autoclean && sudo apt autoremove

3. Information about the pfm package on Kali Linux

Package: pfm
Version: 2.0.8-3
Installed-Size: 767
Maintainer: Mark Hindley
Architecture: all
Depends: tcl (>= 8.5), tk (>= 8.5), libpgtcl | libpgtcl1.5, postgresql-client, itcl3, sensible-utils
Suggests: postgresql
Size: 270288
SHA256: 0e1b6d4092585df0f53f1cc46589033f64e9b90dd08262c3755d6fb136744688
SHA1: bf39dbbb2be69350a9fc362d5effe6d144cd5354
MD5sum: fee144e486510d379bc6a44c7ba0323e
Description: PostgreSQL graphical client using Tcl/Tk
Postgres Forms (pfm) is a client application with a graphical user
interface for the PostgreSQL data base server. It enables the user:
to design forms for adding, modifying or deleting records of data
base tables;
.
- to design links (one to many relationships) from one form
to another, for navigating in the data base;
.
- to design and to generate reports based on the data in a
table or view;
.
- to edit and to execute SQL statements.
.
Postgres Forms is implemented in Tcl/Tk, but there is no need for the
user to program anything in Tcl/Tk. The user only has to use SQL for
creating tables and views and for designing forms, links and reports.
.
Postgres Forms makes no attempt to hide the underlying SQL. On the
contrary, in most cases, it shows both the SQL statements it sends to
the PostgreSQL server and the results it gets back.
.
The PostgreSQL server can be remote or local.
Description-md5:
Tag: role::program, works-with::db
Section: misc
Priority: optional
Filename: pool/main/p/pfm/pfm_2.0.8-3_all.deb