download package using apt

Download a package using apt on Debian/Ubuntu

On Debian and Ubuntu servers, you can download a package using apt download command. Package will get downloaded to current

Blocking Package Upgrade on Debian/Ubuntu

Blocking Package Upgrade on Debian/Ubuntu

To block packages from upgrading, you can use command apt-mark hold. Example To list packages that are on hold, run

Configure KVM Bridge Network on Debian 10

Configure KVM Bridge Network on Debian 10

Before you configure bridge network, make sure you have bridge-utils installed. You may also need ifdown and resolvconf packages installed

Install kvm on Debian 10

Install kvm on Debian 10

To install kvm on Debian 10, run Install libvirt, it is a tool to manage kvm Set libvirtd to start

apt-get An error occurred during the signature verification

apt-get An error occurred during the signature verification

When running apt update, i get following error To fix this error, run

Expired Updates for this repository will not be applied

Expired Updates for this repository will not be applied

When running apt update on a Debian jessie server, i get following error To fix the error, run

apt force IPv4

apt force IPv4

One of my internet provider only provide IPv4 connection. When i run apt install command, it failed with error as

Install Elasticsearch 6 on Debian for Magento

Install Elasticsearch 6 on Debian for Magento

To install Elasticsearch for Magento on Debian, install Java 1.8 and apt-transport-https Add key Add repository Install Elasticsearch Enable and

debconf: unable to initialize frontend: Dialog

debconf: unable to initialize frontend: Dialog

When installing a program in Ubuntu 18.04 server minimal installation, i get following error To fix this, run OR Related

Linux KVM Bridge network on Ubuntu

Linux KVM Bridge network on Ubuntu

On Ubuntu 18.04 server, first i get Ubuntu to use /etc/network/interface, by default Ubuntu 18.04 and newer use netplan. First

Install ShadowSocks server on Debian 10

Install ShadowSocks server on Debian 10

To install ShadowSocks server on Debian 10, run Create config file Add following You can change server_port if required. To

Ubuntu Configure systemd-resolved

Ubuntu Configure systemd-resolved

Latest Ubuntu/Debian use systemd-resolved for DNS resolution. On a fresh Ubuntu 19.04 install DNS failed to resolve. To fix this,