Hi guys.
Because some of Ubuntu's packages are old & not up to date, sometimes you feel like manually updating some softwares.
I've got aMSN as my default MSN IM client, the version used in Ubuntu's repository up to now is 0.97 while 0.9.2 is released.
Anyways, on my desktop I've downloaded "aMSN Installer for Tcl/Tk 8.5"
http://prdownloads.sourceforge.net/a...85.x86.package
You must edit it's properties to make it executable & it's perfect.
Am using my laptop now to do the same, but it doesn't work.
On the desktop where it works, the file appears as executable package icon "Box with a circle around it", while on the laptop where it doesn't work, it appears as a text file.
I've tried to install it via terminal
but it says:
FAIL:Install the package with the command 'package install' instead.
I wanted to make sure I've got tcl * tk packages so I enter the code:
And everything is installed.
I check the versions installed & I find tcl/tk 8.3, 8.4 & 8.5 installed.
On the desktop where it works, if I enter the command
It returns "8.5"
On the laptop it returns "8.4.16"
I think here is the problem, but how can I switch it to 8.5 "Note that it is installed, but the system is still using the old one"
And it's worth mentioning that I've downloaded the "8.4" version of the autopackage but it didn't work.
Thanks in advanced.
Because some of Ubuntu's packages are old & not up to date, sometimes you feel like manually updating some softwares.
I've got aMSN as my default MSN IM client, the version used in Ubuntu's repository up to now is 0.97 while 0.9.2 is released.
Anyways, on my desktop I've downloaded "aMSN Installer for Tcl/Tk 8.5"
http://prdownloads.sourceforge.net/a...85.x86.package
You must edit it's properties to make it executable & it's perfect.
Am using my laptop now to do the same, but it doesn't work.
On the desktop where it works, the file appears as executable package icon "Box with a circle around it", while on the laptop where it doesn't work, it appears as a text file.
I've tried to install it via terminal
Code:
bash amsn-0.97.2-1.tcl85.x86.package
FAIL:Install the package with the command 'package install' instead.
I wanted to make sure I've got tcl * tk packages so I enter the code:
Code:
sudo apt-get install tcl tk tcl-dev tk-dev
I check the versions installed & I find tcl/tk 8.3, 8.4 & 8.5 installed.
On the desktop where it works, if I enter the command
Code:
echo "puts [set ::tcl_patchLevel]; exit" | wish
On the laptop it returns "8.4.16"
I think here is the problem, but how can I switch it to 8.5 "Note that it is installed, but the system is still using the old one"
And it's worth mentioning that I've downloaded the "8.4" version of the autopackage but it didn't work.
Thanks in advanced.
Comment