Jamie's Blog

  • Home
  • About me
  • Blogs

Debian

Linux

3 ways to intall deb files on Ubuntu

Method 1: Using the default Software Centre In Ubuntu, the easiest way is to use the default Software Centre. Here you don’t have to do anything special. Just go to the folder where you downloaded the .deb file (it should be the Downloads folder) and double click on this file. Read more…

By jamie, 2 years17 November 2022 ago
Backend Development

Explain command ‘dpkg’ in detail

dpkg is short for Debian package, a package management system developed specifically for the Debian operating system to install, update and remove software. All Linux systems derived from “Debian” use dpkg, for example “Ubuntu”. dpkg [option] <action> Options:-i: Install package-r: Remove package-P: Delete a package with its configuration file-L: Show Read more…

By jamie, 3 years28 December 2021 ago
Backend Development

View installed softwares on Ubuntu

dpkg -l will list information about all installed packages on your system. In combination with grep, you can filter out what you want. e.g. dpkg -l | grep ftp The first column of the output is usually two letters, representing the desired state and the current state respectively. Desired state Read more…

By jamie, 3 years28 December 2021 ago
Categories
  • AWS (2)
  • Backend Development (36)
  • Bootstrap (1)
  • Computer Science (3)
  • Crawler (1)
  • CSS (3)
  • Database (11)
  • Design Model (1)
  • Docker (12)
  • Elasticsearch (2)
  • eslint (1)
  • Frontend Development (25)
  • git (1)
  • Gradle (1)
  • Gson (1)
  • hibernate (1)
  • HTML (1)
  • Jackson (2)
  • Java (13)
  • javascript (3)
  • json (2)
  • junit (4)
  • Linux (7)
  • Mybatis (4)
  • MySQL (7)
  • Networks (3)
  • Nginx (1)
  • prettier (1)
  • Pyppeteer (1)
  • React (16)
  • Spring (2)
  • Springboot (2)
  • Strapi (2)
  • version control (1)
  • wordpress (2)
  • About me
  • Blogs
  • Front Page
Hestia | Developed by ThemeIsle