LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 12-18-2012, 10:02 AM   #1
sigmundf
LQ Newbie
 
Registered: Dec 2009
Posts: 7

Rep: Reputation: 0
Linux mint


I have Linux mint
I use Mozilla Firefox web browser
but I have a couple of problems

1) I can not download the updates

2) my computer seems to be slow
is it possible that I need to clean
the computer of viruses ?

I have been told Linux is practically
virus free
if yes how do I do it ?

3) I can"t log in to
Yahoo dominoes why ?

please advises on all
thanks
Sigmund

sigmundf@bhphotovideo.com
 
Old 12-18-2012, 03:03 PM   #2
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Welcome to the forums!

1) Mint has an "Update Manager" application for all your update needs. (I think it's under Applications->System Tools? I'm not a Mint user)

2) Highly unlikely you have a virus in Linux. What are your hardware specs (CPU, RAM, video card) and which desktop environment (Cinnamon, Mate, KDE, etc.) are you running?

3) I am not familiar with this game, sorry.
 
Old 12-18-2012, 04:18 PM   #3
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
Answers to the questions asked above by snowpine would be a good start.
Which release of Mint? the most recent Mint 14?
What type of internet connection do you have?
 
Old 12-18-2012, 04:35 PM   #4
sigmundf
LQ Newbie
 
Registered: Dec 2009
Posts: 7

Original Poster
Rep: Reputation: 0
Where would i find it

Quote:
Originally Posted by yancek View Post
Answers to the questions asked above by snowpine would be a good start.
Which release of Mint? the most recent Mint 14?
What type of internet connection do you have?
THANK YOU FOR HELPING ME YANCEK

WHERE DO I LOOK
SO THAT I FIND THE
TYPE OF MINT I HAVE ?

I HAVE A DSL CONNECTION
TO THE INTERNET

AS YOU CAN SEE I AM A
COMPUTER ILLITERATE

PLEASE HELP ME STEP BY STEP

Sigmund
sigmundf@bhphotovideo.com
 
Old 12-18-2012, 04:36 PM   #5
sigmundf
LQ Newbie
 
Registered: Dec 2009
Posts: 7

Original Poster
Rep: Reputation: 0
THANK YOU FOR HELPING ME YANCEK

WHERE DO I LOOK
SO THAT I FIND THE
TYPE OF MINT I HAVE ?

I HAVE A DSL CONNECTION
TO THE INTERNET

AS YOU CAN SEE I AM A
COMPUTER ILLITERATE

PLEASE HELP ME STEP BY STEP

Sigmund
sigmundf@bhphotovideo.com
 
Old 12-18-2012, 10:22 PM   #6
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
You can find the release several ways, usually there is a file named 'issue' or 'release' so open a terminal and type:

cat /etc/issue, or cat /etc/release. One of those should tell you.
If you don't know how to open a terminal, hold the Alt+F2 keys down simultaneously and when the little box opens type terminal or konsole and you should get a terminal window to enter the commands.
There should be a menu icon possibly in the extreme lower left where the windows "Start" button usually is. It may be elsewhere so just mouse over icons at the top/bottom of the Desktop. There should be a Software Manager somewhere. I have Mint installed on a partition but it is KDE which is not the default/standard on Mint so I doubt you have that. Can't be anymore specific.

Posting some information on your hardware, processor, RAM memory and graphics card and the approximate age of the computer would help.
You should try to find where the software manager is as downloading from the Mint repositories rather than just anything off the internet is going to save you a lot trouble later.
 
Old 12-19-2012, 02:04 PM   #7
sigmundf
LQ Newbie
 
Registered: Dec 2009
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by snowpine View Post
Welcome to the forums!

1) Mint has an "Update Manager" application for all your update needs. (I think it's under Applications->System Tools? I'm not a Mint user)

2) Highly unlikely you have a virus in Linux. What are your hardware specs (CPU, RAM, video card) and which desktop environment (Cinnamon, Mate, KDE, etc.) are you running?

3) I am not familiar with this game, sorry.
thank you snowpine

I have mint 12 3
I did not find Update Manager
under applications
so where would I find it ?
please help me
Sigmund
sigmundf@bhphotovideo.com
 
Old 12-19-2012, 02:09 PM   #8
sigmundf
LQ Newbie
 
Registered: Dec 2009
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by yancek View Post
Answers to the questions asked above by snowpine would be a good start.
Which release of Mint? the most recent Mint 14?
What type of internet connection do you have?
I have mint 12 3
I did not find
an update manger on my my mint
or under applications , tools
please help me step by step
Sigmund
sigmundf@bhphotovideo.com
 
Old 12-19-2012, 03:24 PM   #9
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
I am not familiar with Mint's graphical interface, sorry.

The following commands should work in the Terminal:

Code:
sudo apt-get update
sudo apt-get dist-upgrade
 
Old 12-19-2012, 04:34 PM   #10
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
Quote:
I have mint 12 3
Is that a typo? Mint releases are numbered and since releae 5 they are just number, 6, 7,...14 with 14 being the most recent. So do you have 12 or 13? Did you run the commands suggested above? Do you know how to open a terminal where you can type the commands? Usually Mint has a menu button which is an icon with a letter M, usually green. Do you see that? How have you tried to find the Software Manager?

On the versions of Mint I have used, the Desktop looked similar to the one at the link below. Of particular interest is the Menu button which you can see in the lower left of the image. Also, Software Manager shows. This particular image is for the xfce Desktop which you may not be using but I would expecta your Desktop to have a Menu tab.

http://www.tecmint.com/xfce-desktop-...linux-mint-14/
 
  


Reply



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
Is there a substantial difference between Linux Mint Ubuntu and Linux Mint Debian? schachwizard Linux Mint 9 07-29-2015 02:24 AM
Newbie with Mint/ Linux needs to install Clam AV in Mint after 4 Wdws Trogan attack BAKEAPPLEFARM Linux Mint 6 03-24-2010 08:38 PM
Newbie with Mint/ Linux would like to iinstall WINE on Mint so found no help for this BAKEAPPLEFARM Linux Mint 4 05-08-2009 08:33 AM
How do I replace Linux Mint with Suse 11.0 on PC with Win XP Mint and Ubuntu? jremsen Linux - Software 4 02-15-2009 06:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 03:15 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