You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Re-installing Xarchiver; Fixing broken filter in Synaptic Package Manager

Author (Read 5515 times)

0 Members and 1 Guest are viewing this topic.

 

N4RPS

  • Donator
  • Platinum Level Poster
  • **********
  • 1149
    Posts
  • Reputation: 155
  • Knows JUST ENOUGH Linux to be DANGEROUS
    • View Profile
    • Orphans for Christ, Self Advocates of Mecklenburg

  • CPU: Several Different 32-bit & 64-bit CPUs, 2-8 GB RAM

  • MEMORY: 8Gb

  • VIDEO CARD: Several Different AMD and Intel GPUs
Hello!

You're welcome. No trouble at all.

Valtam's answer is the best one for this issue. Thanks for the assist!

It's always best to use Synaptic or the Software Manager to install software if you can.  in addition to the main program, Synaptic and the Software Manager also gather up all the needed dependencies, which avoids broken packages and a messed-up system that requires reinstallation to fix.

Been there, done that...

73 DE N4RPS
Rob
 


A gun in your hand is worth more than a whole police force on the phone.
 

 

dayooper

  • Guest
Rob,

Latest version of LibreOffice is now installed. I found it useful to also run the command, "sudo apt-get dist-upgrade". Thanks for all your help and patience on this matter.

David 
 

 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8775
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Please use the LibreOffice PPA if you want the latest.

Code: [Select]
sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get update 
sudo apt-get upgrade
 

 

dayooper

  • Guest
Rob,

The DEBS folder has 51 .deb files. Which one (ones) do I select to have Gdebi package installer open?

David
 

 

N4RPS

  • Donator
  • Platinum Level Poster
  • **********
  • 1149
    Posts
  • Reputation: 155
  • Knows JUST ENOUGH Linux to be DANGEROUS
    • View Profile
    • Orphans for Christ, Self Advocates of Mecklenburg

  • CPU: Several Different 32-bit & 64-bit CPUs, 2-8 GB RAM

  • MEMORY: 8Gb

  • VIDEO CARD: Several Different AMD and Intel GPUs
Hello!

DEB (.deb) packages can be installed with GDebi Package Installer. If you right-click on the .deb and you see 'GDebi' as an option, select it. If you DON'T see a GDebi entry when right-clicking on the .deb, it's easy enough to install:

Code: [Select]
sudo apt-get install gdebi
73 DE N4RPS
Rob


A gun in your hand is worth more than a whole police force on the phone.
 

 

dayooper

  • Guest
Rob,

I ended up re-installing Linux Lite and all is well for now.

I just downloaded the latest version of LibreOffice. The extracted file is "LibreOffice_4.2.3.3_Linux_x86_deb". How do I install this program?   
 

 

N4RPS

  • Donator
  • Platinum Level Poster
  • **********
  • 1149
    Posts
  • Reputation: 155
  • Knows JUST ENOUGH Linux to be DANGEROUS
    • View Profile
    • Orphans for Christ, Self Advocates of Mecklenburg

  • CPU: Several Different 32-bit & 64-bit CPUs, 2-8 GB RAM

  • MEMORY: 8Gb

  • VIDEO CARD: Several Different AMD and Intel GPUs
Hello!

Sounds like you're tried to extract the latest xarchiver from a tarball. That's ALMOST never necessary. More often than not, it's bad karma to second-guess the repositories.

All this shouldn't be a major disaster; Xarchiver is just a GUI front end for tar.

Try this. Open a terminal window [CTRL-ALT-T] and type the following:

Code: [Select]
sudo apt-get purge xarchiver
sudo apt-get install xarchiver

If it bombs on a dependency, try this:

Code: [Select]
sudo apt-get install -f
THAT *SHOULD* fix the broken dependency or dependencies.

If not, sounds like things are REALLY bad. Maybe you deleted tar, in which case you can just type this in a terminal window:

Code: [Select]
sudo apt-get install tar
If all else fails, you can use Archive Manager/File Roller to extract tarballs, right click on it in Thunar, or use tar in a terminal. To extract the tarball 'fubar', type 'tar -xvzf fubar.tar.gz' in a termimal window.

Worst case scenario: Reinstall Linux Lite, and you may borrow my favorite phrase:

"Knows JUST ENOUGH Linux to be DANGEROUS."

As for myself, I'm (in)famous for goofing things up so badly sometimes, I have to 'nuke it and start over'. Mistakes are how we learn things...

73 DE N4RPS
Rob






A gun in your hand is worth more than a whole police force on the phone.
 

 

dayooper

  • Guest
I completely removed Xarchiver in Synaptic Package Manager so that I could install latest version of Xarchiver. Big mistake! After downloading the latest version of Xarchiver, I could not extract the files. Tried to re-install older version of Xarchiver in Lite Software Manager and received error message. Then tried to re-install Xarchiver in Synaptic Package Manager and also received error message that all files could not be retrieved.

Closed down and re-opened Synaptic Package Manager. Dialogue box stated that there was a broken filter in this program. Followed instructions to fix broken packages but it didn't work. Help!
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section