Hi, I was a windows user. I just recently switched to fedora core 3. the learning part for switching to linux is very exciting. but i find one thing confusing. in fedora, when i want to install an application (rpm format), i have to install it from the shell using rpm command. is there an existing application in fedora which will allow me to install the rpm packages from the gui? also when i install applications in windows, it gets added to program files folder by default. in linux in which folder do the application files go. why dont the applications installed appear in the start menu? it becomes very difficult to know what applications are installed. please excuse me if i posted something wrong as i am quite naive in using linux right now. Regards, Kevin
Hi On Apr 5, 2005 10:54 PM, kevin rodrigues kevin.rodrigues@gmail.com wrote:
Hi, I was a windows user. I just recently switched to fedora core 3. the learning part for switching to linux is very exciting. but i find one thing confusing. in fedora, when i want to install an application (rpm format), i have to install it from the shell using rpm command. is there an existing application in fedora which will allow me to install the rpm packages from the gui?
open a terminal in GUI and type #redhat-package-manager/config* it will show what all package are installed ...and what all package u want to install
also when i install applications in
windows, it gets added to program files folder by default. in linux in which folder do the application files go. why dont the applications installed appear in the start menu? it becomes very difficult to know what applications are installed.
if you have installed any package ... on cammand prompt type ... rpm -qa <package name>
enjoy
Rohan
please excuse me if i posted something wrong as i am quite naive in using linux right now. Regards, Kevin
On Apr 6, 2005 9:24 AM, kevin rodrigues kevin.rodrigues@gmail.com wrote:
Hi, I was a windows user. I just recently switched to fedora core 3. the learning part for switching to linux is very exciting. but i find one thing confusing. in fedora, when i want to install an application (rpm format), i have to install it from the shell using rpm command. is there an existing application in fedora which will allow me to install the rpm packages from the gui?
get apt-get for fedora (search in google for it) then do the following in command-line # apt-get update # apt-get install synaptic
Now create a shortcut of synaptic on desktop you'll get a gui for Add/Remove Programs research more about synaptic/apt-get
also when i install applications in windows, it gets added to program files folder by default. in linux in which folder do the application files go.
learn basic linux linux has its directory hierarchy all the binary files go in *bin* directories conf go in /etc/* etc...etc (learn basic linux from HOWTO)
why dont the applications installed appear in the start menu? it becomes very difficult to know what applications are installed.
synaptic will help
please excuse me if i posted something wrong as i am quite naive in using linux right now.
Use ubuntu/ its designed for desktop only, you can migrate your desktop there.
you can also install software like azureus into one folder like /opt
ubuntuguide.org
correct me ppl!!
regards, Revant
From: kevin rodrigues kevin.rodrigues@gmail.com Hi,
I was a windows user. I just recently switched to fedora core 3. the learning part for switching to linux is very exciting. but i find one thing confusing. in fedora, when i want to install an application (rpm format), i have to install it from the shell using rpm command. is there an existing application in fedora which will allow me to install the rpm packages from the gui? also when i install applications in windows, it gets added to program files folder by default. in linux in which folder do the application files go. why dont the applications installed appear in the start menu? it becomes very difficult to know what applications are installed. please excuse me if i posted something wrong as i am quite naive in using linux right now. Regards, Kevin
That is understandable. If you have an RPM, you can double click it in kde while browsing files. It will be automatically installed. Also, many applications, which are not specifically built for window managers dont appear in the start bar. But apps like XMMS, XINE, MPlayer do appear in the menus. To see which RPMs are installed you can issue:
rpm -qa
in the command shell. It will list the currently installed RPMs. Also, the prefered way to manage you system is through "yum" or "up2date". I recommend yum. Suppose you want to install xmms then all you need to do is:
yum install xmms ( in the command shell ofcourse ;) )
But you need a decent internet connection to use it ;). Check out yum and rpm's man page. You will get tons of info about them...
Regards,
Dinesh.
_________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
I forgot to mention the menu editing In ubuntu i can do the foll in command line
# nautilus Applications:///
and browse the folders to manually add the launchers in gnome, kde has menueditor
I read somewhere (google "rpm vs deb") that deb automatically adds most apps in the menu! and its mostly true?
One more new thing to linux is autopackage.org Its like .exe installer
Sometime on Wed, Apr 06, 2005 at 09:24:06AM +0530, kevin rodrigues said:
Hi, I was a windows user. I just recently switched to fedora core 3. the learning part for switching to linux is very exciting. but i find one thing confusing. in fedora, when i want to install an application (rpm format), i have to install it from the shell using rpm command. is there an existing application in fedora which will allow me to install the rpm packages from the gui? also when i install applications in
There used to be a package called "gnorpm" to install rpms by double clicking the package. This used to be present in older distributions of redhat. now i can't find it bundled.
http://ftp.gnome.org/pub/GNOME/sources/gnorpm/
Anurag