How to Install and Uninstall php-kit-pathjoin Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 05,2024

1. Install "php-kit-pathjoin" package

This guide let you learn how to install php-kit-pathjoin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install php-kit-pathjoin

2. Uninstall "php-kit-pathjoin" package

Here is a brief guide to show you how to uninstall php-kit-pathjoin on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove php-kit-pathjoin $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-kit-pathjoin package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: php-kit-pathjoin
Priority: optional
Section: universe/php
Installed-Size: 26
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Version: 1.1.2-1build1
Depends: php-common
Filename: pool/universe/p/php-kit-pathjoin/php-kit-pathjoin_1.1.2-1build1_all.deb
Size: 7216
MD5sum: b8216455448f107cd83e1341fd0b62b7
SHA1: 20b4b5ec803b11243c0835ca79fe7e4e15bc9ce4
SHA256: 73d900d5ed6f39eada43b04aefd6647d00f7600660450c1d7fc83c19a17594cf
Description-en: Cross-platform library for normalizing and joining file system paths
PathJoin is a PHP library to normalize and join file system paths.
The purpose of this library is to make easier to work with file system
paths regardless of the platform and the system directory separator.
.
The purpose of file path normalization is to provide a single and
consistent file path representation. In other words, the normalization
in this library will resolve “.” and “..” directory references and also
condense multiple directory separators into one. This makes it much
easier to avoid common problems when comparing paths against each other.
.
While PHP provides a built in function realpath(), it is not usable in
every case since it works by using the file system. This library simply
combines and normalizes the paths using string handling. There is no
requirement for the files or directories to be readable or even exist.
Description-md5: d266f617e6f241121fc4a84d7ac02d36
Homepage: http://kit.riimu.net/#pathjoin
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu