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 05-08-2017, 03:40 PM   #1
MrLinuxUser12
LQ Newbie
 
Registered: May 2017
Posts: 13

Rep: Reputation: Disabled
Linux Mint 10: Is installing updates/stoftware still possible?


Good day!

I've recently installed Linux Mint 10 on my old laptop. It's one of the only distributions I could get to run. Now, support for this Version has ceased quite a while ago already, but I'd still like to install possibly important updates if there's a possiblity. Even if it's only so the Updater icon doesn't bother me anymore..
Judging by the way the updater acts (Can't verify authentification of the servers, and then doesn't find anything when ignoring it), I'd say it's because the Source Files lead to servers that aren't running anymore, right? If so, I'd probably need someone who still offers those updates, if there is anyone.. Linux Mint 10 was still offered on the official website, so why not the updates?

The reason why I included the keyword "Softare" into my heading is because of texlive, which you were supposed to be able to install using the simple command apt-get install texlive. Since it steered into the very same error, I thought it would be worth mentioning as well, even though I will probably still be able to download those packages from the official website. At least I hope they carry compatible versions there.

So, I'll repeat my question again: Is it still possible for me to install the necessary updates through the update manager, as well as packages through the package manager?
 
Old 05-08-2017, 03:54 PM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
No. Support for Linux Mint 10 ended in April 2012. The repositories are no more (as far as I am aware) - here are the current Mint repositories: http://packages.linuxmint.com/index.php

If I were you I would concentrate on finding an up-to-date distro that works on your system. Post your hardware on here (in a new thread) and ask which distro would be suitable.

If you have any problems installing a distro, seek help here. Eventually, you will find a distro or distros which will allow you to install and run more up-to-date software as well as keep up with the latest security fixes.
 
1 members found this post helpful.
Old 05-08-2017, 04:13 PM   #3
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
I do not recommend that you install and use Linux Mint 10. However, let's say you are interested in doing so for historical/educational/entertainment purposes (for example you want to write an article about historical Linux distributions of the past).

What you want to do is edit your software sources (the file /etc/apt/sources.list and possibly other files in the folder /etc/apt/sources.list.d) and edit all the ubuntu-related URL's to read "old-releases.ubuntu.com" (without the quotes).

For example if the original line looks like this:

Code:
deb http://us.archive.ubuntu.com/ubuntu/ maverick main restricted
Change it to look like this:

Code:
deb http://old-releases.ubuntu.com/ubuntu/ maverick main restricted
This should then allow you to install applications like texlive. Of course it will be an old and obsolete version of texlive. Mint 10 has been totally unsupported, with no updates, since 2012.

Last edited by snowday; 05-08-2017 at 04:16 PM.
 
1 members found this post helpful.
Old 05-08-2017, 04:26 PM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,510

Rep: Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491Reputation: 2491
When support ends, the servers are no longer available/accessible in the standard manner as they are moved/archived. Mint 10 is based on Ubuntu 10.10 which was a short term support and that has ended as pointed out above. Mint uses Ubuntu repositories so when Ubuntu stops support for a particular version it ends for Mint also. The apt-get command points to the server based on info in the sources.list file on your Mint system and and the servers aren't there which is why you can't get 'texlive' that way.
 
Old 05-09-2017, 07:32 AM   #5
MrLinuxUser12
LQ Newbie
 
Registered: May 2017
Posts: 13

Original Poster
Rep: Reputation: Disabled
@snowpine
Thank you for the exact solution. I reckon Mint itself doesn't have such archives for their updates, or else you'd have mentioned those as well. But it's good to have at least those updates pulled through, now.

@hydrurga
Well, seeing that this is not only a security concern I should probably take your advice. The main problem here is, that I have near to no information about the hardware of my laptop, it not only being a no-name brand, but also having trouble identifying the hardware brands using software. (At least using tools on WinXP). Nevertheless, I'll see if someone can help me. Thank you!
 
Old 05-09-2017, 10:47 AM   #6
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by MrLinuxUser12 View Post
Well, seeing that this is not only a security concern I should probably take your advice. The main problem here is, that I have near to no information about the hardware of my laptop, it not only being a no-name brand, but also having trouble identifying the hardware brands using software. (At least using tools on WinXP). Nevertheless, I'll see if someone can help me. Thank you!
On the Mint 10 command line, run:

Code:
cd /usr/local/bin && sudo wget -Nc smxi.org/inxi && sudo chmod +x inxi
Then run:

Code:
inxi -F
This manually installs the system info tool inxi and produces a full output from the program.

Last edited by hydrurga; 05-09-2017 at 10:50 AM.
 
1 members found this post helpful.
Old 06-05-2017, 04:28 PM   #7
un1x
Member
 
Registered: Oct 2015
Posts: 645

Rep: Reputation: Disabled
edited by me !

Last edited by un1x; 06-06-2017 at 08:33 AM.
 
Old 06-05-2017, 06:46 PM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
un1x,
Just a friendly reminder.
Quote:
Do not post any messages that are obscene, vulgar, sexually-orientated, hateful, threatening, hostile or insulting.
Personal attacks on others will not be tolerated.
Do not post if you do not have anything constructive to say in the post.

Last edited by michaelk; 06-05-2017 at 06:49 PM.
 
2 members found this post helpful.
Old 06-06-2017, 08:31 AM   #9
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Rep: Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084
@un1x, you've been a member long enough to know posts of this nature aren't acceptable at LQ.

--jeremy
 
  


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
[SOLVED] Kernel Updates -LInux Mint 17.1 w/Cinnamon pcfixerbob Linux - Newbie 2 05-09-2015 09:31 PM
[SOLVED] Cannot get updates, Linux Mint Olivia teboil12 Linux Mint 2 10-16-2013 11:37 AM
LXer: News: Linux Top Three: Peppermint, Mint and Arch Linux Get Updates LXer Syndicated Linux News 1 07-31-2012 01:03 PM

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

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