Getting to Know Apt

2 March, 2009 (07:35) | General, Linux, Software, tools | By: admin

Found a great article on Apt while browsing Digg.

With APT, Linux gained the ability to install and manage software packages in a much simpler and more efficient way than was previously possible. Before its introduction, most software had to be installed either by manually compiling the source code, or using individual packages with no automatic dependency handling (such as RPM files).  This could mean hours of  “dependency hell” even to install a fairly trivial program.

Write a comment