Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-06-2005, 12:04 AM
|
#1
|
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Rep:
|
Software installation issue
Hi, i just downloaded AVG freeware and need to install into FC3 . The file is a .RPM and i double click on the file and the package run. But still nothing being installed. How to install it ? My desktop is Gnome. Thanks
Regards
Daniel
|
|
|
|
06-06-2005, 12:48 AM
|
#2
|
|
Senior Member
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,091
Rep:
|
open a terminal, such as xterm and type:
su
your password
rpm -ivh <packagenamehere>.rpm
and it will either install, or give you a message as to why it can't, such as dependencies missing...
|
|
|
|
06-06-2005, 02:02 AM
|
#3
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Re: Software installation issue
Quote:
Originally posted by DanielTan
Hi, i just downloaded AVG freeware and need to install into FC3 . The file is a .RPM and i double click on the file and the package run. But still nothing being installed. How to install it ? My desktop is Gnome. Thanks
Regards
Daniel
|
I assume you mean the avg antivirus program. If you are only using Linux you can do without it because most antivirus programs for linux actually check for windows viruses so that they are not passed on to windows users in environments where multiple operating systems are in use. If you are installing on a mail server that will be accessed by windows users then by all means use it.
|
|
|
|
06-07-2005, 10:24 AM
|
#4
|
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Original Poster
Rep:
|
Hi, this is what i get from rpm -ivh avglinux-7.0-15_avi0463.i386.rpm . when i use rpm -q xxx.rpm then it says package not found but i have double clicked the file and it says is installed.
[root@mp420 daniel]# rpm -ivh avglinux-7.0-15_avi0463.i386.rpm
Preparing... ########################################### [100%]
error: %pre(avglinux-7.0-15_avi0463.i386) scriptlet failed, exit status 6
error: install: %pre scriptlet failed (2), skipping avglinux-7.0-15_avi0463
Regards
Daniel
Quote:
Originally posted by detpenguin
open a terminal, such as xterm and type:
su
your password
rpm -ivh <packagenamehere>.rpm
and it will either install, or give you a message as to why it can't, such as dependencies missing...
|
|
|
|
|
06-07-2005, 05:18 PM
|
#5
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
There is a problem with some scripts contained in your rpm package and they are preventing it from being installed properly. You will need to get an updated rpm or install your program from source.
|
|
|
|
06-08-2005, 10:47 AM
|
#6
|
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Original Poster
Rep:
|
Hi, how to get an updated rpm ? using "yum" ? or which .rpm must be downloaded ? Pls advise. Thanks
Regards
Daniel
Quote:
Originally posted by reddazz
There is a problem with some scripts contained in your rpm package and they are preventing it from being installed properly. You will need to get an updated rpm or install your program from source.
|
|
|
|
|
06-08-2005, 10:52 AM
|
#7
|
|
Guru
Registered: Jan 2001
Posts: 24,128
Rep: 
|
Quote:
Originally posted by DanielTan
Hi, how to get an updated rpm ? using "yum" ? or which .rpm must be downloaded ? Pls advise. Thanks
Regards
Daniel
|
Download the file from the maintainer or site you downloaded the previous one from. Choosing the rpm is your choice.
|
|
|
|
10-02-2005, 09:46 AM
|
#8
|
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Original Poster
Rep:
|
Hi, do you know any antivirus for linux that is free to download and yet have real time scanning (background scanning ) ? Thanks
Rgds
Daniel
Quote:
Originally posted by trickykid
Download the file from the maintainer or site you downloaded the previous one from. Choosing the rpm is your choice.
|
|
|
|
|
10-04-2005, 11:01 AM
|
#9
|
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Original Poster
Rep:
|
Hi, do i need to run the script for every .rpm package in order to install the software ? i tried to install Realplayer 10 and it prompt me that i need libstd.c++.co , where can i get that ? Pls help. Thanks
Rgds
Daniel
Quote:
Originally posted by reddazz
There is a problem with some scripts contained in your rpm package and they are preventing it from being installed properly. You will need to get an updated rpm or install your program from source.
|
|
|
|
|
10-04-2005, 04:52 PM
|
#10
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Quote:
Originally posted by DanielTan
Hi, do i need to run the script for every .rpm package in order to install the software ? i tried to install Realplayer 10 and it prompt me that i need libstd.c++.co , where can i get that ? Pls help. Thanks
Rgds
Daniel
|
Code:
#yum install compat-libstdc++-33
|
|
|
|
10-04-2005, 06:55 PM
|
#11
|
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Original Poster
Rep:
|
Hi, is the problem in my script for linux package or the .rpm i download ?
Rgds
Daniel
Quote:
Originally posted by reddazz
There is a problem with some scripts contained in your rpm package and they are preventing it from being installed properly. You will need to get an updated rpm or install your program from source.
|
|
|
|
|
10-05-2005, 09:03 AM
|
#12
|
|
Member
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340
Original Poster
Rep:
|
Hi, i tried the command but it returns with
Setting up Install Process
Setting up Repo: base
repomd.xml 100% |=========================| 1.1 kB 00:00
Setting up Repo: updates-released
repomd.xml 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
base : ################################################## 2622/2622
updates-re: ################################################## 1020/1020
No Match for argument compat-libstdc++-33
Nothing to do
Quote:
Originally posted by reddazz
Code:
#yum install compat-libstdc++-33
|
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:52 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|