I have already tried this.
The problem apppears in google chrome.
But not in firefox for example.
Search found 15 matches
- Sun Nov 04, 2018 5:49 pm
- Forum: Software & Applications
- Topic: Google Chrome ERR_TUNNEL_CONNECTION_FAILED on several sites
- Replies: 3
- Views: 482
- Sun Nov 04, 2018 5:24 pm
- Forum: Software & Applications
- Topic: Google Chrome ERR_TUNNEL_CONNECTION_FAILED on several sites
- Replies: 3
- Views: 482
Google Chrome ERR_TUNNEL_CONNECTION_FAILED on several sites
I have the trouble some sites does not open and i see ERR_TUNNEL_CONNECTION_FAILED error in google chrome- how to fix it?
- Mon Apr 04, 2016 10:37 pm
- Forum: Newbie Questions
- Topic: Can't install anything cause "printer-driver- .... unmet dependencies"
- Replies: 1
- Views: 373
Re: Can't install anything cause "printer-driver- .... unmet dependencies"
Please help! i cant install anything at all ! /var/log/fontconfig.log: /usr/local/share/fonts: caching, new cache contents: 0 fonts, 0 dirs /.local/share/fonts: skipping, no such directory Re-scanning /usr/share/fonts: fc-cache: symbol lookup error: fc-cache: undefined symbol: FcDirCacheRescan dd /u...
- Mon Apr 04, 2016 7:46 pm
- Forum: Newbie Questions
- Topic: Can't install anything cause "printer-driver- .... unmet dependencies"
- Replies: 1
- Views: 373
Can't install anything cause "printer-driver- .... unmet dependencies"
I'm trying to install GNU screen ( sudo apt-get install screen ). i receive following : Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: printer-driver...
- Sat Mar 19, 2016 2:14 am
- Forum: Newbie Questions
- Topic: How to update google chrome?
- Replies: 11
- Views: 10110
Re: How to update google chrome?
Are you using 32 bit google chrome? i think that i use 64 uname -a prints x86_64 x86_64 x86_64 GNU/Linux And its interesting. Last night before question I 'd followed this tutor http://www.tecmint.com/install-google-chrome-in-debian-ubuntu-linux-mint/ i closed my chrome and started it againm but no...
- Fri Mar 18, 2016 4:11 pm
- Forum: Newbie Questions
- Topic: How to update google chrome?
- Replies: 11
- Views: 10110
Re: How to update google chrome?
what NO? no way to update?Pjotr wrote:No.
- Fri Mar 18, 2016 4:08 pm
- Forum: Newbie Questions
- Topic: How to update google chrome?
- Replies: 11
- Views: 10110
How to update google chrome?
Will be my settings and authorised users not resetted to default?
- Sat Dec 26, 2015 4:56 pm
- Forum: Newbie Questions
- Topic: completely remove and install newest node.js and npm ?
- Replies: 1
- Views: 347
Re: How to completely remove and install lates node.js and n
Someone please help me !
- Fri Dec 25, 2015 11:49 pm
- Forum: Newbie Questions
- Topic: completely remove and install newest node.js and npm ?
- Replies: 1
- Views: 347
completely remove and install newest node.js and npm ?
I ve tried to remove them completely , but still can't get it....
- Fri Dec 18, 2015 5:01 pm
- Forum: Newbie Questions
- Topic: Errors with dpkg
- Replies: 11
- Views: 2294
Re: Errors with dpkg
Your problem is with this entry lrwxrwxrwx 1 root root 16 Sep 26 12:34 python2.7 -> /usr/bin/python3 that overwrote the required python2.7 file. I don't know what else you might have done here, but you can try downloading python2.7-minimal and moving it to /usr/bin. Does this work downloading pytho...
- Fri Dec 18, 2015 4:40 pm
- Forum: Newbie Questions
- Topic: Errors with dpkg
- Replies: 11
- Views: 2294
Re: Errors with dpkg
but what should i do please, help me.
- Fri Dec 18, 2015 3:40 pm
- Forum: Newbie Questions
- Topic: Errors with dpkg
- Replies: 11
- Views: 2294
Re: Errors with dpkg
Check with Synaptic Package Manager that python 2.7 is installed, and if not install it. If it is, type this in the terminal to list the python executables: ls -l /usr/bin | grep python $ ls -l /usr/bin | grep python lrwxrwxrwx 1 root root 26 Jul 16 20:13 dh_pypy -> ../share/dh-python/dh_pypy -rwxr...
- Fri Dec 18, 2015 11:34 am
- Forum: Newbie Questions
- Topic: Errors with dpkg
- Replies: 11
- Views: 2294
Re: Errors with dpkg
tolkien wrote:I think you need the 2.7 version with the missing module.
Try entering this: python2.7 --version. Do you get the version back?
Edit: yes, apparently they have changed the module name to "configparser" in Python 3.
Code: Select all
$ python2.7 --version
Python 3.4.3
- Fri Dec 18, 2015 7:26 am
- Forum: Newbie Questions
- Topic: Errors with dpkg
- Replies: 11
- Views: 2294
Re: Errors with dpkg
It seems that some python modules are missing. Check that you have python installed. Also check that you have the module ConfigParser using: ls /usr/lib/python2.7 | awk '/^C/{print $0}' python --version Python 3.4.3 $ ls /usr/lib/python2.7 | awk '/^C/{print $0}' CGIHTTPServer.py CGIHTTPServer.pyc C...
- Fri Dec 18, 2015 1:49 am
- Forum: Newbie Questions
- Topic: Errors with dpkg
- Replies: 11
- Views: 2294
Errors with dpkg
Ofen when i try to execute some commands or install something - terminal show errors like that : $ sudo apt-get install -fm Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: amarok-...