Porteus - USM error
Porteus - USM error
Hello, World!
alright so i just got Porteus installed onto a USB flash drive a couple of days ago, and it looks absolutely amazing!
only problem is I'm having some trouble with usm.
i it to update by changing the salix repo, and i even got a couple of modules installed, but when i tried to install Spotify and Atom, i got the error.
LIBS.TXT not found
and i have looked at other forum posts and tried there answers(one of them actually broke it in a different way) and none of them have worked.
if you need anymore info just tell me and ill try to get it.
-Jacob
alright so i just got Porteus installed onto a USB flash drive a couple of days ago, and it looks absolutely amazing!
only problem is I'm having some trouble with usm.
i it to update by changing the salix repo, and i even got a couple of modules installed, but when i tried to install Spotify and Atom, i got the error.
LIBS.TXT not found
and i have looked at other forum posts and tried there answers(one of them actually broke it in a different way) and none of them have worked.
if you need anymore info just tell me and ill try to get it.
-Jacob
- Ed_P
- Contributor
- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Porteus - usm error
Hello jake0301. Welcome to the forum.
Have you tried the answers in these forum posts: USM bug reports (Post by Ed_P #59638) and USM bug reports (Post by Ed_P #59887)
Have you tried the answers in these forum posts: USM bug reports (Post by Ed_P #59638) and USM bug reports (Post by Ed_P #59887)

Porteus - usm error
well i guess i should have said this first but right now i cant even update usm, i tried one of the other solutions posted and now i get this whenever i try to open usm:
Slackware version error
Sorry, but while USM is in beta it only supports slackware 14.1
Future versions may support all versions
the solution was to run these commands:
i assume the solution would be to uninstall the module but I'm not quite sure how to do that.
Slackware version error
Sorry, but while USM is in beta it only supports slackware 14.1
Future versions may support all versions
the solution was to run these commands:
Code: Select all
wget --trust-server-names http://sourceforge.net/projects/usm/files/usm-latest-0.0-noarch-1.xzm
Code: Select all
installpkg /tmp/usm-latest-0.0-noarch-1.xzm
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Porteus - usm error
What version of Porteus and Desktop are you using? The usm you downloaded won't work older version of Porteus. I could be wrong but what you are saying or wrote that what it sound like to me.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
Porteus - usm error
Porteus-v3.2.2
Kernel: 4.9.0-porteus
xfce desktop
Kernel: 4.9.0-porteus
xfce desktop
- ncmprhnsbl
- DEV Team
- Posts: 4253
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Porteus - usm error
can't say i've ever tried to install a module(.xzm)
wouldn't have thought installpkg would know what to do with it, since it's for packages(.txz/.tgz)
if it's listed in /var/log/packages you could try
Code: Select all
removepkg usm-latest-0.0-noarch-1
Code: Select all
activate /tmp/usm-latest-0.0-noarch-1.xzm
and/or placed in the modules folder(<your install media>/porteus/modules/) for activation at boot..
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
Porteus - usm error
sorry someone corrected the person who posted the original solution
Code: Select all
wget --trust-server-names http://sourceforge.net/projects/usm/files/usm-latest-0.0-noarch-1.txz/download -P /tmp
Code: Select all
installpkg /tmp/usm-latest-0.0-noarch-1.txz
- Ed_P
- Contributor
- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Porteus - usm error

Going forward, run USM to update all it's databases. Then use the scripts I posted previously to tweak the USM mirror files. When you use USM to find apps have USM create Modules. These are .xzm files. Copy the .xzm files you create to your Porteus modules folder, dbl click on them and Activate them. If you don't like the app, dbl click on it and Deactivate it and then delete it.
hth
- ncmprhnsbl
- DEV Team
- Posts: 4253
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Porteus - usm error
to uninstall a package do: eg.
Code: Select all
removepkg usm-latest-0.0-noarch-1
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
Porteus - usm error
Code: Select all
removepkg usm-latest-0.0-noarch-1
i don't have any important files anyways so i am just going to start over
- Ed_P
- Contributor
- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Porteus - usm error
To be clear jake0301 when I said to update USM I'm not taking about replacing USM with a downloaded version. Use the USM that's part of the Porteus system, use it's GUI and click on Updates and Update all or from the command line enter USM -u all. 

Porteus - usm error
i am aware of how to update a program
ok i ran the script tried to update got a fail so I ran the other script to change the repository
from there it updated fine, but when i tried to install Atom i got the same Error
LIBS.TXT not found
and just to clarify, i can install some programs like, firefox and vscode, but others like Atom or spotify get that error

ok i ran the script tried to update got a fail so I ran the other script to change the repository
from there it updated fine, but when i tried to install Atom i got the same Error
LIBS.TXT not found
and just to clarify, i can install some programs like, firefox and vscode, but others like Atom or spotify get that error
Porteus - usm error
and i found the "Solution" here: Re: usm errors (Post by brokenman #27466)
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Porteus - usm error
Here is how I update USM first I open a terminal then I do this.
At this point it will update USM.
Code: Select all
guest@porteus:~$ su
Password:
root@porteus:/home/guest# usm -u all
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.
Porteus - usm error
yeah? that's what i did i still get the error