Ubuntu 14.04 - icedtea-6-plugin:i386 : Depends: icedtea-netx:i386 (= 1.5-1ubuntu1)Ubuntu 13.10: Upgrade interrupted because of openjdk-7install openscad fails on ubuntu 14.04Can not install pymol because I cannot install libfreetype6-devUnable to locate package mysql-serverUnmet dependencies (linux-headers, linux-image)Unmet dependencies when trying to install r-base

Was this “caterpillar” strategy a good way to advance my pawns?

How is warfare affected when armor has (temporarily) outpaced guns? How can guns compete?

How offensive is Fachidiot?

Which verb means "to pet <an animal>"?

I can be found near gentle green hills and stony mountains

Does the difficulty for the Google dinosaur game infinitely increase or stops at a certain point?

Does no-one standing against the speaker of the house in UK lead to the local electorate being disenfranchised?

How can I use Charisma instead of Strength or Dexterity for weapon attacks without being a Hexblade warlock?

Uncooked peppers and garlic in olive oil fizzled when opened

Why is English not a regular language?

Building a phone charger 500 years ago

Leaving car in Lubbock, Texas for 1 month

Can a stolen Android phone with USB debugging enabled have screen lock bypassed?

Template function does not work for pointer-to-member-function taking const ref

Reviewer wants me to do massive amount of work, the result would be a different article. Should I tell that to the editor?

What is the name for a placename that contains what the thing is in a different language?

The falling broom handle

Who originated the dangerous avocado-pitting technique?

Is there a way in which all the members can be seated?

How do I handle a paladin who falls, but wants to choose a different class instead of taking the Oathbreaker subclass?

Why can't I book this multi-city fare on American Airlines?

Why are VW tail light bulbs listed as 12W / 5W?

Why didn't they recreate the Wormhole in Pathfinder Episode

Hashtag in Acronym



Ubuntu 14.04 - icedtea-6-plugin:i386 : Depends: icedtea-netx:i386 (= 1.5-1ubuntu1)


Ubuntu 13.10: Upgrade interrupted because of openjdk-7install openscad fails on ubuntu 14.04Can not install pymol because I cannot install libfreetype6-devUnable to locate package mysql-serverUnmet dependencies (linux-headers, linux-image)Unmet dependencies when trying to install r-base






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









1

















First of all, I'm a noob on ubuntu.
I needed to run a Java application and installed latest version.
After that, tried to run .jar file, it worked, but when I try to run the installed files, they give me an error sayin' that the application is 32bits and my java (and ubuntu) installation is 64bits.
After googling a while, found that I needed to install icedtea. Tried to do so, but couldn't succeed.



sudo apt-get clean
sudo apt-get autoremove


Gives me



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:
icedtea-6-plugin:i386 : Depends: icedtea-netx:i386 (= 1.5-1ubuntu1) but it is not installable
E: Unmet dependencies. Try using -f.


Then tried



sudo apt-get -f autoremove


