Author Topic: [ SOLVED ] how to reinstall synaptic ? please  (Read 2481 times)

Offline JohnW_57

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2144
Re: [ SOLVED ] how to reinstall synaptic ? please
« Reply #30 on: August 01, 2011, 06:08:54 PM »
Download from  http://distro.ibiblio.org/pub/linux/distributions/pclinuxos/temp/  synaptic-0.57.2-20pclos2009.i586.rpm

Start Konsole (terminal) su to root and go to the folder where synaptic-0.57.2-20pclos2009.i586.rpm is downloaded,
Type then: rpm -Ivh  synaptic-0.57.2-20pclos2009.i586.rpm
Also  rpm  -Uvh  synaptic-0.57.2-20pclos2009.i586.rpm is possible.

Guess after installing aptugrade is working

JohnW
PCLinuxOS 2013 KDE4 (64 bit) on: home build system:  Intel Core 2 Quad (q6700) (2.66ghz), Asus P5K motherboard, 4 gig ddr2 memory, Asus Nvidia Geforce GTS 250 1024 mb gddr3, Crucial M4 128 SSD,  2x Samsung 500 gig HDD (sata), TSSTcorp CDDVDW SH-224BB.

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: [ SOLVED ] how to reinstall synaptic ? please
« Reply #31 on: August 01, 2011, 06:30:10 PM »
Apt Upgrade installs the new version of Synaptic. Did you reboot?



Neal,

apt upgrade looks to see what version of synaptic you have installed in order to determine whether it should run or not and guess what? He removed synaptic so apt upgrade is just going to exit. What he needs to do is download and manually install the old version of synaptic from the following link then he can run apt-upgrade!

http://distro.ibiblio.org/pub/linux/distributions/pclinuxos/temp/synaptic-0.57.2-20pclos2009.i586.rpm

Can you please instruct him how to manually install a rpm package please?


I had missed that.

I would use, as root
Code: [Select]
rpm -Uvh synaptic-0.57.2-20pclos2009.i586.rpmto install it. Be sure you are in the directory that the RPM was downloaded to.

Offline Jagosix

  • Jr. Member
  • **
  • Posts: 16
Re: [ SOLVED ] how to reinstall synaptic ? please
« Reply #32 on: August 01, 2011, 06:55:59 PM »
Thanks Guys (epecially Texstar, Neal ) for the help. It worked!!!  ;D. You guys are the best.