Answers for "how can I use eog command in windows subsystem linux?"

0

how can I use eog command in windows subsystem linux?

# Download Xming application for windows then run following command in Terminal of ubuntu
# You find Xming application for download for windows in following link--
#https://sourceforge.net/projects/xming/
$ export DISPLAY=localhost:0.0
# let's run eog graphical programm of linux to display image
$ eog something.jpg
Posted by: Guest on November-19-2020

Code answers related to "how can I use eog command in windows subsystem linux?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language