On Ubuntu list package versions or use apt (apt list –upgradable command) to check package version available for the system. To update the list of packages in the Ubuntu repository; we run “sudo apt update” command to update the list of packages on the repository. Similarly to upgrade the packages that are pending updates, we […]
Ubuntu
Latest Ubuntu news updates, Ubuntu tutorials and tips for Ubuntu Linux. Learn to use one the most popular Linux distros. Get the updates and latest releases for Ubuntu.
Find And Delete Files In Linux Older Than 30 Days
How to find and delete files in Linux older than 30 days. Here is the terminal command to find and delete files recursively Linux. You can easily find and remove multiple files with the extension or delete files older than 7 days in Linux. Find and Delete Files Older Than X Minutes Run the following […]
Count Number Of Files In Directory And Subdirectory In Linux Ubuntu
How to count number of files in directory and subdirectory in Linux Ubuntu. Here is the command to find number of files in a directory in Linux or count number of files in directory recursively. Using ls and wc Commnad The simplest command to count number of files in a directory and subdirectories is ls […]
How To Login As Root In Linux Without Password
How to login as root user in Ubuntu Linux command line. Read this tutorial to become root user in Ubuntu. You can also login as root in Linux without password. Su Command The command su is used to run a command with substitute user and group ID. When called with no user specified, su defaults […]
Install Python 3.12 In Ubuntu Terminal Command Line
How to install python in Linux command line (Ubuntu terminal). This tutorial explains how to install python packages and module in Linux terminal. Python 3.12 is the latest stable release of the Python programming language, with a mix of changes to the language and the standard library. The library changes focus on cleaning up deprecated […]
How To Check Kernel Installed Date In Linux Ubuntu
Linux kernel commands list to check latest kernel version in Linux Ubuntu. Here is how to check kernel installed date in Linux and how to check kernel version in Ubuntu. How To Check Kernel Version In Ubuntu 1. uname ‘uname’ prints information about the machine and operating system it is run on. If no options […]