Category Archives: Linux

Install Flash in Ubuntu 9.04 -Jaunty Jack

If you have problems with Flash 10 in Firefox for Ubuntu . Because of some conflicts you need to unistall the following packages and then install the only one you need : flashplugin-nonfree. kartook@.-:~$sudo apt-get remove swfdec-mozilla kartook@.-:~$sudo apt-get remove mozilla-plugin-gnash kartook@.-:~$sudo apt-get remove adobe-flashplugin kartook@.-:~$sudo apt-get remove flashplugin-nonfree sudo apt-get install flashplugin-nonfree That’s it.Easy […]

How to remove Firefox 3.5.5 alphaon ubuntu 9.04

Today   i was run the update the packages on my ubuntu Box firefox 3.5.5 meta package was installed . i need to remove this version.I am worried to remove then finally i found the commands to remove the pack safely H4ck3r@kartook:~$sudo apt-get remove firefox-3.5 H4ck3r@kartook:~$sudo apt-get autoremove python-utidylib python-feedparser libtidy-0.99-0 H4ck3r@kartook:~$firefox-3.0 i got a […]

Appnr — Web-based tool to install applications on Ubuntu

Appnr is a Web-based tool and a service that install applications on Ubuntu. Application install from Appnr is always latest version in repositories. AptURL is required The AptURL Protocol Handler and a Web browser support are required to install applications. The AptURL Protocol Handler is a program that handles special URLs to installing software on […]