Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Apt/Dpkg history

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
pawRoot
Posts: 603
Joined: 2016-12-28 18:26
Has thanked: 1 time
Been thanked: 1 time

Apt/Dpkg history

#1 Post by pawRoot »

Hi

I was installing some programs i compiled via dpkg, and there wasn't enough dependencies installed,
so i installed them with sudo apt install -f , is there any way to check what packages got installed with it ?

cronoik
Posts: 310
Joined: 2015-05-20 21:17

Re: Apt/Dpkg history

#2 Post by cronoik »

Code: Select all

less /var/log/apt/history.log
Have a nice day!

User avatar
pawRoot
Posts: 603
Joined: 2016-12-28 18:26
Has thanked: 1 time
Been thanked: 1 time

Re: Apt/Dpkg history

#3 Post by pawRoot »

cronoik wrote:

Code: Select all

less /var/log/apt/history.log
I already tried that, but can't see list of packages installed by apt install -f

User avatar
Ardouos
Posts: 1075
Joined: 2013-11-03 00:30
Location: Elicoor II
Has thanked: 1 time
Been thanked: 4 times

Re: Apt/Dpkg history

#4 Post by Ardouos »

pawRoot wrote:
cronoik wrote:

Code: Select all

less /var/log/apt/history.log
I already tried that, but can't see list of packages installed by apt install -f
Not sure why, history.log does display packages installed by apt install -f.

Code: Select all

root@debian-01:/home/data# cat /var/log/apt/history.log | grep 'apt install -f'
Commandline: apt install -f
There is only one Debian | Do not break Debian | Stability and Debian | Backports

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

User avatar
pawRoot
Posts: 603
Joined: 2016-12-28 18:26
Has thanked: 1 time
Been thanked: 1 time

Re: Apt/Dpkg history

#5 Post by pawRoot »

^ it lists nothing for me :|

cronoik
Posts: 310
Joined: 2015-05-20 21:17

Re: Apt/Dpkg history

#6 Post by cronoik »

Have you checked the archived histroy.log.*.gz files in /var/log/apt/?
Have a nice day!

Post Reply