Results 1 to 8 of 8
i have downloaded a program to root/desktop its file:///root/glotski-0.2.tar.gz, what is the exact line to umcompress it, and then what is the line to make and then what is the ...
- 04-08-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 19
install apps on slackware
i have downloaded a program to root/desktop its file:///root/glotski-0.2.tar.gz, what is the exact line to umcompress it, and then what is the line to make and then what is the line to build it. thanks
- 04-08-2007 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,788
Slackware packages use the .tgz extension.
You'd be better off finding your package with that extension, then using pkgtool to install it.
Just go to a terminal and enter the command: pkgtool
You can check http://www.linuxpackages.net to see if they might have the package.oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!
- 04-09-2007 #3
To extract the package do tar -xvf ****.tar.gz or tar -xvjf ****.tar.bz2after you go inside the extracted directory and do :
./configure
make
make install.
but if you want to uninstall the package you can do make uninstall but this is not a very good solution because you should have the source code taking some disk space, then it's better to use package manager like checkinstall wish comes with slackware 11.0 inside the extra directory on the DVD, with checkinstall you can do
./configure
make
checkinstall
the final command will produce for you a package wish end with ****.tgz you install it using installpkg *****.tgz
and at any time you want you go to /var/log/packages/ and do removepkg (the name of the package).
hope this help
- 04-09-2007 #4Just Joined!
- Join Date
- Apr 2007
- Posts
- 19
hello
thanks for the advice guys, i will try it, and if i run into more problems i will let u know.. rave
- 04-14-2007 #5Just Joined!
- Join Date
- Apr 2007
- Posts
- 19
hello
are pkg, and checkinstall already programs in kde or do u have dl them and then make them wrk to unpackage programs, rave
- 04-19-2007 #6Just Joined!
- Join Date
- Apr 2007
- Posts
- 4
If I remember correctly pkgtool only works if you rename the file from tar.gz to .tgz.
- 04-20-2007 #7
Installpkg, pkgtool, and checkinstall are already installed. Packages withg the .gz extension normally wont work in slackware or with pkgtool, some of them do but it's kinda rare.
- 04-20-2007 #8
I suggest you take a look at this thread - pay close attention to the source and slackware sections.
Looking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.


Reply With Quote
