[lubuntu-devel] Lu 20.10 running 5.4 kernel . . . still???

Fritz Hudnut este.el.paz at gmail.com
Sat Dec 26 18:33:27 UTC 2020


Following up on this thread . . . ran some of those commands:

pc:~$ find /etc/apt -type f -name *.list -print0 | \
>  xargs -0 grep -h ^deb | grep -v ^# | \
>  egrep -v '(ubuntu|canonical).com'
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
deb http://ppa.launchpad.net/mkusb/unstable/ubuntu groovy main


pc:~$ apt-mark showhold
pc:~$ /etc/apt/preferences
bash: /etc/apt/preferences: No such file or directory
pc:~$ sudo /etc/apt/preferences
sudo: /etc/apt/preferences: command not found
-pc:~$ sudo cat /etc/apt/preferences
cat: /etc/apt/preferences: No such file or directory
-pc:~$ sudo cat /etc/apt/preferences.d/
cat: /etc/apt/preferences.d/: Is a directory


pc:~$ cd /etc/apt/preferences.d/
pc:/etc/apt/preferences.d$ ls
grub2-common  grub-efi-amd64-bin     grub-pc      shim-signed
grub-common   grub-efi-amd64-signed  grub-pc-bin

You can see Pin-Priotity and sources for a particular package with
> `apt-cache policy`
pc:~$ apt-cache policy
Package files:
 100 /var/lib/dpkg/status
     release a=now
 500 http://ppa.launchpad.net/mkusb/unstable/ubuntu groovy/main amd64
Packages
     release v=20.10,o=LP-PPA-mkusb-unstable,a=groovy,n=groovy,l=MKUSB
unstable,c=main,b=amd64
     origin ppa.launchpad.net
 500 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages
     release v=1.0,o=Google LLC,a=stable,n=stable,l=Google,c=main,b=amd64
     origin dl.google.com
 100 http://archive.ubuntu.com/ubuntu groovy-backports/universe amd64
Packages
     release
v=20.10,o=Ubuntu,a=groovy-backports,n=groovy,l=Ubuntu,c=universe,b=amd64
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu groovy-security/universe amd64
Packages
     release
v=20.10,o=Ubuntu,a=groovy-security,n=groovy,l=Ubuntu,c=universe,b=amd64
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu groovy-security/restricted amd64
Packages
     release
v=20.10,o=Ubuntu,a=groovy-security,n=groovy,l=Ubuntu,c=restricted,b=amd64
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu groovy-security/main amd64 Packages
     release
v=20.10,o=Ubuntu,a=groovy-security,n=groovy,l=Ubuntu,c=main,b=amd64
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu groovy-updates/multiverse amd64
Packages
     release
v=20.10,o=Ubuntu,a=groovy-updates,n=groovy,l=Ubuntu,c=multiverse,b=amd64
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu groovy-updates/universe amd64 Packages
     release
v=20.10,o=Ubuntu,a=groovy-updates,n=groovy,l=Ubuntu,c=universe,b=amd64
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu groovy-updates/restricted amd64
Packages
     release
v=20.10,o=Ubuntu,a=groovy-updates,n=groovy,l=Ubuntu,c=restricted,b=amd64
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu groovy-updates/main amd64 Packages
     release
v=20.10,o=Ubuntu,a=groovy-updates,n=groovy,l=Ubuntu,c=main,b=amd64
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu groovy/multiverse amd64 Packages
     release
v=20.10,o=Ubuntu,a=groovy,n=groovy,l=Ubuntu,c=multiverse,b=amd64
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu groovy/universe amd64 Packages
     release v=20.10,o=Ubuntu,a=groovy,n=groovy,l=Ubuntu,c=universe,b=amd64
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu groovy/restricted amd64 Packages
     release
v=20.10,o=Ubuntu,a=groovy,n=groovy,l=Ubuntu,c=restricted,b=amd64
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu groovy/main amd64 Packages
     release v=20.10,o=Ubuntu,a=groovy,n=groovy,l=Ubuntu,c=main,b=amd64
     origin archive.ubuntu.com
Pinned packages:
     grub-common -> 2.04-1ubuntu30 with priority 1001
     grub2-common -> 2.04-1ubuntu30 with priority 1001
     grub-pc -> 2.04-1ubuntu30 with priority 1001
     grub-pc-bin -> 2.04-1ubuntu30 with priority 1001
     grub-efi-amd64-bin -> 2.04-1ubuntu30 with priority 1001
     shim-signed -> 1.43+15+1552672080.a4a1fbe-0ubuntu2 with priority 1001
     grub-efi-amd64-signed -> 1.151+2.04-1ubuntu30 with priority 1001

On Fri, Dec 18, 2020 at 9:58 AM Walter Lapchynski <wxl at ubuntu.com> wrote:

> There's a typo or two in that multiline command. Should be:
>
> ```
> find /etc/apt -type f -name *.list -print0 | \
>  xargs -0 grep -h ^deb | grep -v ^# | \
>  egrep -v '(ubuntu|canonical).com'
> ```
>
>

> Check to see if you have something
> > set in the /etc/apt/preferences file or in /etc/apt/preferences.d/
> > somewhere (file could be called anything there, technically).
> >
>
>

> > `apt-mark showhold.`
> >
>
> > You can see Pin-Priotity and sources for a particular package with
> > `apt-cache policy` so run that against your installed kernel version and
> > that might provide some insight.
> >
> > Hope that helps.
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/lubuntu-devel/attachments/20201226/2056c3c3/attachment.html>


More information about the Lubuntu-devel mailing list