Categories
manjaro

Showing Manjaro Version

Manjaro’s rolling release mean that we can update our system every time there is a new version. Today i have updated manjaro on my laptop and its downloading 1.3 GB files in total.

After that i want to know what is the version of my manjaro but i cant find it on xfce GUI. After search on internet we can view manjaro version from a file on /etc.

Below.

Categories
editor manjaro

Atom Editor

I have heard about atom editor from various source and want to give it a try. Manjaro linux have atom package on its repo and i think its a good time to test it. Browse atom.io web site to read more about atom editor.

Categories
manjaro postgresql

Setting up Postgresql on Manjaro Linux

Postgresql is one of my favorite database. I want it to be installed on my manjaro linux laptop. Open “add remove program” and install postgresql and pgadmin4. Its better to use pgadmin4 to manage your postgresql database than using psql cli based program.

Categories
c++ codeblock manjaro wxwidgets

Starting GUI Programming using Code::Block and WxWidgets

I decide now is time for some trial of GUI programming on my manjaro linux installation. After browsing on the net for some time, tonigth im installing and using codeblock for the first time.

Lets add it to our manjaro linux system by using add remove program.

Categories
manjaro

Pacman : invalid or corrupted package

If you ever had invalid or corrupted package during install or update using pacman, try to remove *.part files from pacman’s CacheDir.

Categories
manjaro

manjaro/arch linux : beginning pacman

After installing Manjaro Linux , im running into trouble because pacman (package manager) cant find its repo database. After some browsing im trying to run pacman -Syy under administrative terminal (su). I wonder why after install pacman is not working. Is it intended behaviour ? Strange …