Space Bandit wrote:
mild_peril wrote:
Space Bandit wrote:
Right, I'm happy enough using Mint 12
Bit of an old post to drag up, but ya do know that Mint 16 is out?
I knew there were newer versions out but didn't realise it had got up to 16.
I might give it a go, but tbh I struggle a bit using Linux. Apart from the basic stuff like the desktop & all the regular features such as internet & word processing, I aint got a fucking clue what I'm doing! Like if I want to install a chess game, all I've got is a load of script & when I look up how to use it or ask AndyH I just get bogged down in technical jargon that's of 0 intelligibility to a novice user! I'm not even really bad with computers, so fuck knows how Mr Average Punter would deal with it!
I honestly can't remember Mint 12 now it's been so long, but it definitely might be worth you upgrading to at least Mint 13 as it's being updated 'til 2017. Mint 16 is absolutely class though.
You could upgrade through the terminal to Mint 13 by typing in..
sudo apt-get dist-upgrade
Although it is generally recommended that you do a back-up and install from scratch.
And as for installing anything, your best bet is just to use the Software Manager, which will be in the Menu and quite literally called Software Manager. And then just do a rough search for what you're looking for, and Bob's ya uncle.
If you're looking to install dependencies, or more specific software, have a look in the Synaptic Package Manager. It should be under Administration in your Mint menu, as should Software Manager.
Or, if you know the name of the program you want to install, more often than not, you can install it through the command line in the terminal.
Just say for example that you want to install 'wine', then you open the terminal and type..
sudo apt-get install wine
(and hit enter)
if you wanted to remove it, you would type..
sudo apt-get remove wine
'sudo' is basically just giving you admin privileges for the session
'apt-get' is generally related to installing, updating and removing programs
'install' or 'remove' is doing just that
and then followed by the name of the program, etc.
You can also install stuff via
The Mint Website.
Hope that helps