Search found 2 matches
- Tue May 31, 2022 6:04 pm
- Forum: SoftMaker Office 2018 for Linux (General)
- Topic: Debian 9 Stretch crashing
- Replies: 5
- Views: 12690
Re: Debian 9 Stretch crashing
I had the same problem with the libcurl4 and libcurl3, so this is what i do: root@IanOS:/home/user# aptitude install libcurl3 After installing libcurl3, aptitude could not find the libcurl4 package. BUT its possible to install it without libcurl4 As what i tried root@IanOS:/home/user/Downloads# dpkg...
- Tue May 31, 2022 6:02 pm
- Forum: SoftMaker Office 2018 for Linux (General)
- Topic: Debian 9 Stretch crashing
- Replies: 5
- Views: 12690
Re: Debian 9 Stretch crashing
I had the same problem with the libcurl4 and libcurl3, so this is what i do: root@IanOS:/home/user# apt-get install libcurl3 Reading package lists... Done Building dependency tree Reading state information... Done libcurl3 is already the newest version (7.52.1-5+deb9u16). 0 upgraded, 0 newly install...