[SOLVED] Linux Mint upgrade from 19.0 to 19.1 log

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
rimvydukas

[SOLVED] Linux Mint upgrade from 19.0 to 19.1 log

Post by rimvydukas »

Hi,

So I did upgrade. It seems that all went fine but I'm interested in the following - is there any mint upgrade log? I was able to open upgrade details window, where I was able to see how packages are upgraded but I want to examine this upgrade procedure in more detail. So is there any log file where all upgrade output is logged?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
philotux

Re: Linux Mint upgrade from 19.0 to 19.1 log

Post by philotux »

Have a look at the following and see if that's what you are looking for:
/var/log/apt/history.log
/var/log/dpkg.log
Also: Update Manager: View: History of updates
rimvydukas

Re: Linux Mint upgrade from 19.0 to 19.1 log

Post by rimvydukas »

philotux wrote: Fri Dec 21, 2018 5:17 am Have a look at the following and see if that's what you are looking for:
/var/log/apt/history.log
/var/log/dpkg.log
Also: Update Manager: View: History of updates
Hi,

history.log shows only which packages were upgraded and not the whole upgrade process (package after package). dpkg.log shows not exactly the same output what I saw during packages upgrade time:( I want to see something similar like:

Code: Select all

Selecting previously unselected package nemo-dropbox.
(Reading database ... 266798 files and directories currently installed.)
Preparing to unpack .../nemo-dropbox_4.0.0+tessa_amd64.deb ...
Unpacking nemo-dropbox (4.0.0+tessa) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for desktop-file-utils (0.23+linuxmint4) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Setting up nemo-dropbox (4.0.0+tessa) ...

Dropbox is the easiest way to share and store your files online. Want to learn more? Head to https://www.dropbox.com/

In order to use Dropbox, you must download the proprietary daemon.
Note: python-gpg (python-gpgme for Ubuntu 16.10 and lower) is not installed, we will not be able to verify binary signatures. [y/n] y
Downloading Dropbox... 100%
Unpacking Dropbox... 100%dropbox: locating interpreter
dropbox: logging to /tmp/dropbox-antifreeze-DSHbGB
dropbox: initializing
dropbox: initializing python 3.5.4
dropbox: setting program path '/root/.dropbox-dist/dropbox-lnx.x86_64-63.4.107/dropbox'
dropbox: setting home path '/root/.dropbox-dist/dropbox-lnx.x86_64-63.4.107'
dropbox: setting python path '/root/.dropbox-dist/dropbox-lnx.x86_64-63.4.107:/root/.dropbox-dist/dropbox-lnx.x86_64-63.4.107/python-packages-35.zip'
dropbox: python initialized
dropbox: running dropbox
dropbox: setting args
dropbox: applying overrides
dropbox: running main script
dropbox: load fq extension '/root/.dropbox-dist/dropbox-lnx.x86_64-63.4.107/cryptography.hazmat.bindings._constant_time.cpython-35m-x86_64-linux-gnu.so'
dropbox: load fq extension '/root/.dropbox-dist/dropbox-lnx.x86_64-63.4.107/cryptography.hazmat.bindings._openssl.cpython-35m-x86_64-linux-gnu.so'
dropbox: load fq extension '/root/.dropbox-dist/dropbox-lnx.x86_64-63.4.107/cryptography.hazmat.bindings._padding.cpython-35m-x86_64-linux-gnu.so'
dropbox: load fq extension '/root/.dropbox-dist/dropbox-lnx.x86_64-63.4.107/psutil._psutil_linux.cpython-35m-x86_64-linux-gnu.so'
dropbox: load fq extension '/root/.dropbox-dist/dropbox-lnx.x86_64-63.4.107/psutil._psutil_posix.cpython-35m-x86_64-linux-gnu.so'
dropbox: load fq extension '/root/.dropbox-dist/dropbox-lnx.x86_64-63.4.107/linuxffi.pthread._linuxffi_pthread.cpython-35m-x86_64-linux-gnu.so'
dropbox: load fq extension '/root/.dropbox-dist/dropbox-lnx.x86_64-63.4.107/tornado.speedups.cpython-35m-x86_64-linux-gnu.so'
dropbox: load fq extension '/root/.dropbox-dist/dropbox-lnx.x86_64-63.4.107/cpuid.compiled._cpuid.cpython-35m-x86_64-linux-gnu.so'
dropbox: load fq extension '/root/.dropbox-dist/dropbox-lnx.x86_64-63.4.107/linuxffi.resolv.compiled._linuxffi_resolv.cpython-35m-x86_64-linux-gnu.so'
dropbox: load fq extension '/root/.dropbox-dist/dropbox-lnx.x86_64-63.4.107/linuxffi.gnu.compiled._linuxffi_gnu.cpython-35m-x86_64-linux-gnu.so'
dropbox: load fq extension '/root/.dropbox-dist/dropbox-lnx.x86_64-63.4.107/linuxffi.sys.compiled._linuxffi_sys.cpython-35m-x86_64-linux-gnu.so'
dropbox: load fq extension '/root/.dropbox-dist/dropbox-lnx.x86_64-63.4.107/librsyncffi.compiled._librsyncffi.cpython-35m-x86_64-linux-gnu.so'
dropbox: load fq extension '/root/.dropbox-dist/dropbox-lnx.x86_64-63.4.107/posixffi.libc._posixffi_libc.cpython-35m-x86_64-linux-gnu.so'
success!
User avatar
karlchen
Level 23
Level 23
Posts: 18228
Joined: Sat Dec 31, 2011 7:21 am
Location: Germany

Re: Linux Mint upgrade from 19.0 to 19.1 log

Post by karlchen »

Hello, rimvydukas.

I suggest to have a look at the logfile /var/log/apt/term.log.

Best regards,
Karl
Image
The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 792 days now.
Lifeline
rimvydukas

Re: Linux Mint upgrade from 19.0 to 19.1 log

Post by rimvydukas »

karlchen wrote: Fri Dec 21, 2018 5:38 am Hello, rimvydukas.

I suggest to have a look at the logfile /var/log/apt/term.log.
Thank you:) This file holds the info I want. Its strange that I've missed it...
Locked

Return to “Beginner Questions”