Showing posts with label debian. Show all posts
Showing posts with label debian. Show all posts

Wednesday, November 1, 2023

Exploring #Popular #OS #Distributions: A Guide to Next #Linux #Adventure...


Exploring Popular OS Distributions: A Guide to Your Next #Linux Adventure

Are you ready to embark on a journey through the diverse world of #OperatingSystem (#OS) distributions? From powerful #Linux variants to unique open-source projects, the landscape of OS choices is both extensive and exciting. In this article, we'll take a closer look at some popular OS distributions, offering insights into what makes each one unique.

Ubuntu

#Ubuntu, based on #Debian, is known for its user-friendly interface and extensive software repositories. It's a great choice for those new to #Linux.

Fedora

#Fedora, backed by Red Hat, is where innovation and cutting-edge technologies meet. Hashed with "#RPM" package management, Fedora offers the latest features for those who want to stay on the bleeding edge.

Linux Mint

#LinuxMint, with the term "Cinnamon," is a distro with a focus on providing a comfortable and visually appealing user experience. It's an ideal choice for users who value aesthetics and usability.

CentOS

#CentOS is hashed with "stability" and "servers" in mind. If you need a reliable OS for server environments, CentOS is your trusted companion.

Arch Linux

For the adventurous user who enjoys building their system from the ground up, #ArchLinux, hashed with "rolling release," is a go-to choice. It's all about customization and control.

openSUSE

#openSUSE, known for its versatility, offers both Tumbleweed and Leap versions. The word "YAST" in openSUSE stands for user-friendly configuration tools, which make it appealing for both beginners and experts.

Debian

As the parent distribution of #Ubuntu, #Debian is a rock-solid choice. Hashed with "community-driven" and "stability," Debian is perfect for those who prioritize reliability and community involvement.

Slackware

#Slackware, a timeless distro, is revered by seasoned Linux users. It's hashed with "simplicity" and "traditional." For those who appreciate the old-school charm, Slackware is worth exploring.

In conclusion, the world of #OSDistributions offers something for everyone. Whether you're a newcomer looking for a user-friendly interface or an experienced user seeking customization and control, the variety of choices ensures you'll find the perfect OS for your needs.

Remember that while downloading and trying different OS distributions is an exciting endeavor, always ensure you're obtaining them from official sources to maintain security and authenticity.

Happy exploring, and may your OS journey lead to an enriching and rewarding computing experience!

Wednesday, November 22, 2017

Available package managers on different Linux flavors

Here is the list of package managers available in different Linux flavour, for managing packages like searcing installing removing the package from the system.

Task to perfomr and commands
apt (deb file formats)
zypp (rpm)
yum/dnf (rpm)
urpmi (rpm)
Debian, Ubuntu
openSUSE
Fedora, CentOS
Mandriva, Mageia
Install new software from package repository
apt-get/apt install package_name/apt install package_name
zypper install package_name
yum install package_name
urpmi package_name
Install new software from package file
dpackage_name -i package_name
zypper install package_name
yum localinstall package_name
urpmi package_name
Update existing software
apt-get/apt install package_name
zypper update -t package package_name
yum update package_name
urpmi package_name
Remove unwanted software
apt-get/apt remove package_name
zypper remove package_name
yum erase package_name
urpme package_name
System update




Update the system
apt-get/apt update
zypper refresh
yum check-update
urpmi.update -a
aptitude update
Update the system to recent packages
apt-get/apt upgrade
zypper update
yum update
urpmi --auto-select
aptitude safe-upgrade
Searcing a package on the system




Search a package name
apt-cache search package_name
zypper search package_name
yum list package_name
urpmq package_name
Searcing a package using pattern
apt-cache search pattern
zypper search -t pattern pattern
yum search pattern
urpmq --fuzzy package_name
Searching package using file name
apt-file search path
zypper wp file
yum provides file
urpmf file
Listing the installed packages available
dpackage_name -l
zypper search -is
rpm -qa
rpm -qa
About Repository




Looking for the list of repositories
cat /etc/apt/sources.list
zypper repos
yum repolist
urpmq --list-media
Where to add new repository
(edit /etc/apt/sources.list)
zypper addrepo path name
(add repo to /etc/yum.repos.d/)
urpmi.addmedia name path
Removing unwanted repository
(edit /etc/apt/sources.list)
zypper removerepo name
(remove repo from /etc/yum.repos.d/)
urpmi.removemedia media

Featured Posts

Kali Linux Remote Desktop: Access GNOME from Windows Using Native RDP

  Kali Linux + GNOME 50 + GNOME Remote Desktop + Windows Remote Desktop (MSTSC) Getting a full GNOME desktop remotely on Kali Linux can be ...