LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-16-2017, 05:37 PM   #16
TBotNik
Member
 
Registered: May 2016
Location: Greenville, TX
Distribution: Kubuntu 18.04
Posts: 796

Original Poster
Rep: Reputation: Disabled

Quote:
Originally Posted by Habitual View Post
How old is this installation?

Let's be certain.
Code:
cat /etc/os-release
Code:
sudo apt-cache policy wine winetricks
Code:
ls -al /var/cache/apt/archives/*wine*
outputs please.

Sounds like cruft.
The option from Shadow_7 for nuking from /var/lib/dpkg/status should enable you to install, but it's a 'hack' IMO. And may have side-effects as a result.
It's what I call the "new clear" option. I didn't name it.

Just sayin'
Habitual,

Code:
cat /etc/os-release
NAME="Ubuntu"
VERSION="14.04.5 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.5 LTS"
VERSION_ID="14.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
Code:
apt-cache policy wine winetricks
wine:
  Installed: (none)
  Candidate: 1:1.8.0-0ubuntu1
  Version table:
     1:1.8.0-0ubuntu1 0
        500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ trusty/main amd64 Packages
     1:1.6.2-0ubuntu4 0
        500 http://us.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
winetricks:
  Installed: (none)
  Candidate: 0.0+20140302-0ubuntu2
  Version table:
     0.0+20140302-0ubuntu2 0
        500 http://us.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
     0.0+20130707~precise1~ppa1 0
        500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ trusty/main amd64 Packages
Code:
ls -al /var/cache/apt/archives/*wine*
ls: cannot access /var/cache/apt/archives/*wine*: No such file or directory
 
Old 08-16-2017, 05:43 PM   #17
TBotNik
Member
 
Registered: May 2016
Location: Greenville, TX
Distribution: Kubuntu 18.04
Posts: 796

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
Code:
# deb cdrom:[Kubuntu 12.04 LTS _Precise Pangolin_ - Release amd64 (20120423)]/ dists/precise/main/binary-i386/
12.04 reached it's end of life in 2014-
https://www.ubuntu.com/info/release-end-of-life

Interested to see what cat /etc/os-release reveals.
Ztcoracat,

When announcing LTS versions, Ubuntu declared these are LifeTime Support, with no end-of-life. Yes 12.04 non-LTS is dead, which I'm not on, but support on an LTS is forever! Their words not mine!

I'm on 14.04 LTS and since no LTS is stable until 18 months after release can not go to 16.04 LTS until 15 Oct this year.

Cheers!

TBNK

Last edited by TBotNik; 08-16-2017 at 05:44 PM.
 
Old 08-16-2017, 06:00 PM   #18
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by TBotNik View Post
Ztcoracat,

When announcing LTS versions, Ubuntu declared these are LifeTime Support, with no end-of-life. Yes 12.04 non-LTS is dead, which I'm not on, but support on an LTS is forever! Their words not mine!

I'm on 14.04 LTS and since no LTS is stable until 18 months after release can not go to 16.04 LTS until 15 Oct this year.

Cheers!

TBNK
Right-

I've been running Xubuntu 16.04 (Voyager Linux)for about 6 months now and it runs great.
I thought 16.04 is currently supported until 2018.
https://www.ubuntu.com/info/release-end-of-life

Can you post a link to having to wait till Oct 15th of this year?
 
Old 08-16-2017, 09:54 PM   #19
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Quote:
Originally Posted by TBotNik View Post
I appreciate the commands, but you assumed I knew which package are at fault and there is nothing showing that, so till I can find them these commands are useless.

Thanks!

TBNK
Does apt-get -f install end silently? if not, "those packages".
 
Old 08-17-2017, 03:20 PM   #20
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by TheEzekielProject View Post
Have you tried to manually install either of those wine versions to see if it gives you any more info on why it won't install?

Code:
apt-get install wine1.8
can I suggest you try to 1.6 using?
Code:
sudo apt-get install wine1.6
Next round are some
Code:
dpkg --reconfigure
Who's ready?
or <wait_for_it>
Code:
aptitude
Did we look in /var/cache/apt/archives/ for wine.deb files?

Nuking the stanza in /var/lib/dpkg/status (or the whole enchilada) allows the OP to re-install only "new" packages?
More accurately, lose the ability to remove installed packages, IIRC.

Something like that.
 
Old 08-17-2017, 04:15 PM   #21
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by TBotNik View Post
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution
that some required packages have not yet been created
or been moved out of Incoming.[/CODE]
Maybe rebuild your /etc/apt/sources.list?
http://termbin.com/sju6

When was the last time you ran
Code:
sudo apt-get update && sudo apt-get upgrade
Do they run? Any messages?

Code:
sudo apt-get install -f
most of the time is able to correct most issues.
I usually opt to any thing affirmative on the response.

Did this start when you tried to install wine1.8?
 
Old 05-03-2020, 11:53 AM   #22
TBotNik
Member
 
Registered: May 2016
Location: Greenville, TX
Distribution: Kubuntu 18.04
Posts: 796

Original Poster
Rep: Reputation: Disabled
Followup

All,

Following up on all my open threads, looking to close/solve them all.

Cheers!

TBNK
 
Old 05-06-2020, 04:47 AM   #23
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Reported.
 
Old 06-22-2020, 01:55 PM   #24
TBotNik
Member
 
Registered: May 2016
Location: Greenville, TX
Distribution: Kubuntu 18.04
Posts: 796

Original Poster
Rep: Reputation: Disabled
All,

This related to my ongoing MySQL problem, which I fixed by upgrading to 18.04 LTS, so marking this "Solved"!

Cheers!

TBNK
 
  


Reply

Tags
apt-get, errors, install


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
apt-get install -f Errors passegua Ubuntu 4 11-30-2011 06:10 PM
[SOLVED] depedencies in apt-get install results in errors ted_chou12 Linux - Software 4 11-17-2011 03:41 PM
Are you capable to install Freevo through apt-get (without dependencies errors)? frenchn00b Debian 4 07-01-2009 01:20 AM
Etch apt-get install errors kmoffat Debian 2 11-27-2006 09:26 PM
apt-get install errors cnastiuk Linux - Software 13 02-21-2005 04:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration