sudo /opt/lampp/lampp panel on Ubuntu 18.04 does not work
NickName:jet2016 Ask DateTime:2019-10-05T03:07:03

sudo /opt/lampp/lampp panel on Ubuntu 18.04 does not work

I am trying to start the GUI from xampp on Ubuntu and does not work. I am using: sudo /opt/lampp/lampp panel which is supposed to bring up the panel but nothing happens and no error message is displayed either.
Ubuntu version: 18.04
xampp 7.3.7
Any idea why?
Thanks.

Copyright Notice:Content Author:「jet2016」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/58241966/sudo-opt-lampp-lampp-panel-on-ubuntu-18-04-does-not-work

Answers
Nemo 2020-04-12T20:22:34

Try:\nsudo /opt/lampp/manager-linux-x64.run\n\nFound on:\nhttps://www.apachefriends.org/faq_linux.html",


More about “sudo /opt/lampp/lampp panel on Ubuntu 18.04 does not work” related questions

sudo /opt/lampp/lampp panel on Ubuntu 18.04 does not work

I am trying to start the GUI from xampp on Ubuntu and does not work. I am using: sudo /opt/lampp/lampp panel which is supposed to bring up the panel but nothing happens and no error message is disp...

Show Detail

Unable to navigate to /opt/lampp/htdocs in Ubuntu after granting permissions

Problem I installed lampp in my fresh Ubuntu 18.04 computer. I'm using Gitkraken and i want to clone a repository inside /opt/lampp/htdocs, but Gitkraken gui shows me a permission error (Could not ...

Show Detail

sudo: /opt/lmapp/lampp: command not found

I am trying to install lampp. But I am facing some problem about this. I am using ubuntu 16.04 and I used this command sudo apt-get install lamp-server^ At the bottom of the terminal I am getting ...

Show Detail

Upgrade PHP to 5.6 from 5.5 in LAMPP for Ubuntu

Ubuntu Version : 14.04 There is existing LAMPP installation under /opt/lampp with PHP5.5 I needed to only update to PHP 5.6. Followed below steps but is failing in make install step cd ~/downloads

Show Detail

Ubuntu 13.10 and lampp : PHP path issue

I use Ubuntu 13.10 and Lampp. When I try to run : sudo php artisan job-daemon I get : Laravel requires mCrypt PHP extension. But when I run : php artisan job-daemon it works just fine.. ph...

Show Detail

Xampp/ Lampp Mysql access

I install on Ubuntu 16.04 LTE Xampp (lampp) all good It Works: :~$ sudo /opt/lampp/lampp start Starting XAMPP for Linux 5.6.20-0... XAMPP: Starting Apache...already running. XAMPP: Starting MySQL....

Show Detail

Very persistent /opt/lampp/bin/mysql.server: 264: kill: No such process. Xampp/ubuntu 16.04

I installed XAMPP on Ubuntu. MySql-server fails to run properly. I tried many solutions, as suggested by google "/opt/lampp/bin/mysql.server 264 kill no such process", but to no avail. Username ...

Show Detail

opt/lampp/htdocs/xampp - incorrect set up?

I'm new to linux (using ubuntu) and web servers in genearal and have run into some issues installing xampp. I want to install this to run apache, php and mysql. I believe these are running correctly

Show Detail

Are these different server /etc/init.d/mysql server vs /opt/lampp/lampp mysql?

Recently i installed Lampp on Ubuntu 14.04 LTS.After that i did these command bellow: user@pc:~$ sudo /opt/lampp/lampp start Starting XAMPP for Linux 5.6.15-1... XAMPP: Starting Apache...ok. XAMPP:

Show Detail

Ubuntu export /opt/lampp/lampp into PATH

I'm trying to put lampp into my Ubuntu Path but I'm seemingly doing something wrong because it doesn't work. I put this into the ~/.bashrc file : export PATH="/opt/lampp/lampp:$PATH" and then I ...

Show Detail