This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

Need some help please with Make install not working

Firas

Fri Apr 24, 2020 10:44:34 am

Hi

I am trying to install profile-cleaner-master

i have added the pp
and make install is not working because i hardly ever use it

thanks

carmar

Fri Apr 24, 2020 6:34:12 pm

Do the commands here work? https://www.ubuntugeek.com/profile-clea ... files.html

Code:
sudo add-apt-repository ppa:graysky/utils
sudo apt-get update
sudo apt-get install profile-cleaner

Aravisian

Sat Apr 25, 2020 1:25:46 am

Firas wrote:Hi

I am trying to install profile-cleaner-master

i have added the pp
and make install is not working because i hardly ever use it

thanks

Carmars suggestion will probably help fix your issue.

But for future reference, assuming that you have cmake installed (Which it comes with Zorin), when Make Install fails, it is often due to missing dependencies.
So for software that you must manually build and install, always check your dependencies (and where you got the software, check their "Depends on" list) if the Make Install flops.