Firefox Flash Plugin not working on Linux Mint - linux

My Flash plugin just won't work for Firefox on Linux Mint.
I am running Linux Mint 14 Nadia 64bit.
Downloaded firefox-27.0.1.tar.bz2
Extracted it
Ran ./firefox it works fine
Downloaded install_flash_player_11_linux.x86_64.tar.gz
Extracted it
Copied the plugin: cp libflashplayer.so
/home/gary/.mozilla/plugins/
Copied the Flash Player Local Settings configurations: sudo cp -r
usr/* /usr
Generated dependency lists for Flash Player: ldd
/home/gary/.mozilla/plugins/libflashplayer.so
Plugin still doesn't work.
Any help would be appreciated.

start with a command in terminal
sudo apt-get alien - it is a converter worth using .
For rpm to deb use code sudo alien <file-name>.rpm
for tar.gz use code sudo alien -k <file-name>.tar.gz
for tar.bz2 use code sudo alien -d <file-name>.tar.bz2
for tgz use code sudo alien --to-deb ~/<file-name>.tgz
good luck .
~ $sudo alien -d firefox-27.0.1.tar.bz2
wait
double click new deb file
Silverlight
And download chrome this plugin rocks it will enable flash 15 ...
Pepperflash

sudo apt-get install mint-flashplugin
This works from terminal.

Related

when i open unity and make something project then the error is coming that " no usable version of libssl was found "

i am new to linux ubuntu . i am using ubuntu 22.04 . recently i downloaded unity and it is showing error " no usable version of libssl was found " How to fix this PLease help me !!
i tried to find solution for this problem and i found nothing .
( i am using linux and i am new to linux )
.
You need to download the missing libssl library and install it
$ wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb
$ sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb
For Ubuntu
sudo add-apt-repository ppa:rael-gc/rvm
sudo apt-get update
sudo apt install libssl1.0-dev
The reason for this error lies in incompatible versions of Open ssl on your machine and needed from Unity. Ubuntu 22.04 installs Open ssl 3.0 per default but Unity for Linux currently uses .Net5 per default and therefore can only run with Open ssl 1.0 or 1.1.
To fix this, you need to downgrade your Open ssl on your machine to either 1.0 or 1.1. I tested 1.0.2 version from the link Jeff Chen commented below rainman's answer.
I also tested the wget method from this answer over on askubuntu just with the downloaded package and it worked like a charm for me.
Unity is aware of this problem as seen here.
Edit: I had to restart my computer for the error to disappear.
You need to install libssl1.1
# download package with wget
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
# install package locally
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
original gist post:
https://gist.github.com/joulgs/c8a85bb462f48ffc2044dd878ecaa786
You have to install the openssl 1.1
Download and Install it by the following steps:
wget https://www.openssl.org/source/openssl-1.1.1q.tar.gz
tar -xzvf openssl-1.1.1q.tar.gz
cd openssl-1.1.1q
sudo ./config
sudo make install
openssl version -v
I'm not sure but you can set ln too:
sudo ln -sf /usr/local/ssl/bin/openssl `which openssl`
and if you get this error:
openssl: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
fix it with this command: ldconfig after install
The problem doenst exist with Unity 2022.2.2.
Works great on Ubuntu 22.04 with libssl3
Unity 2021 doesnt work on same system because of libssl3

GitKraken won't update on Ubuntu

My GitKraken does not complete the upgrade process, it gets caught on the download screen.
A few weeks ago it worked normally
Ubuntu Mate 18.04
I had a similar problem, so I installed GitKraken using command line:
Open the Ubuntu's Terminal app
Download the Linux debpackage from https://www.gitkraken.com/download:
wget https://release.gitkraken.com/linux/gitkraken-amd64.deb
Install the deb package:
sudo dpkg -i ./gitkraken-amd64.deb
Better yet, put all that into a gitkraken_update.sh script:
#!/bin/bash
#
#
echo " Installing GitKraken..."
cd ${HOME}/Downloads
wget https://release.gitkraken.com/linux/gitkraken-amd64.deb
sudo dpkg -i ./gitkraken-amd64.deb
echo " Done."
you just download te install package from the oficial page web(https://www.gitkraken.com/download) and install, thats work for me, sorry for my english

how to install viber in Ubuntu?

is it possible to install Viber VoIP client in Ubuntu ? So that I can call people from my Ubuntu system. I am using Ubuntu 12.04.
I followed these many steps :
Downloaded :
wget http://download.cdn.viber.com/cdn/desktop/Linux/Viber.zip
Then unzipped it :
unzip Viber.zip
cd Viber
~/Viber/Viber.sh
But still it is not working. Giving error like "word unexpected" & "invalid encoding". If someone has installed, please suggest me.
Thank you.
You have to use wine to get the Viber working with wizard on ubuntu.
sudo apt-get install wine
wget http://download.cdn.viber.com/cdn/desktop/windows/ViberSetup.exe
wine ViberSetup.exe
You can see the steps with screenshots on: http://www.unixmen.com/install-viber-in-linux-using-wine/
Well, you dont need to install viber through Wine anymore.
Viber now released Debian binary: www.viber.com/products/linux/‎
You must have 64bit version of Ubuntu, Debian, Mint or ZorinOS to be able to install this though.
Installing Viber on Ubuntu:(without wine)
For 64-bit Systems Only:
Open terminal by pressing Ctrl+Alt+T then run the following commands,
wget http://download.cdn.viber.com/cdn/desktop/Linux/Viber.zip
unzip Viber.zip
cd Viber
./Viber.sh
In .deb method
wget http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
sudo apt-get install gdebi
sudo gdebi viber.deb
Or
wget -O viber64-NoobsLab.com.deb http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
sudo dpkg -i viber64-NoobsLab.com.deb
Direct download of .deb
Download from Viber.com
cd /viber_download_location/
sudo dpkg -i viber.deb
For 32-bit Systems:
You can use sudo dpkg --force-architecture -i viber.deb command, but use of wine is advisable.
For anyone else looking, go to Viber's official page and download the latest version of the distro you are running. Currently, only Ubuntu and Fedora are supported.
Installation can be easily completed through a Software installer or manually.

Install Icecast into Linux

I have no experience to linux system, and i would like to help me to solve this issue..
Now i have the following job..
cd ~
cd home
cd myusernmae
mkdir src
wget http://downloads.xiph.org/releases/icecast/icecast-2.3.2.tar.gz
tar -zxvf icecast-2.3.2.tar.gz
cd icecast-2.3.2
./configure
Error so i type the followings
apt-get install libxslt1-dev
sudo apt-get install libogg-dev libvorbis-dev
./configure
make
make install
cp -R /home/username/icecast-2.3.2/web ~/icecast/
Now when i type icecast shell response with the following message
Icecast 2.3.2
usage: icecast [-b -v] -c <file>
options:
-c <file> Specify configuration file
-v Display version info
-b Run icecast in the background
I know how can i use icecast into windows (icecast configuration file) but i don't know where to find it and how modify it into linux (vi editor :( )
Any help would me usefull
If this is an Ubuntu or a Debian based system, a simple sudo apt-get install icecast2 should install the server for you without polluting your system. The configuration file is usually in /etc/. If it is Debian or Ubuntu, doing a dpkg -L icecast2 | grep etc after installing should show you the config files. Fire up an editor, edit them and then restart the service.

how to install adobe air sdk in linux?

i'm trying to install the adobe air sdk in linux. i unzip the package downloaded from http://www.adobe.com/products/air/tools/sdk/ into a folder "AdobeAIRSDK", and add the /bin folder into the PATH environment variable. but when i tried to run the adl, it gives me the following error:
Error loading the runtime (/home/monuser/AdobeAIRSDK/bin/../runtimes/air/linux/Adobe AIR/Versions/1.0/Resources/nss3/None/libnss3.so: file too short)
what's the problem here and how do i get it fixed?
Are you trying to install on a 64-bit OS? Either way, Adobe has a KB on installation that might help.
Installing Adobe Air on Ubuntu 13.10
Install i386 libraries, that are required for successful installation and running of Adobe Air and air applications:
sudo apt-get install libgtk2.0-0:i386 libstdc++6:i386 libnss3-1d:i386 lib32nss-mdns libxml2:i386 libxslt1.1:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386
Install gnome-keyring:i386.
It can't be installed using apt-get as other i386 (at least at the moment of writing this), because of it's dependencies. So we'll need to download it and install manually. In fact, this is easy:
download deb-package using apt-get to /tmp:
cd /tmp
sudo apt-get download libgnome-keyring0:i386
extract deb-package into gnome-keyring subfolder (note version in the file name, it may be different):
sudo dpkg-deb -R libgnome-keyring0_3.8.0-2_i386.deb gnome-keyring
install library in the system by copying:
sudo cp gnome-keyring/usr/lib/i386-linux-gnu/libgnome-keyring.so.0.2.0 /usr/lib/i386-linux-gnu/
create symlinks so Adobe Air could see it:
sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0.2.0 /usr/lib/i386-linux-gnu/libgnome-keyring.so.0
sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0 /usr/lib/libgnome-keyring.so.0
sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0.2.0 /usr/lib/libgnome-keyring.so.0.2.0
Download Adobe Air installer from Adobe official site: http://helpx.adobe.com/air/kb/archived-air-sdk-version.html
Install Adobe Air using downloaded installer (don't forget to allow execution of the installer file):
chmod a+x AdobeAIRInstaller.bin
sudo ./AdobeAIRInstaller.bin
Adobe Air should be installed successfully now! Now you may remove excess symlinks:
sudo rm /usr/lib/libgnome-keyring.so.0
sudo rm /usr/lib/libgnome-keyring.so.0.2.0
Source

Resources