Hi,
Could someone take a look at this please?
Is there something wrong in my /etc/apt/sources.list ?
deb http://packages.linuxmint.com/ olivia main upstream import
deb http://archive.ubuntu.com/ubuntu/ olivia main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ olivia-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ olivia-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ olivia partner
deb http://packages.medibuntu.org/ olivia free non-free
deb http://packages.linuxmint.com/ olivia main upstream import
I keep on getting "Could not refresh list of packages" and "unable to locate package.." error.
Any help will be valuable.
Cheers
Olivia Cinnamon
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
Olivia Cinnamon
Partho Banerjee
Linux Mint 15 Olivia
Linux Mint 15 Olivia
Re: Olivia Cinnamon
I'm not sure if this applies to all of the repos listed, but for non-mint repos you usually have to replace the Mint name with its Ubuntu equivalent.
ie. Try:
ie. Try:
Code: Select all
deb http://packages.linuxmint.com/ olivia main upstream import
deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ raring-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ raring-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ raring partner
deb http://packages.medibuntu.org/ raring free non-free
deb http://packages.linuxmint.com/ olivia main upstream import
Home PC: Xubuntu 14.04 x64, Nvidia GTX650, i7 3770K, 16GB RAM, Asus Xonar DX
Work PC: Mint 13 x64 XFCE, Nvidia GT620, i5 3470, 8GB RAM
Laptop: System76 Kudu Pro, Xubuntu 14.04 x64
My HTML5 login themes + screenshots
Work PC: Mint 13 x64 XFCE, Nvidia GT620, i5 3470, 8GB RAM
Laptop: System76 Kudu Pro, Xubuntu 14.04 x64
My HTML5 login themes + screenshots
Re: Olivia Cinnamon
Correct, any Ubuntu or Medibuntu repository should have the distribution name "raring" and not "olivia" (Olivia is the Linux Mint 15 distribution name, while the Ubuntu and Medibuntu repositories expect a Ubuntu distribution name--Raring for Linux Mint 15).
Second, the last line is a duplicate of the first line. So I'd delete the last line.
Second, the last line is a duplicate of the first line. So I'd delete the last line.

