Flash player APT “natty-partner” installation issue fixed

For last few days i had struck with installing flash player since i had updated my system (kUbuntu) softwares through it’s “Updates Available” feature. Since then, now and then, i had been trying different things in this regard but eventually could not make flashplayer work and run flash content in any of Google Chrome, Mozilla Firefox and Rekong (included by default in kUbuntu) browsers. Being quite busy with other stuff and perhaps i didn’t feel a desperate need to run flash content in the meantime i had been just ignoring the issue altogether.

Today i wanted to give it an another try to make it install through APT package installer. After “Download” clicked, in Firefox download window and it would show “aptUrl” to choose as the “default application” to open or run APT package but when i clicked it, it showed a pop up message saying “Unknown channel ‘natty-partner'”. I tried to know more about “apt package manager” and after knowing a bit more about it i went to “Software Management” section of kUbuntu and installed apturl (Was it not installed at all?).

Now, i went to http://get.adobe.com/flashplayer/ and chose “APT to Ubuntu 10.04+” once again and clicked “Download” button and it did not show me the “Choose Package..” dialog box of the Firefox (atleast something achieve) this time, but oops, the “Unknown channel ‘natty-partner'” was still there.. quite frustrating.. hmm.

Now i Googled the term “Unknown channel ‘natty-partner'” and thanks to heavens that i found this “caked” solution in a comment posted by some kind fellow “Chuqui” here.

So here’s the ultimate solution if you find yourself ever in a similar situation like this one:

sudo add-apt-repository ppa:sevenmachines/flash
sudo apt-get update
sudo apt-get install flashplugin64-installer

and whoa, the flash content in all browsers works now!

(Note: may need to restart browsers)

4 thoughts on “Flash player APT “natty-partner” installation issue fixed

  1. When I perform step 1 (add repository, which, incidentally, I have found on other sites purporting to show how to install Adobe Flash Player), I get the following message:

    You are about to add the following PPA to your system:
    Adobe Flash(DEPRECATED)
    *DEPRECATED*
    Adobe flash 11 providing amd64 support has been released and is available from the ubuntu partner repository
    More info: https://launchpad.net/~sevenmachines/+archive/flash
    Press [ENTER] to continue or ctrl-c to cancel adding it

    So I go ahead and add it anyway, then run update attempt to run the installer, but I get the same error that Pandia gets. What’s with the *deprecated* message and what does it mean for this install?

    Tks n rgds

    1. Hi,

      Yes, it seems your system cannot not find/locate or run the installer? Did you reload your list of available packages. You can do this with “sudo apt-get update” in the terminal.

      Check other threads in this post . I hope you get it working soon.

      Do post whatever you do to make it working from here.

      Thanks,
      Arvind.

Leave a Reply