How to use git on puppy bionic64
Moderator: Forum moderators
- mohittomar13
- Posts: 51
- Joined: Wed Jul 29, 2020 5:12 pm
- Location: New Delhi - INDIA
- Has thanked: 17 times
- Been thanked: 3 times
How to use git on puppy bionic64
How to use git on puppy? I tried to install it using the PPM but under the list of installed applications, it shows that GIT came preinstalled on puppy. But when I run command git on the terminal it shows no git command found error.
The version it shows is in the image I attached.
- Attachments
-
- ppm screenshot
- Screenshot(2).png (42.04 KiB) Viewed 2391 times
Laptop: Dell 3568
CPU: intel i3 6006U
RAM: 12 Gigs
4GB-micron + 8GB-kingston
yeah, it works..
HDD: 1TB
OS: Tripple boot- (Windows-10, Xubuntu-20.4LTs, Bionic Puppy) 64Bit
- 666philb
- Posts: 429
- Joined: Thu Jul 09, 2020 3:18 pm
- Location: wales uk
- Has thanked: 111 times
- Been thanked: 149 times
Re: How to use git on puppy bionic64
git is in the devx.sfs ... quickpet>>useful tab
fossapup64 viewtopic.php?f=40&t=88
- mohittomar13
- Posts: 51
- Joined: Wed Jul 29, 2020 5:12 pm
- Location: New Delhi - INDIA
- Has thanked: 17 times
- Been thanked: 3 times
Re: How to use git on puppy bionic64
Thanks for the help, here is a screenshot from my system. I couldn't find the git in the quickpet.
- Attachments
-
- Screenshot(3).png (74.49 KiB) Viewed 2380 times
Laptop: Dell 3568
CPU: intel i3 6006U
RAM: 12 Gigs
4GB-micron + 8GB-kingston
yeah, it works..
HDD: 1TB
OS: Tripple boot- (Windows-10, Xubuntu-20.4LTs, Bionic Puppy) 64Bit
- mohittomar13
- Posts: 51
- Joined: Wed Jul 29, 2020 5:12 pm
- Location: New Delhi - INDIA
- Has thanked: 17 times
- Been thanked: 3 times
Re: How to use git on puppy bionic64
okay, I'm downloading the sfs, if I face any problem I will reply. Well I read about devx.sfs just now on google. It now explains why my *.c and *.c++ programs were not compiling. But I didn't post question regarding that as I do not do much development in those languages.
devx.sfs is the development toolbox, right?
Thanks for your help.
Laptop: Dell 3568
CPU: intel i3 6006U
RAM: 12 Gigs
4GB-micron + 8GB-kingston
yeah, it works..
HDD: 1TB
OS: Tripple boot- (Windows-10, Xubuntu-20.4LTs, Bionic Puppy) 64Bit
- mikewalsh
- Moderator
- Posts: 6325
- Joined: Tue Dec 03, 2019 1:40 pm
- Location: King's Lynn, UK
- Has thanked: 860 times
- Been thanked: 2058 times
Re: How to use git on puppy bionic64
One word of advice here. You can't always go by what the PPM tells you!
It'll often say so-and-so is installed when in fact it isn't. I don't know whether this is down to a deficiency in the PPM, or whether it's as a result of the conversion stuff that goes on during the Woof-CE build process; perhaps it was installed by default in the distro on which the Puppy is based, but maybe a sym-link or something got destroyed/deleted while Woof was doing its thing..?
It's one of life's little mysteries, mate..!
Mike.
- bigpup
- Moderator
- Posts: 7263
- Joined: Tue Jul 14, 2020 11:19 pm
- Location: Earth, South Eastern U.S.
- Has thanked: 949 times
- Been thanked: 1603 times
Re: How to use git on puppy bionic64
Download the devx.sfs and load it.
The devx is a collection of stuff needed for compiling. Normally not needed just to use Puppy.
Getting it from Quickpet should do the download to /mnt/home and load the devx.sfs.
SFS packages are software packages that load or unload, into the file system.
When loaded, they act as if they are installed.
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected
- mohittomar13
- Posts: 51
- Joined: Wed Jul 29, 2020 5:12 pm
- Location: New Delhi - INDIA
- Has thanked: 17 times
- Been thanked: 3 times
Re: How to use git on puppy bionic64
But as @bigpup mentioned it is in /mnt/home
thanks git is working
Laptop: Dell 3568
CPU: intel i3 6006U
RAM: 12 Gigs
4GB-micron + 8GB-kingston
yeah, it works..
HDD: 1TB
OS: Tripple boot- (Windows-10, Xubuntu-20.4LTs, Bionic Puppy) 64Bit
- bigpup
- Moderator
- Posts: 7263
- Joined: Tue Jul 14, 2020 11:19 pm
- Location: Earth, South Eastern U.S.
- Has thanked: 949 times
- Been thanked: 1603 times
Re: How to use git on puppy bionic64
Getting error after doing what?
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected
- rockedge
- Site Admin
- Posts: 6800
- Joined: Mon Dec 02, 2019 1:38 am
- Location: Connecticut,U.S.A.
- Has thanked: 2948 times
- Been thanked: 2789 times
- Contact:
Re: How to use git on puppy bionic64
the devx SFS file has the tools needed to compile packages and also contains most of the PERL packages needed to really utilize the PEARL language in Puppy Linux. For example the PERL command CPAN components are contained therein. I use something like
Code: Select all
cpan App::cpanminus
Code: Select all
cpanm Device::SerialPort
The git command package is also included in the Devx so to quickly double Puppy Linux's potential as a development platform the Devx is the important first step.
For PYTHON 3 which is now the main form of python development is not contained in the Devx. I need PYTHON3 quite often so after much trial and error getting a good python platform going, I've discovered that going to the ActiveState web site and downloading a complete PYTHON platform and installing that and adding symlinks or modifying /etc/profile to include it in the environment $PATH. Using one of these custom built python packages really is a game changer in putting a powerful working python3 platform on a Puppy Linux. Found out these work well of Fossapup64 as I am beginning to build and test object detection and face recognition systems using this new Puppy.