LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-25-2017, 01:48 AM   #1
aruneshdutta
LQ Newbie
 
Registered: Jan 2017
Posts: 15

Rep: Reputation: Disabled
Errors are shown while performing updates Ubuntu


I am getting error Errors were encountered while processing and in below sub-process /usr/bin/dpkg returned an error code(1),I have attached screenshot.Kindly guide me with this

Screenshot link-https://drive.google.com/file/d/0B-7ibsUXIE_oWDFDZ3M0MXdZdnM/view?usp=sharing
 
Old 01-25-2017, 03:11 AM   #2
aragorn2101
Member
 
Registered: Dec 2012
Location: Mauritius
Distribution: Slackware
Posts: 567

Rep: Reputation: 301Reputation: 301Reputation: 301Reputation: 301
Hi,

Try cleaning the cache and update:

Code:
sudo apt-get clean
sudo apt-get update
Then move on.

If you wish to read further on aptitude, check out https://help.ubuntu.com/community/AptGet/Howto
 
Old 01-25-2017, 04:01 AM   #3
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by aragorn2101 View Post
If you wish to read further on aptitude, check out https://help.ubuntu.com/community/AptGet/Howto
Just a quick note that apt and aptitude are not the same thing.

Apt is the whole package management package, apt-get is its principal command-line interface, and aptitude is an optional high-level interface to apt (as are other high-level packages such as synaptic).

To the OP: it looks as if you may have a specific problem with the mariadb repository. However it is difficult to advise you how to resolve the problem unless you provide info such as which distro you are using.
 
1 members found this post helpful.
Old 01-25-2017, 05:58 AM   #4
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by aruneshdutta View Post
I am getting error Errors were encountered while processing and in below sub-process /usr/bin/dpkg returned an error code(1),I have attached screenshot.Kindly guide me with this
Screen shot 4 lines of code? Sad.
Attached Thumbnails
Click image for larger version

Name:	Shutter_028.jpg
Views:	20
Size:	4.4 KB
ID:	24051  
 
Old 01-25-2017, 10:22 AM   #5
aruneshdutta
LQ Newbie
 
Registered: Jan 2017
Posts: 15

Original Poster
Rep: Reputation: Disabled
Error Signature Verifcation

Quote:
Originally Posted by aragorn2101 View Post
Hi,

Try cleaning the cache and update:

Code:
sudo apt-get clean
sudo apt-get update
Then move on.

If you wish to read further on aptitude, check out https://help.ubuntu.com/community/AptGet/Howto
I used the same now the error I am getting is error occured during signature verification. Following signatures couldn't be verified

Failed to fetch :: apache.org/dist/cassanddebianra/debian....
 
Old 01-25-2017, 10:24 AM   #6
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by aruneshdutta View Post
I used the same now the error I am getting is error occured during signature verification. Following signatures couldn't be verified

Failed to fetch :: apache.org/dist/cassanddebianra/debian....
Please tell us which distro you are using.
 
Old 01-25-2017, 11:00 AM   #7
aruneshdutta
LQ Newbie
 
Registered: Jan 2017
Posts: 15

Original Poster
Rep: Reputation: Disabled
Error Signature Verifcation

Ubuntu
 
Old 01-25-2017, 11:12 AM   #8
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by aruneshdutta View Post
Ubuntu
Version?

Can you please paste the full output from sudo apt-get update

Plus the full output from sudo apt-get check
 
Old 01-25-2017, 09:38 PM   #9
aruneshdutta
LQ Newbie
 
Registered: Jan 2017
Posts: 15

Original Poster
Rep: Reputation: Disabled
Error Signature Verifcation

Quote:
Originally Posted by hydrurga View Post
Version?

Can you please paste the full output from sudo apt-get update

Plus the full output from sudo apt-get check
I manage to put the key and update but when running upgrade command it shows 0 upgraded when in the initial it shows 157 packages can be upgraded

My current OS is Ubuntu 14.04

Updates Screenshot - https://drive.google.com/file/d/0B-7...ew?usp=sharing

No updates done screenshot - https://drive.google.com/file/d/0B-7...ew?usp=sharing

