how to install from a .gz extension file

Asked by Ajith Madhav Kamath

i have a .tar.gz extension file which i need to install
how do i do it ?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Try:

sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status
sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
sudo rm -rf /var/lib/dpkg/updates/*
sudo rm -rf /var/lib/apt/lists
sudo mkdir /var/lib/apt/lists
sudo mkdir /var/lib/apt/lists/partial
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get update
sudo dpkg --clear-avail
sudo dpkg --configure -a
sudo apt-get install -f
sudo apt-get update
sudo apt-get dist-upgrade

Thanks

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Sorry, wrong post

What filename do you have and where is it stored and I can advise.

Can you help with this problem?

Provide an answer of your own, or ask Ajith Madhav Kamath for more information if necessary.

To post a message you must log in.