How To Install Software In Linux : An Introduction
In any operating system we need to install applications to complete our day to day tasks. In the world of Windows, every program has a simple Setup.exe or a program.zip file. On a Mac a package is a program.dmg or a program.sit file. In both the operating system you can simply click it and it will ask you some very basic configuration questions like, do you accept the licence agreement or the directory you want to install the software to. Although in Linux, It seems tough to install the programs/softwares but It's not true.
It's as simple as in the two OS I mentioned above. There are sometimes problems with some type of files that you have to fight tooth and nail, here I'll not cover those specifically, but will cover them giving basics of installing software that will help finding rough spots easy.
Software Packages in Linux
As I mentioned above Windows has setup.exe or program.zip file and Mac has program.dmg or program.sit file, they are actually packages. Every software comes in “packages”. In the same way in Linux, there are several types of packages, and every distribution has its own preferred package format. It means there are more packages in Linux than any other OS.
According to the Linux Standerd Base the standerd Linux package is RPM. RPM stands for Red-hat Package Manager, orginally devoloped by Red Hat and widely used by the Linux community. Red Hat, Fedora, Mandriva and SUSE use the RPM. The RPM file looks like this program-version-other.rpm
The second package manager format is DEB, stands for Debian. Debian packages and the APT (Advanced Packagin Tool) has made advanced features that are now commonly used, like, automatic dependency resolution and signed packages. Debian packages are used by Debian/Linux, and some of the most used Linux distributions, like, Ubuntu, Linux Mint, Mepis etc. The .deb/Debian files look like this program-version-other.deb
APT For Debian based distributions, like, Ubuntu, Linux Mint etc.
The APT is the tool, commonly used to install packages, remotely from the software repository. In short it's a simple command based tool that you use to install files/softwares. Complete command is apt-get and it's the easiest way to install files/Softwares packages. This easy tools informs you about packages that are currently being installed and also it informs you about the packages that are available in repositories.
Read the complete article How To Install Software In Linux : An Introduction
Comments
-
Have you thought about blogging for the community? Your informal knowledge can be easily found and read by other Linux enthusiast. Make sure the information is accurate in your posts and that nothing similar is already available.
For instance, APT is also available in debian as well as other debian/Ubuntu based systems. You only mentioned it for Ubuntu bases distros.0 -
Please do not use this forum as a feed aggregator to drive traffic to your site. We want original text and comments, if you want your articles on this site please use the blog feature. If you want more hits to your website then please use proper Seo methods such as advertising.
I will be deleting this post and your other teaser posts as they are not solicited and very close to spam.0 -
Istimsak Abdulbasir wrote:Have you thought about blogging for the community? Your informal knowledge can be easily found and read by other Linux enthusiast. Make sure the information is accurate in your posts and that nothing similar is already available.
For instance, APT is also available in debian as well as other debian/Ubuntu based systems. You only mentioned it for Ubuntu bases distros.
I am not using the forum to generate links, If you've problem or you think such shorts posts can not serve the community then I'll post them completely here, so that user does not have to move to the other websites. And the link is working the site is up.
APT is also available in debian as well as for other debian based distributions. I've mentioned that in bold and gave two or three examples of such debian based distributions, such as ubuntu or linux mint. It did not mean APT is only for these example but for debian based distribution.
In short I had mentioned if you see there.0
Categories
- 8.8K All Categories
- 12 LFX Mentorship
- 65 LFX Mentorship: Linux Kernel
- 353 Linux Foundation Boot Camps
- 226 Cloud Engineer Boot Camp
- 67 Advanced Cloud Engineer Boot Camp
- 23 DevOps Engineer Boot Camp
- 4 Cloud Native Developer Boot Camp
- 716 Training Courses
- 14 LFC110 Class Forum
- 16 LFD102 Class Forum
- 94 LFD103 Class Forum
- 2 LFD121 Class Forum
- 55 LFD201 Class Forum
- 1 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum
- 14 LFD254 Class Forum
- 418 LFD259 Class Forum
- 78 LFD272 Class Forum
- 1 LFD272-JP クラス フォーラム
- 15 LFS200 Class Forum
- 683 LFS201 Class Forum
- LFS201-JP クラス フォーラム
- 271 LFS211 Class Forum
- 50 LFS216 Class Forum
- 23 LFS241 Class Forum
- 26 LFS242 Class Forum
- 18 LFS243 Class Forum
- 4 LFS244 Class Forum
- 7 LFS250 Class Forum
- LFS250-JP クラス フォーラム
- 102 LFS253 Class Forum
- 751 LFS258 Class Forum
- 7 LFS258-JP クラス フォーラム
- 48 LFS260 Class Forum
- 74 LFS261 Class Forum
- 6 LFS262 Class Forum
- 76 LFS263 Class Forum
- 14 LFS264 Class Forum
- 10 LFS266 Class Forum
- 8 LFS267 Class Forum
- 8 LFS268 Class Forum
- 3 LFS269 Class Forum
- 173 LFS272 Class Forum
- 1 LFS272-JP クラス フォーラム
- 184 LFW211 Class Forum
- 99 LFW212 Class Forum
- 875 Hardware
- 204 Drivers
- 74 I/O Devices
- 43 Monitors
- 115 Multimedia
- 204 Networking
- 98 Printers & Scanners
- 82 Storage
- 716 Linux Distributions
- 78 Debian
- 64 Fedora
- 12 Linux Mint
- 13 Mageia
- 22 openSUSE
- 125 Red Hat Enterprise
- 33 Slackware
- 13 SUSE Enterprise
- 344 Ubuntu
- 445 Linux System Administration
- 33 Cloud Computing
- 63 Command Line/Scripting
- Github systems admin projects
- 88 Linux Security
- 73 Network Management
- 105 System Management
- 45 Web Management
- 50 Mobile Computing
- 18 Android
- 19 Development
- 1.2K New to Linux
- 1.1K Getting Started with Linux
- 499 Off Topic
- 119 Introductions
- 193 Small Talk
- 19 Study Material
- 742 Programming and Development
- 237 Kernel Development
- 471 Software Development
- 898 Software
- 244 Applications
- 178 Command Line
- 2 Compiling/Installing
- 72 Games
- 313 Installation
- 19 All In Program
- 19 All In Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)