To force delete a package, run List all Installed packages List all files in a package … dpkgRead more
Debian
Reinstall a package using apt
To reinstall a package, run apt install –reinstall PKG_NAME Example
Install pureftpd on Ubuntu
To install pure-ftpd on Ubuntu, run apt install pure-ftpd -y Create a system user useradd -d … Install pureftpd on UbuntuRead more
Install GeoIP PHP Module in Ubuntu
To install GeoIP php module in Ubuntu, run apt install php-geoip To enable module, run phpenmod … Install GeoIP PHP Module in UbuntuRead more
Install ionCube on Debian 9
Download latest version of ionCube loader from cd /usr/local/src wget https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz tar xvf ioncube_loaders_lin_x86-64.tar.gz cd ioncube/ … Install ionCube on Debian 9Read more
Install Monit on Ubuntu
Monit can be used to monitor services, restart them if required. To install monit, run apt … Install Monit on UbuntuRead more
Install Remote Desktop in Debian/Ubuntu
To install and use Linux remote server as desktop, first install lite weight desktop environment like … Install Remote Desktop in Debian/UbuntuRead more
gpg: failed to start the dirmngr
When i add a key with apt-key command, i get error root@ip-172-31-47-128:~# apt-key adv –recv-keys –keyserver … gpg: failed to start the dirmngrRead more
Ubuntu find Dependencies for a package
To find dependencies for a package, run apt-cache depends PACKAGE_NAME Example root@ubuntu-s-4vcpu-8gb-nyc1-01:~# apt-cache depends php7.2 php7.2 … Ubuntu find Dependencies for a packageRead more
Ubuntu show package information
To see information about a package, run apt-cache showpkg PKG_NAME