How can I install journalctl?

Asked by Luis Arturo Pina III

Lubuntu 15.04 already has systemd installed, so I want to use journalctl to see the logs.

Question information

Language:
English Edit question
Status:
Solved
For:
Lubuntu Software Center Edit question
Assignee:
No assignee Edit question
Solved by:
Luis Arturo Pina III
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

/bin/journalctl should be provided by the system package.

What is the output of the commands
uname -a
lsb_release -crid
dpkg -l systemd
dpkg -L systemd | grep journalctl
which journalctl

Revision history for this message
Luis Arturo Pina III (webprenuer) said :
#2

Script started on Sun 19 Jul 2015 06:37:03 PM EDT
]0;luis@luis-netbook: ~luis@luis-netbook:~$ uname -a
Linux luis-netbook 3.19.0-22-generic #22-Ubuntu SMP Tue Jun 16 17:15:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
]0;luis@luis-netbook: ~luis@luis-netbook:~$ lsb_release -crid
Distributor ID: Ubuntu
Description: Ubuntu 15.04
Release: 15.04
Codename: vivid
]0;luis@luis-netbook: ~luis@luis-netbook:~$ dpkg -l systemd
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-=================================
ii systemd 219-7ubuntu6 amd64 system and service manager
]0;luis@luis-netbook: ~luis@luis-netbook:~$ dpkg -L systemd | grep journalctl
/bin/journalctl
/usr/share/bash-completion/completions/journalctl
/usr/share/man/man1/journalctl.1.gz
/usr/share/zsh/vendor-completions/_journalctl
]0;luis@luis-netbook: ~luis@luis-netbook:~$ which journalctl
/bin/journalctl
]0;luis@luis-netbook: ~luis@luis-netbook:~$ exit
exit

Script done on Sun 19 Jul 2015 06:38:10 PM EDT

Revision history for this message
Luis Arturo Pina III (webprenuer) said :
#3

systemd, what I need for journalctl , is installed.

Revision history for this message
Manfred Hampl (m-hampl) said :
#4

The executable program /bin/journalctl is installed on your system.

What happens if you execute it?

Revision history for this message
Luis Arturo Pina III (webprenuer) said :
#5

I couldn't access it before, Thank You.