Error while creating user for frappe

i used this command :
python install.py --develop --user frappe
and got this error please can someone help me

Traceback (most recent call last):
File “install.py”, line 425, in
install_bench(args)
File “install.py”, line 21, in install_bench
‘sudo yum install -y epel-release redhat-lsb-core git python-setuptools python-devel openssl-devel libffi-devel’
File “install.py”, line 234, in run_os_command
returncode = subprocess.check_call(command, shell=True)
File “/usr/lib/python2.7/subprocess.py”, line 190, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command ‘sudo apt-get update’ returned non-zero exit status 100

This seems similar to this post…

You seem to have a mix of yum(CentOS) and apt(debian/ubuntu). Which OS are you using?

@trentmu im using ubuntu 18.04

Have you tried creating the user manually? I normally use something like this…

useradd -m -d /home/frappe -s /bin/bash frappe;
passwd frappe;
usermod -aG sudo frappe;

I also prefer to do a manual install, as it allows me to see the progress/result at every step along the way, which makes troubleshooting a bit easier

thanks i followed another steps for manual installation but i didn’t get my desk look like others can you me figure out how to get that blue colour desk with icons on it please
@trentmu

The iOS style desktop has been deprecated - this is the “new look”

thank you for your help:grinning :grinning:
i was searching about that from many days