Thanks once again for the guidance
 
Old 01-25-2017, 10:46 PM   #10
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Ok. I asked you to provide the full output of the two commands I listed. You provided neither (the first one looks like the output from Ubuntu on login, the second the output from apt-get upgrade).

However, I'll carry on...

You appear to have some dependency conflicts, so we'll have a go at resolving those conflicts. Assuming that you have made a system backup in case things go wrong, can you please run the following commands in order:

sudo apt-get update

sudo apt-get dist-upgrade


Let us know how it gets on.
 
Old 01-25-2017, 11:36 PM   #11
aragorn2101
Member
 
Registered: Dec 2012
Location: Mauritius
Distribution: Slackware
Posts: 567

Rep: Reputation: 301Reputation: 301Reputation: 301Reputation: 301
Quote:
Originally Posted by hydrurga View Post
Just a quick note that apt and aptitude are not the same thing.

Apt is the whole package management package, apt-get is its principal command-line interface, and aptitude is an optional high-level interface to apt (as are other high-level packages such as synaptic).
Sorry, my bad. I was using Ubuntu a long time ago and I am not as familiar with it as before. I appreciate your input. Thanks.
 
Old 01-25-2017, 11:48 PM   #12
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by aragorn2101 View Post
Sorry, my bad. I was using Ubuntu a long time ago and I am not as familiar with it as before. I appreciate your input. Thanks.
No need to apologise. I just thought I should point out the differences. Have a great day!
 
Old 01-25-2017, 11:58 PM   #13
aruneshdutta
LQ Newbie
 
Registered: Jan 2017
Posts: 15

Original Poster
Rep: Reputation: Disabled
Error

Quote:
Originally Posted by hydrurga View Post
Ok. I asked you to provide the full output of the two commands I listed. You provided neither (the first one looks like the output from Ubuntu on login, the second the output from apt-get upgrade).

However, I'll carry on...

You appear to have some dependency conflicts, so we'll have a go at resolving those conflicts. Assuming that you have made a system backup in case things go wrong, can you please run the following commands in order:

sudo apt-get update

sudo apt-get dist-upgrade


Let us know how it gets on.
Thanks for the message

Screenshot For sudo apt-get update- https://drive.google.com/file/d/0B-7...ew?usp=sharing
Screenshot For sudo apt-get dist-upgrade - https://drive.google.com/file/d/0B-7...ew?usp=sharing

Thanks once again
 
Old 01-26-2017, 12:08 AM   #14
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by aruneshdutta View Post
Thanks for the message

Screenshot For sudo apt-get update- https://drive.google.com/file/d/0B-7...ew?usp=sharing
Screenshot For sudo apt-get dist-upgrade - https://drive.google.com/file/d/0B-7...ew?usp=sharing

Thanks once again
Thanks. Is there any reason that you have both the mariadb and mysql packages installed? Do you need both? If you only need mariadb, would it bother you in any way to remove it and reinstall it?
 
Old 01-26-2017, 12:11 AM   #15
aruneshdutta
LQ Newbie
 
Registered: Jan 2017
Posts: 15

Original Poster
Rep: Reputation: Disabled
Error

Quote:
Originally Posted by hydrurga View Post
Thanks. Is there any reason that you have both the mariadb and mysql packages installed? Do you need both? If you only need mariadb, would it bother you in any way to remove it and reinstall it?


Yes Would need both.Kindly guide me with the fix and if any particular reason causing this issue
 
  


Reply



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
[SOLVED] When installing updates I'm shown a warning. actinide Linux - Newbie 19 02-23-2016 06:08 PM
some files went missing after performing packages updates said76 Linux - Server 0 08-02-2012 01:42 AM
fc9 yum errors with rpmfusion(Error performing checksum) knockout_artist Linux - Newbie 1 05-12-2009 04:02 AM
Very limited information is shown when updates are available ptemmerman Linux - Newbie 14 11-28-2008 01:37 AM
RS232 serial port errors when performing mutliple writes riffy Linux - Newbie 0 07-11-2006 12:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:46 AM.

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