Collecting thoughts, giving them meaning and having fun while at it

Ετικέτα: Ubuntu Software Center

What to do when the GETDEB repository is down

Logo Linux Mint

Logo Linux Mint (Photo credit: Wikipedia)

If during an update in either Linux Mint or Ubuntu you get error messages from apt, about failing to fetch data from the GETDEB repository (which happens a lot, I’m afraid), here’s a brilliant solution I found at askubuntu.com. Use a mirror!

Here are the steps:

  1. Comment out your existing sources for GETDEB
  2. Add the following sources instead:

deb http://mirrors.dotsrc.org/getdeb/ubuntu quantal-getdeb apps
deb-src http://mirrors.dotsrc.org/getdeb/ubuntu quantal-getdeb apps

Replace “quantal” with your edition if necessary; also, you can add the games repo just by repeating the above two lines with “games” in the end instead of “apps”.

  1. Import the mirror’s security key:

sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com A8A515F046D7E7CF

  1. Refresh your sources and you’re done:

sudo apt-get update

(Quick Tips) gdebi: “The package may be corrupted”

I recently fresh installed Linux Mint 12 (Lisa), which is based on Ubuntu 11.10 (Oneiric). I almost immediately bumped into a problem with gdebi, the graphical package installer. The message I received was:

"Could not open XXXX.deb.
The package might be corrupted or you are not allowed to open the file.
Check the permissions of the file."

After a lot of searching, I found this solution in linuxmint forums. Works like a charm:

[code]sudo apt-get install xz-lzma[/code]

Enhanced by Zemanta

Getting Canon Pixma MP560 to work in Mint 12 amd64 (and Ubuntu 11.10)

canon pixma mp560

canon pixma mp560

Update, December 2012

Moving forward to Mint Nandia (based on Ubuntu 12.10), Michael’s drivers in canon-trunk suport two-sided printing! At last!

Update, May 2012.

Moving forward to Mint Maya (based on Ubuntu 12.04), I found that Michael’s Canon repository did not have a driver version for Precise and that the previous ones used in Oneiric, would not work.

In order to solve this problem, you need to follow these steps:

  • Uninstall the existing canon drivers
  • Remove the existing canon repository from your sources
  • Add the new repository:

[code]sudo add-apt-repository ppa:michael-gruz/canon-trunk
sudo apt-get update[/code]

  • Re-install the drivers corresponding to your printer, with Synaptic. You may have to use the i386 packages if amd64 ones are not available. They will still work!

Περισσότερα

© 2024 Stratos' Sphere

Θέμα εμφάνισης από τον Anders NorenΠάνω ↑