RSS
 

Archive for the ‘Bash’ Category

Linoob’s Guide to ‘Dpkg’ – Debian Package Manager

18 Mar

Many of us who regularly use terminal often have used ‘dpkg‘ for program installation and removal. ‘dpkg’ is basically a debian package manager that is used to install/remove Debian packages in Ubuntu as well as in Debian. dpkg itself is a low level tool; higher level tools, such as Advanced Pacakging Tool – APT, are used to fetch packages from remote locations or deal with complex package relations. Tools like ‘Aptitude‘ or ‘Synaptic package manager’ are more commonly used than dpkg on its own, as they have an easier way of managing packages and have a user interface.

Read the rest of this entry »

 

Linoob’s Guide to Aptitude-GUI

15 Mar

Aptitude GUI is a graphical version of Aptitude we talked about in our previous post. As Aptitude has already been removed from official repository of Ubuntu, one cant expect to see this GUI based Aptitude by default in Ubuntu Precise Pangolin. But there is a way to install Aptitude-GTK in Ubuntu using the PPA below.

Howto Install

Now, this can be installed using the ppa below.

sudo add-apt-repository ppa:yofel/ppa
sudo apt-get update
sudo apt-get install aptitude-gtk

Read the rest of this entry »

 

Linoob’s Guide to PPA – Personal Package Archives

14 Mar

Personal Package Archives (PPA) allow developer/users to upload Ubuntu source packages to be built and published as an apt repository by Launchpad. Well, for an Ubuntu user, installing packages from PPA is a regular thing. Its one the most elegant ways to get our software in Ubuntu, besides the Software Center ofcourse. So today we are going to talk about the simple way to install a software from its PPA given to us.

 

Read the rest of this entry »

 
No Comments

Posted in Bash, Basics

 

Linoob’s Guide to ‘apt’ – Advanced Packaging Tool

12 Mar

apt‘ or the Advanced Packaging Tool is one of the most powerful system tool available in Ubuntu. If you are a GUI lover or a classic terminal junkie, you have to deal with it no matter what. Almost all Ubuntu users have used it knowingly or unknowingly. So, now lets take a walk down the basics of this tool, how it works and how to master it.

Read the rest of this entry »

 
 

Linoob’s Guide to Ubuntu Filesystem Structure

10 Mar

At first, the Linux filesystem seems confusing for linoobs. But don’t worry, here is a quick guide to understand Linux (Ubuntu) Filesystem. The Linux Filesystem is very organized and easy to understand. The first thing you should know when working with linux, is that everything is treated as either a file or directory. Even hardware is considered a file by linux and all your hardware devices are located in the /dev directory. Another thing that confuses windows users, is the fact that linux doesn’t use drive letters to distinguish between different partitions and devices. The ‘root’ of your filesystem is ‘/’ whereas in windows it would most probably be C:\ . Drives in linux are “mounted” to directories where their data can then be accessed.

Sounds strange right? Well yes it does if you come from a windows environment, where the entire operating system is consolidated onto a single drive. However, with linux and the ability to mount devices as directories, it gives the end user much greater flexibility in splitting up their operating system over several drives or partitions. Here we go -

Read the rest of this entry »

 

Linoob’s Guide to Install Source Package Tarballs

10 Mar

Hello Folks ..Welcome to Linoob’s Guide to install from Source Package ie Tarballs also commonly seen as tar.gz/bz2 files.Though be strongly recommend using PPA for installation or the DEB package sometimes these aren’t available and we have to rely on Tarballs package.Don’t panic cause installation using Tarballs is as simple but is avoided cause it comes at a cost of few extra steps which we generally tend to avoid. ? Building from source is a reasonably simple process, but it can be complicated sometimes. You can even end up with two versions of an application installed simultaneously which can cause a lot of problems. So, all you need to do is Be Careful !

Read the rest of this entry »

 

Cool Terminal Alternatives for Ubuntu

17 May

Talking about Terminal, we have been working on the same default terminal for a long time. Why not change it a little. Keeping this in mind, we have selected two cool alternatives to replace the default Ubuntu terminal for your basic to advanced operations. Both of them are unique in their own way and serve the main stream purposes as well as some special purposes. These two are basically terminal emulators and are aimed mainly at increasing usability of gnome terminal in Ubuntu.

Read the rest of this entry »