Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • 1
    Looks like a known bug: bugs.debian.org/cgi-bin/bugreport.cgi?bug=681315 Commented Jun 20, 2017 at 17:41
  • @tripleee Please, see the body. apt shows me two packages existing for gufw. Typing gufw in terminal opens the older version 12.10. What do you think? Commented Jun 20, 2017 at 18:37
  • 1
    You can only have one version so I guess that's the old one. Nothing here tells us why. Can you show the output of apt-cache policy gufw and perhaps for completeness dpkg -l gufw? Commented Jun 20, 2017 at 18:55
  • 1
    Did you try apt -t unstable install gufw? Commented Jul 1, 2017 at 10:36
  • 1
    Welp, it depends on some packages which appear to be unsafe to upgrade. You can try to force it (and possibly end up upgrading significant portions of your system to unstable versions, at your peril) or see if it can somehow be made to work with dependencies ignored. (You probably have older versions of these packages; if you are lucky, they could just happen to work.) Commented Jul 2, 2017 at 7:44