SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I just download MPlayer-r29301-i486-1.txz, and want to install it using pkgtool, but it seems that pkgtool doesn't recognize the txz file. What can I do?
You are trying to use packages from -current on a stable release of Slackware (12.2), which is not a good idea and in this particular case won't work. The default Slackware package format (or more accurately, the compression used on the package) has changed in -current, and is not compatible with the old pkgtools.
You are trying to install a package from current onto 12.2 with the 12.2 package manager. txz packages are only in current and only supported by the pkgtool in current at the moment, so you will have to get a tgz package or uncompress it and rebuild it as a tgz.
If I want to "upgrade" my system to the -current branch, what tutorials should I follow?
Quote:
Originally Posted by samac
You are trying to install a package from current onto 12.2 with the 12.2 package manager. txz packages are only in current and only supported by the pkgtool in current at the moment, so you will have to get a tgz package or uncompress it and rebuild it as a tgz.
If I want to "upgrade" my system to the -current branch, what tutorials should I follow?
Here's the official one --> UPGRADE.TXT
Always good to read CURRENT.WARNING first.
There are some recent posts on the forum, just use the search tool.
gl
Bear in mind that if you decide to run Slackware -current, which is a constantly moving target, it is not a supported 'release' and things like the SlackBuild scripts at SlackBuilds.org are not guaranteed to work. Many of them might work just fine, but essentially if you run -current you are on your own. Slackware -current is the development tree for the future release of Slackware. If you are new to Slackware, I would not recommend running -current on a production machine since breakage, although rare, can happen. Otherwise, I would recommend sticking with a supported release like 12.2. And if you want mplayer for 12.2, I would use the SlackBuild scripts that MannyNix pointed out.
Thank you so much. Yes I am a new slacker, and I will stay on 12.2.
I just noticed that people here are excited about the new features in the -current branch so I was curious about it.
Now I will stay on my 12.2, it's good enough!
Quote:
Originally Posted by chess
Bear in mind that if you decide to run Slackware -current, which is a constantly moving target, it is not a supported 'release' and things like the SlackBuild scripts at SlackBuilds.org are not guaranteed to work. Many of them might work just fine, but essentially if you run -current you are on your own. Slackware -current is the development tree for the future release of Slackware. If you are new to Slackware, I would not recommend running -current on a production machine since breakage, although rare, can happen. Otherwise, I would recommend sticking with a supported release like 12.2. And if you want mplayer for 12.2, I would use the SlackBuild scripts that MannyNix pointed out.
Here's the official one --> UPGRADE.TXT
Always good to read CURRENT.WARNING first.
There are some recent posts on the forum, just use the search tool.
gl
As I mentioned in another thread, those instructions are not yet updated. You need to install xz and pkgtools first, and now packages can be in both tgz and txz format, so the commands mentioned in UPGRADE.TXT would need to be adapted. The glibc-solibs package is in txz format, hence the need to upgrade xz and pkgtools first.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.