Porteus x86 v3.2 - how can I use USM to install GIT client?

Post here if you are a new Porteus member and you're looking for some help.
glestwid
Samurai
Samurai
Posts: 182
Joined: 09 Jan 2018, 20:05
Distribution: Porteus-XFCE 5.0 i586

Porteus x86 v3.2 - how can I use USM to install GIT client?

Post#1 by glestwid » 16 Feb 2019, 23:17

Hi,

Could somebody tell me how to use USM tool for installing GIT client on my Porteus?

User avatar
Ed_P
Contributor
Contributor
Posts: 8359
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: Porteus x86 v3.2 - how can I use USM to install GIT client?

Post#2 by Ed_P » 17 Feb 2019, 00:47

Something like this help?

Code: Select all

guest@porteus:~$ su
Password: 
root@porteus:/home/guest# usm -g git

 The following items were found.
 Choose an number to confirm. 
 ctrl+c to quit

 1) GitEye-1.12.0-x86_64-1_slonly.txz
 2) GitPython-2.1.9-x86_64-1_slonly.txz
 3) git-2.9.0-x86_64-1.txz
 4) git-cola-3.1-x86_64-1_slonly.txz
 5) git-fame-1.4.2-x86_64-1_slonly.txz
 6) git-lfs-2.4.2-x86_64-1_slonly.txz
 7) gitdb-0.6.4-x86_64-1_slonly.txz
 8) gitdb2-2.0.2-x86_64-1_slonly.txz
 9) githubpy-1.1.0-x86_64-1_slonly.txz
10) gitolite-3.6.7-noarch-1_slonly.txz
11) gitstats-20160102-x86_64-2_slonly.txz
#? 
choose the one that fits your needs, enter it's number and press Enter. When done copy the xzm file in the /tmp folder to your Porteus's module folder and Activate it.
Ed

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3932
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Re: Porteus x86 v3.2 - how can I use USM to install GIT client?

Post#3 by ncmprhnsbl » 17 Feb 2019, 01:25

git is also included in the 05-devel.xzm ... which is handy if you want to clone a repo and compile something..
but if you just want git (for the many other things it does) : what Ed_P said^
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

glestwid
Samurai
Samurai
Posts: 182
Joined: 09 Jan 2018, 20:05
Distribution: Porteus-XFCE 5.0 i586

Re: Porteus x86 v3.2 - how can I use USM to install GIT client?

Post#4 by glestwid » 17 Feb 2019, 15:20

Ok, I tried to add 05-devel.xzm but got these errors right at the start:

Code: Select all

/usr/bin/slim: /usr/lib/libstdc++.so.6: version 'GLIBCXX_3.4.20' not found (required by /usr/lib/libslim.so.1.3.6) 
/usr/bin/slim: /usr/lib/libstdc++.so.6: version 'GLIBCXX_3.4.20' not found (required by /usr/bin/slim)
What am I doing wrong?

glestwid
Samurai
Samurai
Posts: 182
Joined: 09 Jan 2018, 20:05
Distribution: Porteus-XFCE 5.0 i586

Re: Porteus x86 v3.2 - how can I use USM to install GIT client?

Post#5 by glestwid » 17 Feb 2019, 15:41

Moreover, I tried to execute "usm -g git", and it required me execute "usm -u all" upfront. But when I started "usm -u all" I got a weird error message after about 1 hour of running:

Code: Select all

gzip: /var/usm/salix/LIBS.TXT.gz: unexpected end of file
          

==============================================================================
WARNING!        WARNING!        WARNING!        WARNING!        WARNING!
==============================================================================
One or more errors occurred while usm was running:                       
 
FATAL ERROR!
usm update_database 309
Can't extract: LIBS.TXT.gz
 
============================================================================== 

What's wrong with it?

donald
Full of knowledge
Full of knowledge
Posts: 2067
Joined: 17 Jun 2013, 13:17
Distribution: Porteus 3.2.2 XFCE 32bit
Location: Germany

Re: Porteus x86 v3.2 - how can I use USM to install GIT client?

Post#6 by donald » 17 Feb 2019, 16:49

Hi

05-devel.xzm for port 3.2.2 x86 (check md5 sum)
33749e5edf506aa3bf805d46cff072ea 05-devel.xzm

USM error(s)

I use this download mirror,works, tested right now.

Code: Select all

/etc/usm/mirrors-salix.txt
http://ftp.nluug.nl/os/Linux/distr/salix
If you still get the "LIBS.TXT" error, update one by one:
usm -u slackware
usm -u slackonly
.....etc

or remove salix (temporary) from this line in

Code: Select all

/etc/usm/usm.conf
DISTROS="slackware slackwarepatches slacky salix alien ponce slackonly"
and run usm -u all again.

User avatar
Ed_P
Contributor
Contributor
Posts: 8359
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: Porteus x86 v3.2 - how can I use USM to install GIT client?

Post#7 by Ed_P » 17 Feb 2019, 18:17

glestwid wrote:
17 Feb 2019, 15:41
I got a weird error message after about 1 hour of running:
You need to update your /etx/usm/mirrors*.txt files to locations closer to you. You can do that manually or run this sesm.sh script found here: [INFO & SCRIPT] Slackware Mirror Settings for USM
Ed

Post Reply