Skip to main content

Posts

Showing posts from November 21, 2018

Arithmetic Expression Problem

Arithmetic Expression Problem In this post, We will share some arithmetic operation problems. Please solve it and your answer in comment section. Solution of all problem are available here  Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

no installation candidate when trying to install package on ubuntu

no installation candidate when trying to install package on ubuntu Sometime we face problem in installing Linux packages with apt-get command with error   E: Package 'package-name' has no installation candidate.  In this post we will learn how to solve this issues in Ubuntu operating system. Step to Resolve the issue In Ubuntu Software Center >> Edit >> Software Sources, I changed the server to Main Server and then run sudo apt-get update After successful execution of above command we should be able to install the package. Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above. 

Install ctags

Install ctags In this post, we will learn how to install ctags on Ubuntu operating system. cscope is a tool to search keyword in a project written in c programming language. Install cscope Open the terminal, type below command  and press Enter key sudo apt-get install exuberant-ctags Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

Install cscope

Install cscope In this post, we will learn how to install cscope on Ubuntu operating system. cscope is a tool to search keyword in a project written in c programming language. Install cscope Open the terminal, type below command  and press Enter key sudo apt-get install cscope Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

Install VIM

Install VIM In this post, we will learn how to install vim on Ubuntu operating system. vi text editor program for Unix. Install VIM editor Open the terminal, type below command  and press Enter key sudo apt-get install vim Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.