LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 10-20-2011, 06:14 AM   #1
miramarcos
Member
 
Registered: Oct 2011
Posts: 128

Rep: Reputation: Disabled
Smile list of equivalents to microsoft


As an old time Windows user, I would like to know if such a thing exist, e.g. installing a programme = install or run as administrator. If I try to install something on my acer, only ''extract'' or 'open' comes up with the file manager, but once extracted, nothing happens with e.g. Firefox update or other programs. Can somebody help me pls.
 
Old 10-20-2011, 06:28 AM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
In Linux you normally don't install programs the way you do it in Windows, you do it with your distributions package management system. This will (in most distributions) also handle to install needed dependencies and takes care of available software updates for your distribution.
We can give you advice how to do that if you tell us which distribution you use.
 
Old 10-20-2011, 10:29 AM   #3
miramarcos
Member
 
Registered: Oct 2011
Posts: 128

Original Poster
Rep: Reputation: Disabled
Linpus linux lite

Hello, thanks for your quick reply, I think you mean by distribution, the OS or operation sistem ? This is the one. Thanking for your help,
miramarcos
 
Old 10-20-2011, 10:35 AM   #4
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
You can find more about Linux distributions (or distros) below:

http://en.wikipedia.org/wiki/Linux_distribution
 
Old 10-20-2011, 12:57 PM   #5
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
If you're using an Acer Aspire One, the version of Linux you have is Linpus (unless they've changed it). This is a stripped down version of Fedora, but I don't know much more than that (as I just got rid of it on my machine).

Also, it is important that you're aware that Linux is completely different to Windows. This article may be useful.
 
Old 10-20-2011, 02:54 PM   #6
thezerodragon
Member
 
Registered: Apr 2009
Location: Paris, France
Distribution: Fedora 12 Constantine
Posts: 142

Rep: Reputation: 44
Quote:
Linux you have is Linpus (unless they've changed it). This is a stripped down version of Fedora
This seems to be the case from OPs earlier post. I have never used Linpus but I am a Fedora user. I prefer to install from the command line/terminal. Yum is the package manager for Fedora.
To install any program, for example, one named "package" , you can do the following:
Code:
[you@computer]$ su -
This switches the user, and since you left the user blank (- ), it assumes the root user and asks for the root password. Now it should display something like:
Code:
[root@computer]$
and you can then install things using yum like so:
Code:
yum install package
. You can also user sudo if your username is authorized as a sudoer.

Code:
[you@computer]$ sudo yum -v install package
notice that you are not the root user at this time. the -v option provides "verbose" output, or extra detail about the install process. You can understand more about using yum with the manual:
Code:
man yum

Last edited by thezerodragon; 10-20-2011 at 02:55 PM. Reason: more detail
 
Old 10-20-2011, 08:10 PM   #7
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,349

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
From most of the threads I've seen re Linpus Lite on Acer, the usual instruction is to replace the distro. Apparently its been crippled, so you'll only get grief trying to do anything other than just use it ie apps.
 
Old 10-20-2011, 08:36 PM   #8
thezerodragon
Member
 
Registered: Apr 2009
Location: Paris, France
Distribution: Fedora 12 Constantine
Posts: 142

Rep: Reputation: 44
Quote:
the usual instruction is to replace the distro.
If that's the case, and Linpus is no longer being supported, then you're probably better off moving to Fedora, as it has a large user base and is most similar to your original OS.

Last edited by thezerodragon; 10-20-2011 at 08:36 PM. Reason: typo
 
Old 10-21-2011, 09:30 AM   #9
linuxwin2
Member
 
Registered: Oct 2011
Posts: 44

Rep: Reputation: Disabled
In ubuntu distribution there are a Package manager 'synaptic' to add/remove programs.
 
0 members found this post helpful.
Old 10-21-2011, 09:56 AM   #10
scorpioofthewoods
Member
 
Registered: Mar 2006
Location: USA
Distribution: Fedora & Ubuntu
Posts: 215
Blog Entries: 2

Rep: Reputation: 20
Quote:
Originally Posted by linuxwin2 View Post
In ubuntu distribution there are a Package manager 'synaptic' to add/remove programs.
I haven't used Fedora in a long time but when I did synaptic was available for it. I would assume it still is or something every similar. This is probably a better approach for someone new to Linux than using the command line until they feel more comfortable with Linux.
 
Old 10-21-2011, 10:19 AM   #11
Jenni
Member
 
Registered: Oct 2011
Distribution: Slackware, Fedora
Posts: 158

Rep: Reputation: Disabled
Probably the most important thing to keep in mind is linux is not windows - as Nylex said. Things are done differently, things work differently, and there isn't always a nice 'equivalent' to microsoft.

To add programs in linux, you need to find out what packages if any your distro uses. Fedora, redhat, Centos, and probably linpus, use RPMs so to install a file from outside the repository you would download a file ending in .rpm, but the best place for a new user to get new software is their distros repositories. I have never used linpus - on my acer aspire I replaced it basically the first time I booted it, and never so much as looked at the default OS, but most distributions will have an "Add/remove software" button or something similar, which will give you a categorized list of software available to be installed and downloaded from your distro's repositories, from this menu you can download and install and handle all dependencies with a few mouse clicks. There are also command line tools (Like yum as thezerodragon mentioned) that allow you to do the same thing - get and install software and deps in a one line command. Also most distributions have an automatic updater of some sort - Fedora has a gui option to update packages, and yum can also be used to update packages, I am, however, unsure about a gui updater for linpus, having never used it.

Also it's worth noting that windows programs, for the most part, will not run natively on linux, you can typically find something to do the same tasks, but you can't use microsoft word on linux without something like Wine - you can use Abiword, Kword, The Libre office word processor, etc. to do the same job but these programs will not necessarily have the same features and commands that windows' program has. So if you can't find something on linux that does what you need - which is rare for casual use but can be a serious issue for professionals who use linux and for gamers - you can try to use wine(http://www.winehq.org/) to get the windows program running, a lot of programs work perfectly well, but you may take a hit to the performance or stability in some programs, and some wont work at all. Programs that are cross platform, like Firefox, will work normally provided you get the linux version rather than the windows version when you download it.

For running as an administrator - Sudo and Su are your usual options. It is encouraged that you only use the root account when needed for security reasons, and because as root it's much easier for you tu break your system than as a limited user. Sudo temporarily gives you administrative power to perform a certain command, where su logs you in as the root account. Both are command line options, and I don't recommend using root in a gui or for prolonged periods of time. I'm not sure of any useful ways to temporarily have root access without using the terminal(command line), some may exist but I've never used one.
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: List of Companies that Pay Royalties to Microsoft for Using Android OS LXer Syndicated Linux News 0 07-07-2011 01:50 PM
'E:Malformed line 54 in source list /etc/apt/sources.list (dist parse), E:The list of vsssuccess@gmail.com Linux - Desktop 1 11-17-2010 08:17 AM
Is there a command list which indicates the UNIX command equivalents also? Lil Linux - Newbie 5 08-05-2010 03:10 AM
LXer: 'The List': Open Source Advocates Unleash Fury at Microsoft LXer Syndicated Linux News 0 05-24-2007 12:46 PM
LXer: Microsoft releases list of verified Vista applications LXer Syndicated Linux News 0 02-22-2007 09:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration