Useful Debian commands that you'll actually use

FerdieQO

Well-known member
Joined
Jul 15, 2016
Messages
213
Points
28
Debian OS is new to me, can you guys provide me some useful commands that will help me to handle package management in Debian based systems? I do want to know these commands because it will make me a whole lot easier in managing websites and my VPS server!
 

LJSHost

Well-known member
Hosting Provider
Registered
Joined
Jul 5, 2016
Messages
1,031
Points
63
Hi Ferdie

Debian has multiple package management commands but the most used are the following:

apt-get : APT is for Advanced Package Tool. It supports installing packages over internet using ftp or http protocols. You can also upgrade all packages in a single operations, which makes it even more attractive.

dpkg : Debian packaging tool which can be use to install, query, uninstall packages.


I prefer apt-get and have included some examples:

apt-get update: updates all your packages
apt-get install (package name): Install a a package
apt-get remove (package name):Remove a package but keep the config files
apt-get --purge remove (package name): Remove a package and config files
 

UnderHost

Member
Registered
Joined
Sep 5, 2016
Messages
42
Points
8
Debian have a list of useful command that you can find here.
 
Similar Threads
Replies
2
Views
2,176
Replies
9
Views
3,701
Replies
8
Views
2,952
Replies
10
Views
5,513

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top