Updating Issue **Solved**

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
subslug
Level 3
Level 3
Posts: 166
Joined: Sun Dec 23, 2007 9:05 pm

Updating Issue **Solved**

Post by subslug »

I've always noticed Mint Update handles all updates on my Mint system so should I not have Update Manager installed?

Reason I ask is, when I refresh Mint Update it comes back with no updates but, then a program called Update manager pops up showing I do have updates but it also says "Not all updates can be installed"
and wants me to run a partial upgrade.
If I select the partial upgrade a box pops up instantly and says I can not upgrade Gloria to Jaunty whatever that means.

As far as I know the only change to my sources list is that I added one for Wine, I used the Jaunty repos. Otherwise it's bone stock.

I don't know how Update Manager even got installed, is it needed or should I dump it?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
DrHu

Re: Updating Issue

Post by DrHu »

subslug wrote:I don't know how Update Manager even got installed, is it needed or should I dump it?
It is not installed by the default Linux mint 7 gloria install, so yes dump it, and depend only on the mintupdate facility..

I don't think they will be the same thing
In Terminal
apt search update
  • p update-manager - GNOME application that manages apt updates
--this would include upstream (not Mint only) updates for Gnome

Code: Select all

cat /etc/apt/sources.list
## -----------------------
## LINUX MINT REPOSITORIES
## -----------------------

## +++ Linux Mint 7 Gloria (stable) +++
deb http://packages.linuxmint.com/ gloria main upstream import

## +++ Backports (not as stable) +++
#deb http://packages.linuxmint.com/ gloria backport

## +++ Community (not as stable) +++
#deb http://packages.linuxmint.com/ gloria community

## +++ Romeo (unstable) +++
#deb http://packages.linuxmint.com/ gloria romeo

## +++ Source Repositories +++
#deb-src http://packages.linuxmint.com/ gloria main upstream import
#deb-src http://packages.linuxmint.com/ gloria community
#deb-src http://packages.linuxmint.com/ gloria backport
#deb-src http://packages.linuxmint.com/ gloria romeo

## -------------------
## UBUNTU REPOSITORIES
## -------------------

## +++ Ubuntu 9.04 Jaunty (stable) +++
deb http://archive.ubuntu.com/ubuntu/ jaunty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jaunty-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ jaunty-security main restricted universe multiverse

## +++ Backports & Proposed (not as stable) +++
#deb http://archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu/ jaunty-proposed main restricted universe multiverse

## +++ Source Repositories +++
#deb-src http://archive.ubuntu.com/ubuntu/ jaunty main restricted universe multiverse
#deb-src http://archive.ubuntu.com/ubuntu/ jaunty-updates main restricted universe multiverse
#deb-src http://security.ubuntu.com/ubuntu/ jaunty-security main restricted universe multiverse
#deb-src http://archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
#deb-src http://archive.ubuntu.com/ubuntu/ jaunty-proposed main restricted universe multiverse

## ------------------
## OTHER REPOSITORIES
## ------------------

## +++ Canonical (stable) +++
deb http://archive.canonical.com/ubuntu/ jaunty partner

## +++ Medibuntu (stable) +++
deb http://packages.medibuntu.org/ jaunty free non-free
The stock linux mint 7 -gloria /etc/apt/sources.list file
User avatar
subslug
Level 3
Level 3
Posts: 166
Joined: Sun Dec 23, 2007 9:05 pm

Re: Updating Issue

Post by subslug »

DrHu wrote:
subslug wrote:I don't know how Update Manager even got installed, is it needed or should I dump it?
It is not installed by the default Linux mint 7 gloria install, so yes dump it
It's dumped. :)

Exactly what I needed to know. Thanks DrHu

I'm still not sure how it got pulled in but, good to know it's not needed. It kept wanting me to update kernel headers and Xorg and that didn't sound very Minty to me.
Locked

Return to “Software & Applications”