SOLVED | How to 'make install' a cloned repository?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
JustTrying2
Level 1
Level 1
Posts: 9
Joined: Thu Mar 11, 2021 12:59 pm

SOLVED | How to 'make install' a cloned repository?

Post by JustTrying2 »

I 'git clone https://github.com/gokcehan/lf.git' then got the 'lf/' with all the files.Afterwards I 'cd lf/' and used the command 'make install' with nothing more.
What did I do wrong?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JustTrying2
Level 1
Level 1
Posts: 9
Joined: Thu Mar 11, 2021 12:59 pm

Re: How to 'make install' a cloned repository?

Post by JustTrying2 »

I also uninstalled flatpak 'cuz it consumed too much of my already scarce RAM.
ajgringo619

Re: How to 'make install' a cloned repository?

Post by ajgringo619 »

If you can't get the source to build, you can download the pre-compiled binaries here: https://github.com/gokcehan/lf/releases ... d64.tar.gz
JustTrying2
Level 1
Level 1
Posts: 9
Joined: Thu Mar 11, 2021 12:59 pm

Re: How to 'make install' a cloned repository?

Post by JustTrying2 »

ajgringo619 wrote: Sat Apr 17, 2021 1:37 pm If you can't get the source to build, you can download the pre-compiled binaries here: https://github.com/gokcehan/lf/releases ... d64.tar.gz
What would I do then to install it(remembering I have no flatpak)?
ajgringo619

Re: How to 'make install' a cloned repository?

Post by ajgringo619 »

JustTrying2 wrote: Sat Apr 17, 2021 1:41 pm
ajgringo619 wrote: Sat Apr 17, 2021 1:37 pm If you can't get the source to build, you can download the pre-compiled binaries here: https://github.com/gokcehan/lf/releases ... d64.tar.gz
What would I do then to install it(remembering I have no flatpak)?
In this instance, you're in luck. The tar archive only contains (1) file - lf. Just move it somewhere that's in your path - I'd recommend $HOME/bin or /usr/local/bin - then run it. I tested this on my LM 20 system and it works.
JustTrying2
Level 1
Level 1
Posts: 9
Joined: Thu Mar 11, 2021 12:59 pm

Re: How to 'make install' a cloned repository?

Post by JustTrying2 »

ajgringo619 wrote: Sat Apr 17, 2021 1:47 pm
JustTrying2 wrote: Sat Apr 17, 2021 1:41 pm
ajgringo619 wrote: Sat Apr 17, 2021 1:37 pm If you can't get the source to build, you can download the pre-compiled binaries here: https://github.com/gokcehan/lf/releases ... d64.tar.gz
What would I do then to install it(remembering I have no flatpak)?
In this instance, you're in luck. The tar archive only contains (1) file - lf. Just move it somewhere that's in your path - I'd recommend $HOME/bin or /usr/local/bin - then run it. I tested this on my LM 20 system and it works.
Thank you very much though, if you would, how would I do it to install other applications?Is this 'make install' problem something in Linux Mint?
ajgringo619

Re: How to 'make install' a cloned repository?

Post by ajgringo619 »

JustTrying2 wrote: Sat Apr 17, 2021 2:12 pm <snip>
Thank you very much though, if you would, how would I do it to install other applications?Is this 'make install' problem something in Linux Mint?
'make install' is a set of instructions the programmer needs to add to the Makefile so the package can be installed after it's compiled; this has nothing to do with Mint.
Locked

Return to “Beginner Questions”