- Spearmint2
- Level 16
- Posts: 6921
- Joined: Sat May 04, 2013 1:41 pm
- Location: Maryland, USA
Re: Olivia Cinnamon
Mint 15 is based on Ubuntu 13.04 and that uses "Raring Ringtail" on ubuntu servers, not "Olivia".
You can use these link to find what you need to change those to.
http://archive.ubuntu.com/ubuntu/dists/raring/
http://packages.linuxmint.com/list.php?release=Olivia
You can use these link to find what you need to change those to.
http://archive.ubuntu.com/ubuntu/dists/raring/
http://packages.linuxmint.com/list.php?release=Olivia
All things go better with Mint. Mint julep, mint jelly, mint gum, candy mints, pillow mints, peppermint, chocolate mints, spearmint,....
Re: Olivia Cinnamon
In Oliva, it looks like that /etc/apt/sources.list has been ignored to the package management system, but /etc/apt/sources.list.d/official-package-repositories.list has been used insted...
Try this, as it will help me a lot:
Look for the application called terminal, open it, then paste this into the terminal:
Post the output of the command.
Thanks,
Ahad
Try this, as it will help me a lot:
Look for the application called terminal, open it, then paste this into the terminal:
Code: Select all
cat /etc/apt/sources.list.d/official-package-repositories.list
Thanks,
Ahad
Re: Olivia Cinnamon
Thanks to all of you for taking time out from your busy lives...
I changed the /etc/opt/sources.list file as :
-------------------------------------------------------------------------------------------------
pbanerjee@pbanerjee-Satellite-C600 ~ $ cat /etc/apt/sources.list
deb http://packages.linuxmint.com/ olivia main upstream import
deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ raring-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ raring-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ raring partner
deb http://packages.medibuntu.org/ raring free non-free
#deb http://packages.linuxmint.com/ olivia main upstream import
# deb http://archive.removed/ubuntu oneiric-removed apps
# deb http://archive.removed/ubuntu oneiric-removed games
# deb http://archive.removed/ubuntu raring-removed apps games
pbanerjee@pbanerjee-Satellite-C600 ~ $
-------------------------------------------------------------------------------------------------
Thereafter, refreshing repository gave following error (pasted only first few lines):
******************************************************************************
ERROR###ERROR###ERROR###ERROR###ERROR###ERROR###ERROR
W:Failed to fetch http://packages.linuxmint.com/dists/olivia/Release.gpg Something wicked happened resolving 'packages.linuxmint.com:http' (-11 - System error)
, W:Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/Release.gpg Something wicked happened resolving 'archive.ubuntu.com:http' (-11 - System error)
, W:Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/Release.gpg Something wicked happened resolving 'archive.ubuntu.com:http' (-11 - System error)
, W:Failed to fetch http://security.ubuntu.com/ubuntu/dists/raring-security/Release.gpg Something wicked happened resolving 'security.ubuntu.com:http' (-11 - System error)
, W:Failed to fetch http://archive.canonical.com/ubuntu/dists/raring/Release.gpg Something wicked happened resolving 'archive.canonical.com:http' (-11 - System error)
, W:Failed to fetch http://packages.medibuntu.org/dists/raring/Release.gpg Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error)
, W:Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/Release.gpg Something wicked happened resolving 'dl.google.com:http' (-11 - System error)
******************************************************************************
Any ideas?
I changed the /etc/opt/sources.list file as :
-------------------------------------------------------------------------------------------------
pbanerjee@pbanerjee-Satellite-C600 ~ $ cat /etc/apt/sources.list
deb http://packages.linuxmint.com/ olivia main upstream import
deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ raring-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ raring-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ raring partner
deb http://packages.medibuntu.org/ raring free non-free
#deb http://packages.linuxmint.com/ olivia main upstream import
# deb http://archive.removed/ubuntu oneiric-removed apps
# deb http://archive.removed/ubuntu oneiric-removed games
# deb http://archive.removed/ubuntu raring-removed apps games
pbanerjee@pbanerjee-Satellite-C600 ~ $
-------------------------------------------------------------------------------------------------
Thereafter, refreshing repository gave following error (pasted only first few lines):
******************************************************************************
ERROR###ERROR###ERROR###ERROR###ERROR###ERROR###ERROR
W:Failed to fetch http://packages.linuxmint.com/dists/olivia/Release.gpg Something wicked happened resolving 'packages.linuxmint.com:http' (-11 - System error)
, W:Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/Release.gpg Something wicked happened resolving 'archive.ubuntu.com:http' (-11 - System error)
, W:Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/Release.gpg Something wicked happened resolving 'archive.ubuntu.com:http' (-11 - System error)
, W:Failed to fetch http://security.ubuntu.com/ubuntu/dists/raring-security/Release.gpg Something wicked happened resolving 'security.ubuntu.com:http' (-11 - System error)
, W:Failed to fetch http://archive.canonical.com/ubuntu/dists/raring/Release.gpg Something wicked happened resolving 'archive.canonical.com:http' (-11 - System error)
, W:Failed to fetch http://packages.medibuntu.org/dists/raring/Release.gpg Something wicked happened resolving 'packages.medibuntu.org:http' (-11 - System error)
, W:Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/Release.gpg Something wicked happened resolving 'dl.google.com:http' (-11 - System error)
******************************************************************************
Any ideas?
Partho Banerjee
Linux Mint 15 Olivia
Linux Mint 15 Olivia
Re: Olivia Cinnamon
Hi ahaDT, here you go:
---------------------------------------------------------------------------------
pbanerjee@pbanerjee-Satellite-C600 ~ $cat /etc/apt/sources.list.d/official-package-repositories.list
# Do not edit this file manually, use Software Sources instead.
deb http://packages.linuxmint.com olivia main upstream import #id:linuxmint_main
deb http://archive.ubuntu.com/ubuntu olivia main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu olivia-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ olivia-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ olivia partner
pbanerjee@pbanerjee-Satellite-C600 ~ $
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
pbanerjee@pbanerjee-Satellite-C600 ~ $cat /etc/apt/sources.list.d/official-package-repositories.list
# Do not edit this file manually, use Software Sources instead.
deb http://packages.linuxmint.com olivia main upstream import #id:linuxmint_main
deb http://archive.ubuntu.com/ubuntu olivia main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu olivia-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ olivia-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ olivia partner
pbanerjee@pbanerjee-Satellite-C600 ~ $
---------------------------------------------------------------------------------
Partho Banerjee
Linux Mint 15 Olivia
Linux Mint 15 Olivia
Re: Olivia Cinnamon
I wouldn't know how to begin diagnosing the error, but the same issue was resolved/explained here: http://forums.linuxmint.com/viewtopic.php?f=185&t=120885
Home PC: Xubuntu 14.04 x64, Nvidia GTX650, i7 3770K, 16GB RAM, Asus Xonar DX
Work PC: Mint 13 x64 XFCE, Nvidia GT620, i5 3470, 8GB RAM
Laptop: System76 Kudu Pro, Xubuntu 14.04 x64
My HTML5 login themes + screenshots
Work PC: Mint 13 x64 XFCE, Nvidia GT620, i5 3470, 8GB RAM
Laptop: System76 Kudu Pro, Xubuntu 14.04 x64
My HTML5 login themes + screenshots