And returns me



Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
icedtea-netx:i386
The following NEW packages will be installed:
icedtea-netx:i386
0 upgraded, 1 newly installed, 0 to remove and 55 not upgraded.
1 not fully installed or removed.
Need to get 19,5 kB of archives.
After this operation, 155 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http:// ec. archive. ubuntu. com/ ubuntu/ trusty/main icedtea-netx i386 1.5-1ubuntu1 [19,5 kB]
Fetched 19,5 kB in 15s (1.231 B/s)
(Reading database ... 187313 files and directories currently installed.)
Preparing to unpack .../icedtea-netx_1.5-1ubuntu1_i386.deb ...
Unpacking icedtea-netx:i386 (1.5-1ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/icedtea-netx_1.5-1ubuntu1_i386.deb (--unpack):
trying to overwrite shared '/usr/bin/policyeditor', which is different from other instances of package icedtea-netx:i386
Errors were encountered while processing:
/var/cache/apt/archives/icedtea-netx_1.5-1ubuntu1_i386.deb
W: Duplicate sources.list entry http://archive.canonical.com/ubuntu/ trusty/partner amd64 Packages (/var/lib/apt/lists/archive. canonical. com_ubuntu_dists_trusty_partner_binary-amd64_Packages)
W: Duplicate sources.list entry http:// archive. canonical. com /ubuntu/ trusty/partner i386 Packages (/var/lib/apt/lists/archive. canonical .com_ ubuntu_dists_trusty_partner_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
E: Sub-process /usr/bin/dpkg returned an error code (1)


(Added some spaces to links since I couldn't post it exactly like I copied it from terminal)



Tried



sudo apt-get update


And still same issue.



Any ideas on how to remove this package and it's dependencies via console? Or if it's not possible, how to remove them mannualy?



Thanks in advance!
Pablo










share|improve this question


























  • The application error makes no sense. Java bytecode is designed to run on any OS and architecture the JVM supports. Assuming it is in Java, I would consider the application to be poorly written if it expects to run only on 32-bit Java.

    – saiarcot895
    May 9 '14 at 22:27






  • 2





    On the more important note here, you can't install both icedtea-netx (which you presumably already have installed) and icedtea-netx:i386, since both packages install different binary files in the same location (/usr/bin/policyeditor). These packages, unlike most library packages, aren't multiarch (since it's assumed you'll want applications that are for your architecture), and so can't be installed simultaneously.

    – saiarcot895
    May 9 '14 at 22:30

















1

















First of all, I'm a noob on ubuntu.
I needed to run a Java application and installed latest version.
After that, tried to run .jar file, it worked, but when I try to run the installed files, they give me an error sayin' that the application is 32bits and my java (and ubuntu) installation is 64bits.
After googling a while, found that I needed to install icedtea. Tried to do so, but couldn't succeed.



sudo apt-get clean
sudo apt-get autoremove


Gives me



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:
icedtea-6-plugin:i386 : Depends: icedtea-netx:i386 (= 1.5-1ubuntu1) but it is not installable
E: Unmet dependencies. Try using -f.


Then tried



sudo apt-get -f autoremove


And returns me



Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
icedtea-netx:i386
The following NEW packages will be installed:
icedtea-netx:i386
0 upgraded, 1 newly installed, 0 to remove and 55 not upgraded.
1 not fully installed or removed.
Need to get 19,5 kB of archives.
After this operation, 155 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http:// ec. archive. ubuntu. com/ ubuntu/ trusty/main icedtea-netx i386 1.5-1ubuntu1 [19,5 kB]
Fetched 19,5 kB in 15s (1.231 B/s)
(Reading database ... 187313 files and directories currently installed.)
Preparing to unpack .../icedtea-netx_1.5-1ubuntu1_i386.deb ...
Unpacking icedtea-netx:i386 (1.5-1ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/icedtea-netx_1.5-1ubuntu1_i386.deb (--unpack):
trying to overwrite shared '/usr/bin/policyeditor', which is different from other instances of package icedtea-netx:i386
Errors were encountered while processing:
/var/cache/apt/archives/icedtea-netx_1.5-1ubuntu1_i386.deb
W: Duplicate sources.list entry http://archive.canonical.com/ubuntu/ trusty/partner amd64 Packages (/var/lib/apt/lists/archive. canonical. com_ubuntu_dists_trusty_partner_binary-amd64_Packages)
W: Duplicate sources.list entry http:// archive. canonical. com /ubuntu/ trusty/partner i386 Packages (/var/lib/apt/lists/archive. canonical .com_ ubuntu_dists_trusty_partner_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
E: Sub-process /usr/bin/dpkg returned an error code (1)


(Added some spaces to links since I couldn't post it exactly like I copied it from terminal)



Tried



sudo apt-get update


And still same issue.



Any ideas on how to remove this package and it's dependencies via console? Or if it's not possible, how to remove them mannualy?



Thanks in advance!
Pablo










share|improve this question


























  • The application error makes no sense. Java bytecode is designed to run on any OS and architecture the JVM supports. Assuming it is in Java, I would consider the application to be poorly written if it expects to run only on 32-bit Java.

    – saiarcot895
    May 9 '14 at 22:27






  • 2





    On the more important note here, you can't install both icedtea-netx (which you presumably already have installed) and icedtea-netx:i386, since both packages install different binary files in the same location (/usr/bin/policyeditor). These packages, unlike most library packages, aren't multiarch (since it's assumed you'll want applications that are for your architecture), and so can't be installed simultaneously.

    – saiarcot895
    May 9 '14 at 22:30













1












1








1








First of all, I'm a noob on ubuntu.
I needed to run a Java application and installed latest version.
After that, tried to run .jar file, it worked, but when I try to run the installed files, they give me an error sayin' that the application is 32bits and my java (and ubuntu) installation is 64bits.
After googling a while, found that I needed to install icedtea. Tried to do so, but couldn't succeed.



sudo apt-get clean
sudo apt-get autoremove


Gives me



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:
icedtea-6-plugin:i386 : Depends: icedtea-netx:i386 (= 1.5-1ubuntu1) but it is not installable
E: Unmet dependencies. Try using -f.


Then tried



sudo apt-get -f autoremove


And returns me



Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
icedtea-netx:i386
The following NEW packages will be installed:
icedtea-netx:i386
0 upgraded, 1 newly installed, 0 to remove and 55 not upgraded.
1 not fully installed or removed.
Need to get 19,5 kB of archives.
After this operation, 155 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http:// ec. archive. ubuntu. com/ ubuntu/ trusty/main icedtea-netx i386 1.5-1ubuntu1 [19,5 kB]
Fetched 19,5 kB in 15s (1.231 B/s)
(Reading database ... 187313 files and directories currently installed.)
Preparing to unpack .../icedtea-netx_1.5-1ubuntu1_i386.deb ...
Unpacking icedtea-netx:i386 (1.5-1ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/icedtea-netx_1.5-1ubuntu1_i386.deb (--unpack):
trying to overwrite shared '/usr/bin/policyeditor', which is different from other instances of package icedtea-netx:i386
Errors were encountered while processing:
/var/cache/apt/archives/icedtea-netx_1.5-1ubuntu1_i386.deb
W: Duplicate sources.list entry http://archive.canonical.com/ubuntu/ trusty/partner amd64 Packages (/var/lib/apt/lists/archive. canonical. com_ubuntu_dists_trusty_partner_binary-amd64_Packages)
W: Duplicate sources.list entry http:// archive. canonical. com /ubuntu/ trusty/partner i386 Packages (/var/lib/apt/lists/archive. canonical .com_ ubuntu_dists_trusty_partner_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
E: Sub-process /usr/bin/dpkg returned an error code (1)


(Added some spaces to links since I couldn't post it exactly like I copied it from terminal)



Tried



sudo apt-get update


And still same issue.



Any ideas on how to remove this package and it's dependencies via console? Or if it's not possible, how to remove them mannualy?



Thanks in advance!
Pablo










share|improve this question















First of all, I'm a noob on ubuntu.
I needed to run a Java application and installed latest version.
After that, tried to run .jar file, it worked, but when I try to run the installed files, they give me an error sayin' that the application is 32bits and my java (and ubuntu) installation is 64bits.
After googling a while, found that I needed to install icedtea. Tried to do so, but couldn't succeed.



sudo apt-get clean
sudo apt-get autoremove


Gives me



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:
icedtea-6-plugin:i386 : Depends: icedtea-netx:i386 (= 1.5-1ubuntu1) but it is not installable
E: Unmet dependencies. Try using -f.


Then tried



sudo apt-get -f autoremove


And returns me



Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
icedtea-netx:i386
The following NEW packages will be installed:
icedtea-netx:i386
0 upgraded, 1 newly installed, 0 to remove and 55 not upgraded.
1 not fully installed or removed.
Need to get 19,5 kB of archives.
After this operation, 155 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http:// ec. archive. ubuntu. com/ ubuntu/ trusty/main icedtea-netx i386 1.5-1ubuntu1 [19,5 kB]
Fetched 19,5 kB in 15s (1.231 B/s)
(Reading database ... 187313 files and directories currently installed.)
Preparing to unpack .../icedtea-netx_1.5-1ubuntu1_i386.deb ...
Unpacking icedtea-netx:i386 (1.5-1ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/icedtea-netx_1.5-1ubuntu1_i386.deb (--unpack):
trying to overwrite shared '/usr/bin/policyeditor', which is different from other instances of package icedtea-netx:i386
Errors were encountered while processing:
/var/cache/apt/archives/icedtea-netx_1.5-1ubuntu1_i386.deb
W: Duplicate sources.list entry http://archive.canonical.com/ubuntu/ trusty/partner amd64 Packages (/var/lib/apt/lists/archive. canonical. com_ubuntu_dists_trusty_partner_binary-amd64_Packages)
W: Duplicate sources.list entry http:// archive. canonical. com /ubuntu/ trusty/partner i386 Packages (/var/lib/apt/lists/archive. canonical .com_ ubuntu_dists_trusty_partner_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
E: Sub-process /usr/bin/dpkg returned an error code (1)


(Added some spaces to links since I couldn't post it exactly like I copied it from terminal)



Tried



sudo apt-get update


And still same issue.



Any ideas on how to remove this package and it's dependencies via console? Or if it's not possible, how to remove them mannualy?



Thanks in advance!
Pablo







java software-installation icedtea






share|improve this question














share|improve this question











share|improve this question




share|improve this question










asked May 9 '14 at 21:46









PabloPablo

2003 silver badges16 bronze badges




2003 silver badges16 bronze badges















  • The application error makes no sense. Java bytecode is designed to run on any OS and architecture the JVM supports. Assuming it is in Java, I would consider the application to be poorly written if it expects to run only on 32-bit Java.

    – saiarcot895
    May 9 '14 at 22:27






  • 2





    On the more important note here, you can't install both icedtea-netx (which you presumably already have installed) and icedtea-netx:i386, since both packages install different binary files in the same location (/usr/bin/policyeditor). These packages, unlike most library packages, aren't multiarch (since it's assumed you'll want applications that are for your architecture), and so can't be installed simultaneously.

    – saiarcot895
    May 9 '14 at 22:30

















  • The application error makes no sense. Java bytecode is designed to run on any OS and architecture the JVM supports. Assuming it is in Java, I would consider the application to be poorly written if it expects to run only on 32-bit Java.

    – saiarcot895
    May 9 '14 at 22:27






  • 2





    On the more important note here, you can't install both icedtea-netx (which you presumably already have installed) and icedtea-netx:i386, since both packages install different binary files in the same location (/usr/bin/policyeditor). These packages, unlike most library packages, aren't multiarch (since it's assumed you'll want applications that are for your architecture), and so can't be installed simultaneously.

    – saiarcot895
    May 9 '14 at 22:30
















The application error makes no sense. Java bytecode is designed to run on any OS and architecture the JVM supports. Assuming it is in Java, I would consider the application to be poorly written if it expects to run only on 32-bit Java.

– saiarcot895
May 9 '14 at 22:27





The application error makes no sense. Java bytecode is designed to run on any OS and architecture the JVM supports. Assuming it is in Java, I would consider the application to be poorly written if it expects to run only on 32-bit Java.

– saiarcot895
May 9 '14 at 22:27




2




2





On the more important note here, you can't install both icedtea-netx (which you presumably already have installed) and icedtea-netx:i386, since both packages install different binary files in the same location (/usr/bin/policyeditor). These packages, unlike most library packages, aren't multiarch (since it's assumed you'll want applications that are for your architecture), and so can't be installed simultaneously.

– saiarcot895
May 9 '14 at 22:30





On the more important note here, you can't install both icedtea-netx (which you presumably already have installed) and icedtea-netx:i386, since both packages install different binary files in the same location (/usr/bin/policyeditor). These packages, unlike most library packages, aren't multiarch (since it's assumed you'll want applications that are for your architecture), and so can't be installed simultaneously.

– saiarcot895
May 9 '14 at 22:30










2 Answers
2






active

oldest

votes


















0


















It clearly says that "sudo apt-get -f install" without giving anything after that.
That'll automatically clear the unwanted packages and you'll be good to go.
Trust me it worked for me.






share|improve this answer


























  • Already tried, but didn't work.

    – Pablo
    Sep 16 '14 at 18:27











  • Still the same problem

    – Ismail Sahin
    Sep 30 '14 at 13:12


















0


















try this




sudo -i



dpkg -i --force-overwrite /var/cache/apt/archives/icedtea-netx_1.5-1ubuntu1_i386.deb

apt-get autoremove

apt-get update

apt-get upgrade






share|improve this answer



























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );














    draft saved

    draft discarded
















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f463616%2fubuntu-14-04-icedtea-6-plugini386-depends-icedtea-netxi386-1-5-1ubuntu%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown


























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0


















    It clearly says that "sudo apt-get -f install" without giving anything after that.
    That'll automatically clear the unwanted packages and you'll be good to go.
    Trust me it worked for me.






    share|improve this answer


























    • Already tried, but didn't work.

      – Pablo
      Sep 16 '14 at 18:27











    • Still the same problem

      – Ismail Sahin
      Sep 30 '14 at 13:12















    0


















    It clearly says that "sudo apt-get -f install" without giving anything after that.
    That'll automatically clear the unwanted packages and you'll be good to go.
    Trust me it worked for me.






    share|improve this answer


























    • Already tried, but didn't work.

      – Pablo
      Sep 16 '14 at 18:27











    • Still the same problem

      – Ismail Sahin
      Sep 30 '14 at 13:12













    0














    0










    0









    It clearly says that "sudo apt-get -f install" without giving anything after that.
    That'll automatically clear the unwanted packages and you'll be good to go.
    Trust me it worked for me.






    share|improve this answer














    It clearly says that "sudo apt-get -f install" without giving anything after that.
    That'll automatically clear the unwanted packages and you'll be good to go.
    Trust me it worked for me.







    share|improve this answer













    share|improve this answer




    share|improve this answer










    answered Sep 9 '14 at 17:09









    user3404692user3404692

    1




    1















    • Already tried, but didn't work.

      – Pablo
      Sep 16 '14 at 18:27











    • Still the same problem

      – Ismail Sahin
      Sep 30 '14 at 13:12

















    • Already tried, but didn't work.

      – Pablo
      Sep 16 '14 at 18:27











    • Still the same problem

      – Ismail Sahin
      Sep 30 '14 at 13:12
















    Already tried, but didn't work.

    – Pablo
    Sep 16 '14 at 18:27





    Already tried, but didn't work.

    – Pablo
    Sep 16 '14 at 18:27













    Still the same problem

    – Ismail Sahin
    Sep 30 '14 at 13:12





    Still the same problem

    – Ismail Sahin
    Sep 30 '14 at 13:12













    0


















    try this




    sudo -i



    dpkg -i --force-overwrite /var/cache/apt/archives/icedtea-netx_1.5-1ubuntu1_i386.deb

    apt-get autoremove

    apt-get update

    apt-get upgrade






    share|improve this answer






























      0


















      try this




      sudo -i



      dpkg -i --force-overwrite /var/cache/apt/archives/icedtea-netx_1.5-1ubuntu1_i386.deb

      apt-get autoremove

      apt-get update

      apt-get upgrade






      share|improve this answer




























        0














        0










        0









        try this




        sudo -i



        dpkg -i --force-overwrite /var/cache/apt/archives/icedtea-netx_1.5-1ubuntu1_i386.deb

        apt-get autoremove

        apt-get update

        apt-get upgrade






        share|improve this answer














        try this




        sudo -i



        dpkg -i --force-overwrite /var/cache/apt/archives/icedtea-netx_1.5-1ubuntu1_i386.deb

        apt-get autoremove

        apt-get update

        apt-get upgrade







        share|improve this answer













        share|improve this answer




        share|improve this answer










        answered May 21 '15 at 7:41









        Nguyễn Mạnh HùngNguyễn Mạnh Hùng

        12 bronze badges




        12 bronze badges































            draft saved

            draft discarded















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f463616%2fubuntu-14-04-icedtea-6-plugini386-depends-icedtea-netxi386-1-5-1ubuntu%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown









            Popular posts from this blog

            Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

            How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

            Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü