LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing a KDE Style (https://www.linuxquestions.org/questions/linux-newbie-8/installing-a-kde-style-397247/)

tauhshi 12-28-2005 12:15 PM

Installing a KDE Style
 
I recently installed Mandriva Linux 2006.1, which was supposed to come with KDE 3.5, which, it either didn't, or I can't install it.

How would I go about installing a Style in KDE? I'm trying to install Polyester but I have no knowledge on how to work with tarball and the command line. I really have to find a newbies guide...does anyone know of one? And by newbie I mean never-ever-worked-with-linux, always-used-windows newbie...

BinJajer 12-28-2005 12:32 PM

Yay , my kind of question! Ok, first try right clicking on the archive and extracting it. Then open Konsole and type

cd your_folder

Where your_folder is the folder where you extracted the archive.
There should be a load of files, if there is only one folder, then cd into it too.
Then type

./configure

make

Now you need the root password.
Type

su

And it will ask you for the root password.

make install

You are done!

You install programs the same way, BTW.

Nylex 12-28-2005 12:36 PM

You could also use "tar zxvf filename.tar.gz" in Konsole (assuming the file is a .tar.gz, the Polyester I downloaded from KDE-Look.org was). If you want some more info about the stuff that BinJajer has said, look at the file called INSTALL that's located in the folder created after untarring.

BinJajer 12-28-2005 12:40 PM

Gee, such posts should go sticky for some time. Maybe we should ask an admin to stick it??

tauhshi 12-28-2005 12:47 PM

Ok, I will try that. Right now, I've switched back to Windows for the moment, I need to download a torrent...

BinJajer 12-28-2005 01:07 PM

Quote:

Originally Posted by tauhshi
Ok, I will try that. Right now, I've switched back to Windows for the moment, I need to download a torrent...

Oooh. Yes, of course. If you're at it, check out the legal threats section of thepiratebay.org , funny as hell.

PTrenholme 12-28-2005 01:40 PM

Quote:

Originally Posted by tauhshi
Ok, I will try that. Right now, I've switched back to Windows for the moment, I need to download a torrent...

There's a bittorrent program called, strangely enough, bittorrent available for Linux systems.

UK MAdMaN 12-28-2005 01:50 PM

Quote:

Originally Posted by PTrenholme
There's a bittorrent program called, strangely enough, bittorrent available for Linux systems.

And a number of other bittorrent clients, such as Azureus, are available for Linux.

tauhshi 12-28-2005 02:52 PM

Quote:

Originally Posted by PTrenholme
There's a bittorrent program called, strangely enough, bittorrent available for Linux systems.

If you haven't noticed, I don't know how to install programs...

Quote:

Originally Posted by BinJajer
Oooh. Yes, of course. If you're at it, check out the legal threats section of thepiratebay.org , funny as hell.

I don't know if you were trying to tell me that torrenting is illegal, which it is, but I downloaded some photography I did while in Mississippi... though I can't find the torrent anymore so I'll just have to get them sent via email..

tauhshi 12-28-2005 04:16 PM

I'm getting a "configure:2541: error: no acceptable C compiler found in $PATH" error, what do I do now?

reddazz 12-28-2005 06:46 PM

You need to install gcc using the software management tools in the Mandriva Control Center or as root from the command line using urpmi e.g
Code:

#urpmi gcc
A better way to install KDE related packages is to do
Code:

$./configure --prefix=`kde-config --prefix`
$make
#make install

That makes sure that everything is installed in the right place.

reddazz 12-28-2005 06:48 PM

Edit: double posted for some reason.

tauhshi 12-29-2005 03:51 PM

Now I am getting this error:

checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!

reddazz 12-29-2005 06:03 PM

Quote:

Originally Posted by tauhshi
Now I am getting this error:

checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!

Search before posting, it can save you time because the solutions may already be available on the site. You need to install the xorg devel packages, search for them in the software installation tool.

tauhshi 12-30-2005 12:30 AM

Why cant they just make easy rpm's for everything?

I'm getting this error now:

Good - your configure finished. Start make now

[tauhshi@ip24-254-33-240 lipstik-2.1]$ make
bash: make: command not found
[tauhshi@ip24-254-33-240 lipstik-2.1]$ #make
[tauhshi@ip24-254-33-240 lipstik-2.1]$ $make
[tauhshi@ip24-254-33-240 lipstik-2.1]$ su
Password:
[root@ip24-254-33-240 lipstik-2.1]# make install
bash: make: command not found
[root@ip24-254-33-240 lipstik-2.1]# #make install
[root@ip24-254-33-240 lipstik-2.1]# $make install
install: too few arguments
Try `install --help' for more information.


nothing I try works...


All times are GMT -5. The time now is 10:58 PM.