Installing and removing Debian packages with apt-get software

​it is possible to both install and remove Debian packages with apt-get utility.

It is a command line utility. A nicer looking aptitude can be used also.

The beauty of installing packages with apt-get utility that it will resolve dependencies for you and install these. No manual work is required in this case.

It only works for software that is distributed with that version of Linux. For other custom software please refer to installation instructions.

YouTube video

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator