UNOCONV (Universal Office Converter) on Ubuntu 14.04
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
How can I check the version of Unoconv on my Ubuntu 14.04?
I have tried unoconv -v
but it doesn't work.
14.04
add a comment |Â
up vote
1
down vote
favorite
How can I check the version of Unoconv on my Ubuntu 14.04?
I have tried unoconv -v
but it doesn't work.
14.04
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
How can I check the version of Unoconv on my Ubuntu 14.04?
I have tried unoconv -v
but it doesn't work.
14.04
How can I check the version of Unoconv on my Ubuntu 14.04?
I have tried unoconv -v
but it doesn't work.
14.04
14.04
edited Feb 1 at 9:45
RoVo
5,8391438
5,8391438
asked Feb 1 at 9:26
thomas
45116
45116
add a comment |Â
add a comment |Â
3 Answers
3
active
oldest
votes
up vote
1
down vote
accepted
In Ubuntu 14.04 open the terminal and type:
apt-cache policy unoconv # also shows the latest available version (Candidate)
In Ubuntu 16.04 and later type:
apt policy unoconv
add a comment |Â
up vote
1
down vote
Try the following command to list installed packages and search for unoconv
in the results:
apt list | grep "unoconv"
unoconv/trusty,now 0.6-6 all [installed] thanks!
â thomas
Feb 2 at 10:29
add a comment |Â
up vote
0
down vote
Try executing:
$ unoconv -V #Uppercase
The output should be very similar to this:
unoconv 0.6
Written by Dag Wieers dag@wieers.com
Homepage at http://dag.wieers.com/home-made/unoconv/
platform posix/linux2
python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40)
[GCC 4.4.5]
OpenOffice.org 3.2
If this doesn't work, for newer versions, try with the following command:
$ unoconv --version
unoconv 0.7
Written by Dag Wieers <dag@wieers.com>
Homepage at http://dag.wieers.com/home-made/unoconv/
platform posix/linux
python 3.5.2 (default, Nov 23 2017, 16:37:01)
[GCC 5.4.0 20160609]
LibreOffice 5.1.6.2
By the way, if your which unoconv
shows more than one path
then use the path with the unoconv --version
command to see which is what version.
Another important detail is that unoconv
is really a python
script, so, if you can search where is located you will be able to see the version inside of it, like in the setup.py
file here.
Hope it helps.
thank you, unoconv -V gives me : unoconv: option -V not recognized, try unoconv -h for a list of all the options
â thomas
Feb 2 at 10:12
In that case try withunoconv --version
, this command works for the last version of the tool available throughapt-get
. I already added this to my answer. =)
â galoget
Feb 3 at 3:27
add a comment |Â
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
In Ubuntu 14.04 open the terminal and type:
apt-cache policy unoconv # also shows the latest available version (Candidate)
In Ubuntu 16.04 and later type:
apt policy unoconv
add a comment |Â
up vote
1
down vote
accepted
In Ubuntu 14.04 open the terminal and type:
apt-cache policy unoconv # also shows the latest available version (Candidate)
In Ubuntu 16.04 and later type:
apt policy unoconv
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
In Ubuntu 14.04 open the terminal and type:
apt-cache policy unoconv # also shows the latest available version (Candidate)
In Ubuntu 16.04 and later type:
apt policy unoconv
In Ubuntu 14.04 open the terminal and type:
apt-cache policy unoconv # also shows the latest available version (Candidate)
In Ubuntu 16.04 and later type:
apt policy unoconv
answered Feb 1 at 9:53
![](https://i.stack.imgur.com/zqElV.png?s=32&g=1)
![](https://i.stack.imgur.com/zqElV.png?s=32&g=1)
karel
51.8k11110131
51.8k11110131
add a comment |Â
add a comment |Â
up vote
1
down vote
Try the following command to list installed packages and search for unoconv
in the results:
apt list | grep "unoconv"
unoconv/trusty,now 0.6-6 all [installed] thanks!
â thomas
Feb 2 at 10:29
add a comment |Â
up vote
1
down vote
Try the following command to list installed packages and search for unoconv
in the results:
apt list | grep "unoconv"
unoconv/trusty,now 0.6-6 all [installed] thanks!
â thomas
Feb 2 at 10:29
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Try the following command to list installed packages and search for unoconv
in the results:
apt list | grep "unoconv"
Try the following command to list installed packages and search for unoconv
in the results:
apt list | grep "unoconv"
edited Feb 1 at 10:35
![](https://i.stack.imgur.com/ypy8w.png?s=32&g=1)
![](https://i.stack.imgur.com/ypy8w.png?s=32&g=1)
galoget
2,1162820
2,1162820
answered Feb 1 at 9:29
Michael
3317
3317
unoconv/trusty,now 0.6-6 all [installed] thanks!
â thomas
Feb 2 at 10:29
add a comment |Â
unoconv/trusty,now 0.6-6 all [installed] thanks!
â thomas
Feb 2 at 10:29
unoconv/trusty,now 0.6-6 all [installed] thanks!
â thomas
Feb 2 at 10:29
unoconv/trusty,now 0.6-6 all [installed] thanks!
â thomas
Feb 2 at 10:29
add a comment |Â
up vote
0
down vote
Try executing:
$ unoconv -V #Uppercase
The output should be very similar to this:
unoconv 0.6
Written by Dag Wieers dag@wieers.com
Homepage at http://dag.wieers.com/home-made/unoconv/
platform posix/linux2
python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40)
[GCC 4.4.5]
OpenOffice.org 3.2
If this doesn't work, for newer versions, try with the following command:
$ unoconv --version
unoconv 0.7
Written by Dag Wieers <dag@wieers.com>
Homepage at http://dag.wieers.com/home-made/unoconv/
platform posix/linux
python 3.5.2 (default, Nov 23 2017, 16:37:01)
[GCC 5.4.0 20160609]
LibreOffice 5.1.6.2
By the way, if your which unoconv
shows more than one path
then use the path with the unoconv --version
command to see which is what version.
Another important detail is that unoconv
is really a python
script, so, if you can search where is located you will be able to see the version inside of it, like in the setup.py
file here.
Hope it helps.
thank you, unoconv -V gives me : unoconv: option -V not recognized, try unoconv -h for a list of all the options
â thomas
Feb 2 at 10:12
In that case try withunoconv --version
, this command works for the last version of the tool available throughapt-get
. I already added this to my answer. =)
â galoget
Feb 3 at 3:27
add a comment |Â
up vote
0
down vote
Try executing:
$ unoconv -V #Uppercase
The output should be very similar to this:
unoconv 0.6
Written by Dag Wieers dag@wieers.com
Homepage at http://dag.wieers.com/home-made/unoconv/
platform posix/linux2
python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40)
[GCC 4.4.5]
OpenOffice.org 3.2
If this doesn't work, for newer versions, try with the following command:
$ unoconv --version
unoconv 0.7
Written by Dag Wieers <dag@wieers.com>
Homepage at http://dag.wieers.com/home-made/unoconv/
platform posix/linux
python 3.5.2 (default, Nov 23 2017, 16:37:01)
[GCC 5.4.0 20160609]
LibreOffice 5.1.6.2
By the way, if your which unoconv
shows more than one path
then use the path with the unoconv --version
command to see which is what version.
Another important detail is that unoconv
is really a python
script, so, if you can search where is located you will be able to see the version inside of it, like in the setup.py
file here.
Hope it helps.
thank you, unoconv -V gives me : unoconv: option -V not recognized, try unoconv -h for a list of all the options
â thomas
Feb 2 at 10:12
In that case try withunoconv --version
, this command works for the last version of the tool available throughapt-get
. I already added this to my answer. =)
â galoget
Feb 3 at 3:27
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Try executing:
$ unoconv -V #Uppercase
The output should be very similar to this:
unoconv 0.6
Written by Dag Wieers dag@wieers.com
Homepage at http://dag.wieers.com/home-made/unoconv/
platform posix/linux2
python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40)
[GCC 4.4.5]
OpenOffice.org 3.2
If this doesn't work, for newer versions, try with the following command:
$ unoconv --version
unoconv 0.7
Written by Dag Wieers <dag@wieers.com>
Homepage at http://dag.wieers.com/home-made/unoconv/
platform posix/linux
python 3.5.2 (default, Nov 23 2017, 16:37:01)
[GCC 5.4.0 20160609]
LibreOffice 5.1.6.2
By the way, if your which unoconv
shows more than one path
then use the path with the unoconv --version
command to see which is what version.
Another important detail is that unoconv
is really a python
script, so, if you can search where is located you will be able to see the version inside of it, like in the setup.py
file here.
Hope it helps.
Try executing:
$ unoconv -V #Uppercase
The output should be very similar to this:
unoconv 0.6
Written by Dag Wieers dag@wieers.com
Homepage at http://dag.wieers.com/home-made/unoconv/
platform posix/linux2
python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40)
[GCC 4.4.5]
OpenOffice.org 3.2
If this doesn't work, for newer versions, try with the following command:
$ unoconv --version
unoconv 0.7
Written by Dag Wieers <dag@wieers.com>
Homepage at http://dag.wieers.com/home-made/unoconv/
platform posix/linux
python 3.5.2 (default, Nov 23 2017, 16:37:01)
[GCC 5.4.0 20160609]
LibreOffice 5.1.6.2
By the way, if your which unoconv
shows more than one path
then use the path with the unoconv --version
command to see which is what version.
Another important detail is that unoconv
is really a python
script, so, if you can search where is located you will be able to see the version inside of it, like in the setup.py
file here.
Hope it helps.
edited Feb 3 at 3:41
answered Feb 1 at 9:48
![](https://i.stack.imgur.com/ypy8w.png?s=32&g=1)
![](https://i.stack.imgur.com/ypy8w.png?s=32&g=1)
galoget
2,1162820
2,1162820
thank you, unoconv -V gives me : unoconv: option -V not recognized, try unoconv -h for a list of all the options
â thomas
Feb 2 at 10:12
In that case try withunoconv --version
, this command works for the last version of the tool available throughapt-get
. I already added this to my answer. =)
â galoget
Feb 3 at 3:27
add a comment |Â
thank you, unoconv -V gives me : unoconv: option -V not recognized, try unoconv -h for a list of all the options
â thomas
Feb 2 at 10:12
In that case try withunoconv --version
, this command works for the last version of the tool available throughapt-get
. I already added this to my answer. =)
â galoget
Feb 3 at 3:27
thank you, unoconv -V gives me : unoconv: option -V not recognized, try unoconv -h for a list of all the options
â thomas
Feb 2 at 10:12
thank you, unoconv -V gives me : unoconv: option -V not recognized, try unoconv -h for a list of all the options
â thomas
Feb 2 at 10:12
In that case try with
unoconv --version
, this command works for the last version of the tool available through apt-get
. I already added this to my answer. =)â galoget
Feb 3 at 3:27
In that case try with
unoconv --version
, this command works for the last version of the tool available through apt-get
. I already added this to my answer. =)â galoget
Feb 3 at 3:27
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1002019%2funoconv-universal-office-converter-on-ubuntu-14-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password