Posts tagged with ‘linux command’

How to use apt to list available packages?

advertisement

debian apt, debianJust installed Debian and looking for ways to list all available packages using apt. After some search, i found that you can use apt-cache to list all available packages in debian.

To list all available packages from apt, follow the steps below:-

Continue reading How to use apt to list available packages? »

How to create symbolic link in Unix

advertisement

create symbolic link, symbolic link, link, linux, computer tipsSymbolic link in *nix is just like a shortcut in Window. You can create a shortcut for script or directory. You can delete symbolic link anytime and it wont affect your link directory or files.

To create symbolic link is very easy, it’s just a line of command to create symbolic link in *nix. We use ln command to create symbolic link. Below are the explanation on how to use ln command

Continue reading How to create symbolic link in Unix »