LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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 01-24-2015, 10:08 AM   #1
ScottlinaG
LQ Newbie
 
Registered: Jan 2015
Distribution: linux mint 17.1 mate
Posts: 3

Rep: Reputation: Disabled
Question Update Manager doesn't work with linux mint 17.1 mate


this is what I get after running "inxi -r"
Repos: Active apt sources in file: /etc/apt/sources.list.d/clipgrab-team-ppa-trusty.list
deb http://ppa.launchpad.net/clipgrab-team/ppa/ubuntu trusty main
deb-src http://ppa.launchpad.net/clipgrab-team/ppa/ubuntu trusty main
Active apt sources in file: /etc/apt/sources.list.d/ferramroberto-lffl-trusty.list
deb http://ppa.launchpad.net/ferramroberto/lffl/ubuntu trusty main
deb-src http://ppa.launchpad.net/ferramroberto/lffl/ubuntu trusty main
Active apt sources in file: /etc/apt/sources.list.d/getdeb.list
deb http://archive.getdeb.net/ubuntu trusty-getdeb apps
Active apt sources in file: /etc/apt/sources.list.d/gnome3-team-gnome3-trusty.list
deb http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu trusty main
deb-src http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu trusty main
Active apt sources in file: /etc/apt/sources.list.d/kalakris-okular-trusty.list
deb http://ppa.launchpad.net/kalakris/okular/ubuntu trusty main
deb-src http://ppa.launchpad.net/kalakris/okular/ubuntu trusty main
Active apt sources in file: /etc/apt/sources.list.d/kilian-f_lux-trusty.list
deb http://ppa.launchpad.net/kilian/f.lux/ubuntu trusty main
deb-src http://ppa.launchpad.net/kilian/f.lux/ubuntu trusty main
Active apt sources in file: /etc/apt/sources.list.d/libreoffice-ppa-trusty.list
deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu trusty main
deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu trusty main
Active apt sources in file: /etc/apt/sources.list.d/official-package-repositories.list
deb http://packages.linuxmint.com rebecca main upstream import
deb http://extra.linuxmint.com rebecca main
deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ trusty partner
Active apt sources in file: /etc/apt/sources.list.d/ricotz-testing-trusty.list
deb http://ppa.launchpad.net/ricotz/testing/ubuntu trusty main
deb-src http://ppa.launchpad.net/ricotz/testing/ubuntu trusty main

Thanks in advance, ScottG
 
Old 01-24-2015, 01:17 PM   #2
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Can you be a bit more specific as to what does not work, or how you noticed that it does not work.
You seem to have a lot of ppas in your apt sources. Do you know what you are doing there?
When you are doing a system update, how do you do it? GUI or command line?
 
Old 01-24-2015, 02:27 PM   #3
ScottlinaG
LQ Newbie
 
Registered: Jan 2015
Distribution: linux mint 17.1 mate
Posts: 3

Original Poster
Rep: Reputation: Disabled
Thanks for the quick reply. I first noticed that my update manager icon was missing from my panel at bottem of screen. I have since been searching for ways to get it back (with out having to completly reload mint, The ppa's that i have are for some programs not in the repository, i.e., clipgrab, etc. I usually update using GUI (I think) - I click on the icon and tell it to load updates. Please excuse me if this is not specific enough, but you are talking with a 76 year old newbie that loves working with linux.

Thanks again and any help is appreciated.
 
Old 01-25-2015, 12:23 PM   #4
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Ok, I am not familiar with the mate configuration, but I should have an iso lying around on my other machine. When I get hold of it (my wife is currently shopping online) I can start it in a vm and see how you can configure that back.
In the meantime, you could look in the menu under categories like settings or system and see if you can find the update manager there.

Also, if you are feeling bold, you may want to give it a try and update on the command line. It's really not that difficult.
All you need to do is opening a terminal and running
Code:
sudo apt-get update
This will basically look for available updates.
Once that's done run
Code:
sudo apt-get dist-upgrade
This is the actual system update. If you are asked for a password type your user password.
It may take a while, make sure your system is connected to power and do not interrupt the process once it is started...
 
Old 01-25-2015, 12:40 PM   #5
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Ok, shopping is done, I have been able to take a look at the MATE desktop. So go to the menu and choose "control center".

Scroll down to the group "System" and find the entry "Update Manager".
Clicking on it should bring up the update manager.
That in turn should bring the icon back to the systray.

If all is good, you can ignore the next part of this post.

If you cannot find the update manager, we can check if it was somehow removed. In order to do that, open a terminal (Click Menu -> terminal), type in the following command and post the output.

Code:
aptitude search mintupdate
 
1 members found this post helpful.
Old 01-26-2015, 03:43 PM   #6
ScottlinaG
LQ Newbie
 
Registered: Jan 2015
Distribution: linux mint 17.1 mate
Posts: 3

Original Poster
Rep: Reputation: Disabled
joe 2000, Thanks so much for you hard work in finding my answer, you have been most helpful.

Tschüß, Scott
 
Old 01-26-2015, 04:04 PM   #7
joe_2000
Senior Member
 
Registered: Jul 2012
Location: Aachen, Germany
Distribution: Void, Debian
Posts: 1,016

Rep: Reputation: 308Reputation: 308Reputation: 308Reputation: 308
Quote:
Originally Posted by ScottlinaG View Post
joe 2000, Thanks so much for you hard work in finding my answer, you have been most helpful.

Tschüß, Scott
You are welcome... If everything works as expected please mark the thread as solved...
 
  


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] Problems with Update Manager in Mint 13 Maya/Mate 64 loshakova Linux - Newbie 4 09-09-2014 03:11 PM
[SOLVED] Synaptic Package Manager error - Linux Mint 13 Mate super_68 Linux Mint 6 06-28-2013 03:18 AM
[SOLVED] update Thunderbird in Linux Mint 12.04 Debian (Xfce/MATE/Cinnamon) WFV Linux - Newbie 6 06-17-2012 01:46 AM
LXer: Linux Mint Debian Update Pack 4 Goes Stable (Cinnamon, GNOME Shell And Mate Included) LXer Syndicated Linux News 0 04-06-2012 02:31 AM
Update manager doesn't work, now I must manually run 'dpkg --configure -a' ?? GoodLukeing Linux - Newbie 4 12-21-2008 07:10 PM

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

All times are GMT -5. The time now is 11:32 AM.

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