Thanks again for Salix

Introduce yourself, create test postings or talk nonsense
Post Reply
jonathanyc
Posts: 3
Joined: 19. Jun 2010, 22:45

Thanks again for Salix

Post by jonathanyc »

I first found Salix around two years ago, and recently started using it again. The only reason I switched away last time was because I had to run some programs on Windows that wouldn't work in WINE, but now I've found good Linux equivalents so I've been trying out LInux distros.

So far, Salix is working remarkably well. I've installed Debian, in which my network card mysteriously became slow, and CentOS, which had an old buggy version of XFCE, before remembering Salix. Everything I need to do works perfectly out of the box. :)

If there was one thing I would like to request, it would be more packages available through installation by slapt-get. SlackBuilds are fine and all, but it's nice to be able to upgrade all installed package with a single command.

When I have time, I'd like to find some way to contribute to Salix. The slkbuild tool looks like approachable for packaging, so maybe I will try that for some package I can't find in the future.

Thanks again for the wonderful Linux distro!
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Thanks again for Salix

Post by thenktor »

Hi and welcome back to Salix :)
jonathanyc wrote:If there was one thing I would like to request, it would be more packages available through installation by slapt-get. SlackBuilds are fine and all, but it's nice to be able to upgrade all installed package with a single command.
Keep in mind that maintaining packages is a lot of work and our team is small and busy. BTW: Did you try slapt-src/sourcery?
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: Thanks again for Salix

Post by zAchAry »

jonathanyc wrote:If there was one thing I would like to request, it would be more packages available through installation by slapt-get. SlackBuilds are fine and all, but it's nice to be able to upgrade all installed package with a single command.
You can use the command

Code: Select all

$ ls /var/log/packages > package_list.txt
Do you know how to remove the version number after the package name?
e.g. turn xmpppy-0.5.0rc1-i486-1gv into xmpppy.
Image
Help to make Slackware easier Donate to Salix
User avatar
JRD
Salix Warrior
Posts: 950
Joined: 7. Jun 2009, 22:52
Location: Lyon, France

Re: Thanks again for Salix

Post by JRD »

Code: Select all

slapt-get --installed|sed 's/^\(.*\)-[^-]\+-[^-]\+-[^-]\+ \[.*/\1/'
Image
Post Reply